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: 2024-10-03 17:53:10 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