php artisan make:channel Create a new channel class


php artisan make:command Create a new Artisan command


php artisan make:controller Create a new controller class


php artisan make:event Create a new event class


php artisan make:exception Create a new custom exception class


php artisan make:factory Create a new model factory


php artisan make:job Create a new job class


php artisan make:listener Create a new event listener class


php artisan make:mail Create a new email class


php artisan make:middleware Create a new middleware class


php artisan make:migration Create a new migration file


php artisan make:model Create a new Eloquent model class


php artisan make:notification Create a new notification class


php artisan make:observer Create a new observer class


php artisan make:policy Create a new policy class


php artisan make:provider Create a new service provider class


php artisan make:request Create a new form request class


php artisan make:resource Create a new resource


php artisan make:rule Create a new validation rule


php artisan make:seeder Create a new seeder class


php artisan make:test Create a new test class

Back to list

Leave a Reply

Your email address will not be published. Required fields are marked *