且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Laravel Blade:@endsection 与 @stop

更新时间:2023-02-26 07:42:53

@endsection 在 Laravel 3 中使用,在 Laravel 4 中已弃用

The @endsection was used in Laravel 3 and it was deprecated in Laravel 4

在 Laravel 4 中要结束一个部分你必须使用 @stop

In the Laravel 4 to end a section you have to use @stop

您可以在此处参考更新日志http://wiki.laravel.io/Changelog_%28Laravel_4%29#Blade_Templating

You can refer the Changelog here http://wiki.laravel.io/Changelog_%28Laravel_4%29#Blade_Templating