Helpful UI web interface for generating code (migration, model,factory,controller .. ) in Laravel (save your time)
1. Install package to your laravel project
composer require sindor/laravel-code
2. Publish files
php artisan vendor:publish --tag=laravel-code
3. Go to link (home_url + /laravel-code)
http://localhost/laravel-code/
4. Enjoy :)
You can configure generating Class namespace and saving path
path: config/laravel-code.php
You can customize stub files(templates)
path: stubs/laravel-code/*