I'm trying to use Unifiedtransform a school management software in Github. I got this error Class 'Rap2hpoutre\LaravelLogViewer\LaravelLogViewerServiceProvider' not found
while trying to run composer install --no-dev
.
How to fix this error?
I had the same error message while running a migration on a laravel project I cloned from GitHub.
I discovered that this file is part of the package rap2hpoutre/laravel-log-viewer. Please go to their download page to download this composer package.
You can also run the command below:
composer require rap2hpoutre/laravel-log-viewer
to solve the problem
Class "Rap2hpoutre\LaravelLogViewer\LaravelLogViewerServiceProvider" not found
you try add in app dir. in providers dir in a, class LaravelLogViewerServiceProvider extends ServiceProvider like this.done https://github.com/rap2hpoutre/laravel-log-viewer/blob/master/src/Rap2hpoutre/LaravelLogViewer/LaravelLogViewerServiceProvider.php