How to delete a model using php artisan?

前端 未结 6 1630
Happy的楠姐
Happy的楠姐 2021-02-02 06:57

Is there a command to safely delete a model in Laravel 5? To create a model we use

php artisan make:model modelname

And that will create a mode

6条回答
提交回复
热议问题