Download the PHP package armandsar/laravel-quick-view without Composer
On this page you can find all versions of the php package armandsar/laravel-quick-view. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download armandsar/laravel-quick-view
More information about armandsar/laravel-quick-view
Files in armandsar/laravel-quick-view
Download armandsar/laravel-quick-view
More information about armandsar/laravel-quick-view
Files in armandsar/laravel-quick-view
Vendor armandsar
Package laravel-quick-view
Short Description Quickly render view from controller without typing file names
License MIT
Homepage https://github.com/armandsar/laravel-quick-view
Package laravel-quick-view
Short Description Quickly render view from controller without typing file names
License MIT
Homepage https://github.com/armandsar/laravel-quick-view
Please rate this library. Is it a good library?
Informations about the package laravel-quick-view
Opinionated quick return for views in Laravel 5
Are you tired of typing out view name for your controllers? Then this package is for you!
Install
Via Composer
Usage
Namespace and controller name as folders and method name as file name.
Given that we have a Admin/UsersController
would assume a view at admin/users/create.blade.php
Or if you prefer not to use a helper, there is also a trait:
would assume a view at admin/users/show.blade.php
Testing
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-quick-view with dependencies
PHP Build Version
Package Version
The package armandsar/laravel-quick-view contains the following files
Loading the files please wait ....