Package for make view
Require the package by the following command at below :
$ composer require dzaki236/artisan-laravel-viewAutoloading all updates package by the following command :
$ composer dump-autoloadSurpriced to version 8+ you dont need add provider :b
$ php artisan make:view path/of/save the fileYou want to create folder and views on admin folder or module? just create :
$ php artisan make:view admin/room/indexAdmin is folder.
Room is folder.
Index is file (blade templating files).
File Saving on resource/views/ folder on your laravel project
The MIT License (MIT). Please see License File for more information, version of 1.0.1
If had a problem or issue on older version,Please use of the latest version