Laravel 4.2可以选择指定自定义视图,app/config/view.php例如:
/*
|--------------------------------------------------------------------------
| Pagination View
|--------------------------------------------------------------------------
|
| This view will be used to render the pagination link output, and can
| be easily customized here to show any view you like. A clean view
| compatible with Twitter's Bootstrap is given to you by default.
|
*/
'pagination' => 'pagination_slider-alt'
Run Code Online (Sandbox Code Playgroud)
这至少在Laravel 5中已经消失了view.php.
有没有办法在Laravel 5中复制这种行为?