Download the PHP package renedekat/laravel-view-finder-creater without Composer
On this page you can find all versions of the php package renedekat/laravel-view-finder-creater. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download renedekat/laravel-view-finder-creater
More information about renedekat/laravel-view-finder-creater
Files in renedekat/laravel-view-finder-creater
Package laravel-view-finder-creater
Short Description A Laravel view finder replacement that creates missing views with a template layout.
License MIT
Homepage https://github.com/renedekat/laravel-view-finder-creater
Informations about the package laravel-view-finder-creater
Laravel View Finder that creates missing view files
By default Laravel throws an error when a view file cannot be found. This package replaces the default view finder, and creates your missing view files on the fly, based on a template.
The default template can be found in resources/assets/pages/missing.blade.php after you've published it.
Installation
Via Composer
Replace the default ViewServiceProvider
Or, if you only want to use it locally (handy during development)
The missing page template file must be published with this command:
It will be published in resources/assets/pages/missing.blade.php
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- [René de Kat][https://github.com/renedekat]
License
The MIT License (MIT). Please see License File for more information.