In PackageServiceProvider.php line 65:
Argument 1 passed to Arcanedev\Support\Providers\PackageServiceProvider::__construct() must be an instance of Illuminate\Contracts\Foundation\Application, instance of Laravel\Lumen\Application given, called in /var/www/html/My-App/vendor/laravel/lumen-framework/src/Application.php on line 190
Steps To Reproduce:
Installed the log-viewer package via composer
Added "Arcanedev\LogViewer\LogViewerServiceProvider::class" in app.php
While executing this command
php artisan log-viewer:publish
Getting above error please help to resolve this. Thanks.
Description:
In PackageServiceProvider.php line 65: Argument 1 passed to Arcanedev\Support\Providers\PackageServiceProvider::__construct() must be an instance of Illuminate\Contracts\Foundation\Application, instance of Laravel\Lumen\Application given, called in /var/www/html/My-App/vendor/laravel/lumen-framework/src/Application.php on line 190
Steps To Reproduce:
Installed the log-viewer package via composer Added "Arcanedev\LogViewer\LogViewerServiceProvider::class" in app.php
While executing this command php artisan log-viewer:publish
Getting above error please help to resolve this. Thanks.