ARCANEDEV / LogViewer

:page_with_curl: Provides a log viewer for Laravel
MIT License
2.37k stars 335 forks source link

While Intetegrating log-viewer package getting following error #321

Closed nathapawar25994 closed 4 years ago

nathapawar25994 commented 4 years ago

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.

arcanedev-maroc commented 4 years ago

Like i've said in #320, this package support only laravel framework.

Lumen is not Supported