How to delete a model using php artisan?

前端 未结 6 1554
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条回答
  •  粉色の甜心
    2021-02-02 07:25

    search in vendor/composer/autoload_classmap.php Ctrl+F write modelname delete allow edit this folder and delete model path

提交回复
热议问题