stuck on the installer
-
I want to test it locally however,
Save&Continue is not processing to the next action
The schema is available and the mysql version 8.0
any idea what is happening?
-
Hi @a-rajab
can you check the laravel.log file under storage/logs to see the exact error so that we can guide you further more. -
@Vaishali-Agarwal said in stuck on the installer:
laravel.log
I saw no log file under storage/logs
is there any setup required to get that log file or it should appear by default? -
Apparently I missed running the "php artisan bagisto:install" after the "composer install"
-
@a-rajab
yes if you have installed bagisto using composer command or zipafter run composer install, you can run these command
*php artisan migrate
*php artisan db:seed
*php artisan vendor:publish
-
they told me it is a headless e-commerce is it?
and are we capable to update the controllers? "cause I couldn't be able to see any controller" -
@a-rajab
bagisto also has an PWA support, which is an headless, else independently bagisto is not an headless ecommerce.
Yes, you can change the controllers, here you can see the controllers in each package https://github.com/bagisto/bagisto/tree/master/packages/Webkul -
@a-rajab i entered the database password wrong ftr that, i couldn't reset it or go back and the page is stuck in this!
-
Hi there,
If you want to change the database credentials, you can change it from, .env file on your project root directory.