Closed anthosz closed 4 years ago
Try running composer du
.
Thx @TheoBearman but same issue:
$ composer du
Generating optimized autoload filesCarbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover
In ProviderRepository.php line 208:
Class 'CachetHQ\Cachet\Foundation\Providers\AppServiceProvider' not found
Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1
What about if you run php artisan cache:clear
or rm -fr bootstrap/cache/*
?
@TheoBearman thank you! bootstrap/cache remove and all is ok !
Hi,
After upgrading the code to revision cfd173cf122d925b70d5133a37528db6120bea67 (from c7ad51e ( Tue Apr 7 19:10:45 2020)), I cannot use Cachet anymore.
composer install -o
php artisan app:update (same issue in web via browser)
PHP version: 7.2.18
Same issue after a git reset --hard.
If you have any ideas, don't hesitate 👍