laravel - AsgardCMS Installation Error: 'homestead.page__pages' doesn't exist -
i've installed https://asgardcms.com/en onto laravel homestead wm twice , got error shown below both times when try open in browser.
queryexception in connection.php line 636: sqlstate[42s02]: base table or view not found: 1146 table 'homestead.page__pages' doesn't exist (sql: select count(*) aggregate `page__pages`)
i'm using default mysql database settings are.
db_host=localhost
db_database=homestead
db_username=homestead
db_password=secret
everthing seemed fine terminal there no installation issues shown.
any ideas on happening here?
this looks database setup issue. did ran install command php artisan asgard:install
? guide step step set database up.
There shouldn't be any problem when installing AsgardCMS or connecting Database with it. A simple install artisan command should do the trick. Here is how: https://www.cloudways.com/blog/how-to-install-asgardcms/
ReplyDelete