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
For some reason I get the following error running any artisan command on a fresh install
In Connection.php line 664:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'test_db.settings' doesn't exist (SQL: select * from settings where key = app-name and settings.deleted_at is null limit 1)
In PDOConnection.php line 79:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'test_db.settings' doesn't exist
In PDOConnection.php line 77:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'test_db.settings' doesn't exist
sorry for the delay, the error that you encountered is my mistake, this is because seeding data settings while setting tables and databases do not yet exist.
now I have fixed it by commenting on the seeding in the DatabaseSeeder class
For some reason I get the following error running any artisan command on a fresh install
Steps to reproduce:-
composer create-project ....
php artisan package:discover
Environment
Composer.json
The text was updated successfully, but these errors were encountered: