← Back to projects
Laravel Clean Stubs
The simple project to work easy with generated files by Laravel Framework.
#laravel-clean-stubs
The simple project to work easy with generated files by Laravel Framework.
#Steps to work with
- Publish de Laravel stubs with the following command
php artisan stub:publish or sail art stub:publish
-
Replace the stub folder of this repo on your root project So now, all laravel command will generate clean files!
-
Enjoy it!