Class Carbon\Carbon not found

后端 未结 8 1282
无人及你
无人及你 2020-12-24 12:17

I recently added a package to my Laravel 4 site and now anything that uses Eloquent (or at least Eloquent with any reference to date/time) is showing a 500 error that states

8条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-24 12:38

    I had this problem once when I updated a project from gitlab. The below command worked for me.

    composer dump-autoload
    

提交回复
热议问题