Laravel 5.4 Class 'App\Providers\AppServiceProvider' not found After i set app:name

Viewed 7661

I need your help with newbie problem.

On my local project, i use command php artisan app:name xyz

Then I push it into production and there i have an error:

production.ERROR: Symfony\Component\Debug\Exception\FatalThrowableError: Class 'App\Providers\AppServiceProvider' not found in /var/www/laravel/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:612

How can I fix it?

1 Answers
Related