Laravel FREE E-Commerce Software
Sign-up with Digital Ocean and get $10 discount!
Features Provided
Products
Cart
Checkout
Categories
Customers
Orders
Payment
Couriers
Employees
To view more details of the features
See full documentation
docker-compose up -d --build
docker-compose -f docker-compose-m1.yml up -d --build
commanddocker exec -it app bash
composer install && chmod -R 777 storage/ bootstrap/cache/
php artisan migrate --seed
npm i && npm run dev
php artisan storage:link
1.Create a ./mails directory
2.change .env like this
MAIL_DRIVER=smtp
MAIL_HOST=mailhog
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="[email protected]"
MAIL_FROM_NAME="${APP_NAME}"
3.Go to http://localhost:8025 and verify that the mailhog screen appears