- Notifications
You must be signed in to change notification settings - Fork861
Laravel FREE E-Commerce Software
NotificationsYou must be signed in to change notification settings
jsdecena/laracom
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Sign-up withDigital Ocean and get $10 discount!
Features Provided
Products
Cart
Checkout
Categories
Customers
Orders
Payment
Couriers
Employees
To view more details of the featuresSee fulldocumentation
- RUN
docker-compose up -d --build
- If your runtime is apple silicon, use
docker-compose -f docker-compose-m1.yml up -d --build
command - RUN
docker exec -it app bash
- Inside the container, run
composer install && chmod -R 777 storage/ bootstrap/cache/
- Inside the container, run
php artisan migrate --seed
- While inside the container, compile the assets with
npm i && npm run dev
- While inside the container, link the images
php artisan storage:link
- OPENhttp://localhost:8000
1.Create a ./mails directory2.change .env like this
MAIL_DRIVER=smtpMAIL_HOST=mailhogMAIL_PORT=1025MAIL_USERNAME=nullMAIL_PASSWORD=nullMAIL_ENCRYPTION=nullMAIL_FROM_ADDRESS="test@example.com"MAIL_FROM_NAME="${APP_NAME}"
3.Go tohttp://localhost:8025 and verify that the mailhog screen appears
About
Laravel FREE E-Commerce Software
Topics
Resources
Security policy
Stars
Watchers
Forks
Packages0
No packages published