Download the PHP package brayniverse/laravel-route-view-helper without Composer
On this page you can find all versions of the php package brayniverse/laravel-route-view-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download brayniverse/laravel-route-view-helper
More information about brayniverse/laravel-route-view-helper
Files in brayniverse/laravel-route-view-helper
Download brayniverse/laravel-route-view-helper
More information about brayniverse/laravel-route-view-helper
Files in brayniverse/laravel-route-view-helper
Vendor brayniverse
Package laravel-route-view-helper
Short Description Syntactic sugar for those occasions when you only want to display a basic view.
License MIT
Homepage https://github.com/brayniverse/laravel-route-view-helper
Package laravel-route-view-helper
Short Description Syntactic sugar for those occasions when you only want to display a basic view.
License MIT
Homepage https://github.com/brayniverse/laravel-route-view-helper
Please rate this library. Is it a good library?
Informations about the package laravel-route-view-helper
Laravel route view helper
Syntactic sugar for those occasions when you only want to display a basic view.
This package adds a Route::view()
helper method so you don't have to create a closure when all you are returning is a view.
Installation
Begin by installing the package through Composer.
Then add the following to your providers array in config/app.php
.
Usage
Normally you'd have to return a view in either a controller method or callback like the following:
Now you can do the same in one line.
Credits
- Christopher L Bray
- All Contributors
All versions of laravel-route-view-helper with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.5.9 || ^7.0
illuminate/support Version 5.1.* || 5.2.* || 5.3.* || 5.4.*
illuminate/http Version 5.1.* || 5.2.* || 5.3.* || 5.4.*
illuminate/support Version 5.1.* || 5.2.* || 5.3.* || 5.4.*
illuminate/http Version 5.1.* || 5.2.* || 5.3.* || 5.4.*
The package brayniverse/laravel-route-view-helper contains the following files
Loading the files please wait ....