make:view
command for Laravel applications.
A simple
Quickly generate a new Blade view from the console using artisan make:view
.
Installation
You can install the package via composer:
composer require ryangjchandler/laravel-make-view
Usage
php artisan make:view name.of.view.here
This will create a file at resources/views/name/of/view/here.blade.php
. Use dot-notation for the view name, just as you would inside of the view()
function.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.