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
Of course the .env file contains real database credentials and a name other than "laravel". I don't even know why the codegen tries to access the database because I don't use the --table-exists flag.
Steps/Commands To Reproduce:
Fresh laravel installation, fresh codegen installation - go for it :)
Environment:
Description:
Sometimes when executing
php artisan create:api-scaffold
, I receive the error:Doctrine\DBAL\Driver\PDOException::("SQLSTATE[HY000] [1049] Unknown database 'laravel'")
Of course the .env file contains real database credentials and a name other than "laravel". I don't even know why the codegen tries to access the database because I don't use the
--table-exists
flag.Steps/Commands To Reproduce:
Fresh laravel installation, fresh codegen installation - go for it :)
Content Of The Resource-File:
private project!
The text was updated successfully, but these errors were encountered: