Class 'App\Providers\AppServiceProvider' n

2019-07-18 06:40发布

I have changed my application by using command

php artisan app:name [app_name].

Then, when I try to perform other actions using following artisan commands,

php artisan down

php artisan up

php artisan config:cache

I got the following error:

PHP Fatal error:  Class 'App\Providers\AppServiceProvider' not found

enter image description here

How can I solve it?

1条回答
时光不老,我们不散
2楼-- · 2019-07-18 07:38

It is working after Clearing bootstrap/cache directory.

查看更多
登录 后发表回答