dzaki236 / artisan-laravel-view
library for improve folder management by views
1.1
2022-03-22 15:11 UTC
Requires
- php: >=7.4.0
- laravel/framework: ^8.0 || ^9.0
This package is auto-updated.
Last update: 2025-02-23 10:49:09 UTC
README
Package for make view
Instalattion Step
Require the package by the following command at below :
$ composer require dzaki236/artisan-laravel-view
Dump-autoloading
Autoloading all updates package by the following command :
$ composer dump-autoload
Add Provider (deprecate for version 8+)
Surpriced to version 8+ you dont need add provider :b
Run Command Using
$ php artisan make:view path/of/save the file
Example
You want to create folder and views on admin folder or module? just create :
$ php artisan make:view admin/room/index
Explanation Of Example! :
Admin is folder.
Room is folder.
Index is file (blade templating files).
File Saving on resource/views/
folder on your laravel project
License
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