jsdecena/laracom is a Laravel package for laravel powered e-commerce.
It currently has 2.036 GitHub stars and 4.430 downloads on Packagist (latest version v1.5.0).
Install it with composer require jsdecena/laracom.
Discover more Laravel packages by jsdecena
or browse all Laravel packages to compare alternatives.
Last updated
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 --builddocker-compose -f docker-compose-m1.yml up -d --build commanddocker exec -it app bashcomposer install && chmod -R 777 storage/ bootstrap/cache/php artisan migrate --seednpm i && npm run devphp artisan storage:link1.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