dzaki236 / artisan-laravel-view
library for improve folder management by views
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/dzaki236/artisan-laravel-view
Requires
- php: >=7.4.0
- laravel/framework: ^8.0 || ^9.0
This package is auto-updated.
Last update: 2025-12-23 12:48:43 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