nishadil / artisanpro
Artisan Pro is an advance laravel artisan command collection. You can use it to create a Service, Trait, View(filename.blade.php), and much more.
v1.0.1
2023-12-03 16:02 UTC
This package is not auto-updated.
Last update: 2025-04-17 20:30:03 UTC
README
Artisan Pro is an advance laravel artisan command collection. You can use it to create a Service, Trait, View(filename.blade.php), and much more.
installation
composer require nishadil/artisanpro
Commands
make blade file/view file
php artisan make:view nishadilView
OR
php artisan make:blade nishadilView
create trait class
php artisan make:trait nishadilTrait