Download the PHP package andynoelker/laravel-5-view-generator without Composer
On this page you can find all versions of the php package andynoelker/laravel-5-view-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download andynoelker/laravel-5-view-generator
More information about andynoelker/laravel-5-view-generator
Files in andynoelker/laravel-5-view-generator
Download andynoelker/laravel-5-view-generator
More information about andynoelker/laravel-5-view-generator
Files in andynoelker/laravel-5-view-generator
Vendor andynoelker
Package laravel-5-view-generator
Short Description Adds a Blade view generator to Laravel 5.
License MIT
Package laravel-5-view-generator
Short Description Adds a Blade view generator to Laravel 5.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-5-view-generator
Laravel 5 View Generator
This Laravel 5 package adds a Blade view generator to make your development process easier.
Installation
Step 1: Install Through Composer
Step 2: Add the Service Provider
Because you only want to use this generator for development, you will want to add it to the provider located in app/Providers/AppServiceProvider.php
instead of adding to the providers array inside config/app.php
.
Usage
This will generate a blank myView.blade.php
file in the views directory.
Parent Option
You can optionally specify a parent view that your new view will extend.
This will generate a view file that opens with:
All versions of laravel-5-view-generator with dependencies
PHP Build Version
Package Version
The package andynoelker/laravel-5-view-generator contains the following files
Loading the files please wait ....