This package is a collection of artisan commands for speed up development with laravel.
Letecode/commando support Laravel from 6 to 12.
Use the package manager composer to install letecode/commando
composer require letecode/commandophp artisan make:class App\Exceptions\DuplicatedPostExceptionor you can use a dot(.) as separator
php artisan make:class App.Exceptions.DuplicatedPostException --separator=.php artisan make:trait App\Traits\MyTraitphp artisan make:interface App\Contracts\Identifiablephp artisan make:file folder.subfolder1.subfolder2.filename --ext=phpphp artisan make:lang myFilename --locale=frphp artisan make:lang --locale=fr --jsonphp artisan make:repository UserRepositoryphp artisan make:repository UserRepository --model=UserOR
php artisan make:repository UserRepository --model=App\Models\Userphp artisan make:service PayPalPaymentServicephp artisan make:view folder.subfolder.viewphp artisan make:view folder.subfolder.view --layout=appPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.