kingflamez/laravelrave

Logging error in Laravel 5.6.*

emmanix2002 opened this issue · 0 comments

The package fails on Laravel 5.6.* due to the removal of the \Illuminate\Contracts\Logging\Log contract. Specifically at this line in the constructor.

 Log::useDailyFiles(storage_path().'/logs/Flutterwave rave/rave.log');