Incompatibility with Deployer
Opened this issue · 0 comments
ryryan commented
It seems that this package is not compatible with Deployer. When used with the Laravel recipe, it returns this error on the destination server.
`> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover
In ProviderRepository.php line 208:
Class 'Beyondcode\LaravelUpdateCard\CardServiceProvider' not found
Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1`
Running composer install
or update
on the /current symlink also returns this error.
Only removing it resolves the issue. Tried clearing route cache, config cache, composer dump-autoload