php - Composer update - website stopped working -
i updated composer using cmd window , got these errors:
[symfony\component\debug\exception\fatalerrorexception] class 'darryldecode\cart\cartserviceprovider' not found script php artisan clear-compiled handling pre-update-cmd event returned error [runtimeexception] error output: the website not online yet, , i'm running using xampp. now, when i'm trying access web site through localhost, error:
fatalerrorexception in providerrepository.php line 146: class 'darryldecode\cart\cartserviceprovider' not found.
in app.php file have:
darryldecode\cart\cartserviceprovider::class, in application service providers, and:
'cart' => darryldecode\cart\facades\cartfacade::class, in aliases.
any ideas on how website back?
thanks!
tty steps temporary remove
darryldecode\cart\cartserviceprovider::class, and
'cart' => darryldecode\cart\facades\cartfacade::class, type command
composer update and add class because when update composer try find path before adding in project, after updating composer class added in folder
Comments
Post a Comment