nova-laravel-update-card icon indicating copy to clipboard operation
nova-laravel-update-card copied to clipboard

Incompatibility with Deployer

Open ryryan opened this issue 5 years ago • 0 comments

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

ryryan avatar Nov 10 '19 14:11 ryryan