problem after installation
-
after install bagisto and try to start the server
i can't access to the platform
this is the error msglluminate \ Database \ QueryException Database (bagisto_testing) does not exist. (SQL: select * from "channels" where "code" = default)
i'm using ubuntu20.04
and i use mysql (not mariaDB) -
@aym
the error is saying that the database is not configured so you can check this by going to the .env file and add database configuration properly.Note: Once database is added that then run the below command
php artisan migrate
for more reference you may check the installation process here https://devdocs.bagisto.com/