Laravel 4 Model class not found

后端 未结 2 548
无人共我
无人共我 2021-02-06 05:18

I just created a simple app in Laravel 4 and when I create a model, I get an exception that it\'s not found.

// /app/models/Worker.php:


        
2条回答
  •  醉话见心
    2021-02-06 06:11

    Anytime you create a new class file in L4 run this command.

    php composer dump-autoload
    

提交回复
热议问题