Laravel-medialibrary: Error when installing , Laravel 7

Created on 23 Mar 2020  路  2Comments  路  Source: spatie/laravel-medialibrary

Class name must be a valid object or a string

at vendor/spatie/laravel-medialibrary/src/MediaLibraryServiceProvider.php:33
29| ], 'views');
30|
31| $mediaClass = config('medialibrary.media_model');
32|
33| $mediaClass::observe(new MediaObserver());
34|
35| $this->loadViewsFrom(__DIR__.'/../resources/views', 'medialibrary');
36| }
37|

Most helpful comment

delete bootstrap/cache/config.php

All 2 comments

just php artisan config:clear

delete bootstrap/cache/config.php

Was this page helpful?
0 / 5 - 0 ratings