installation issues

Laraship QuestionsCategory: Technicalinstallation issues
Henk Nienhuis asked 6 years ago
got this error: IlluminateDatabaseQueryException thrown with message "SQLSTATE[42S02]: Base table or view not found: 1146 Table 'laravel.settings' doesn't exist (SQL: select * from settings where code = active_frontend_theme limit 1)"

1 Answers
laraship Staff answered 6 years ago

Hello,

It means you havent migrated your database yet, please make sure to execute the migration command.

php artisan migrate:fresh --seed