You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to install with laravel 8.x and I am running into this error ...
Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
>@php artisan package:discover --ansi
Illuminate\Database\QueryException
could not find driver (SQL: select *from information_schema.tables where table_schema = pp_website and table_name = migrations and table_type ='BASE TABLE')
at vendor/laravel/framework/src/Illuminate/Database/Connection.php:678674▕ //If an exception occurs when attempting to run a query, we'll format the error 675▕ // message to include the bindings with SQL, which will make this exception a 676▕ // lot more helpful to the developer instead of just the database's errors.
677▕ catch (Exception $e) {
➜ 678▕ throw new QueryException(
679▕ $query,$this->prepareBindings($bindings),$e680▕ );
681▕ }
682▕
1 [internal]:0
Illuminate\Foundation\Application::Illuminate\Foundation\{closure}()
+2 vendor frames
4 [internal]:0
Illuminate\Foundation\Application::Illuminate\Foundation\{closure}()
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
The text was updated successfully, but these errors were encountered:
This error sounds like an incomplete Laravel setup. You have to review your database configuration. If you still have not figured out what is wrong in it, you should review Laravel installation steps.
This error sounds like an incomplete Laravel setup. You have to review your database configuration. If you still have not figured out what is wrong in it, you should review Laravel installation steps.
I am aware that this may seem like a laravel setup issue. However, I can confirm that my laravel setup has no issues. I have a fully functional web application with user accounts and roles with no issues.
I have tried to install this package on a fresh laravel 8 application, however, this returns the same error.
I am attempting to install with laravel 8.x and I am running into this error ...
The text was updated successfully, but these errors were encountered: