Features Provided
-
Products
-
Cart
-
Checkout
-
Categories
-
Customers
-
Orders
-
Payment
-
Couriers
-
Employees
-
To view more details of the features See full documentation
- RENAME
project/.env.example
to.env
- RUN
docker-compose up -d
- RUN
docker exec -it app bash
, then inside the container:composer install
php artisan migrate --seed
chmod -R 777 storage bootstrap/cache
- RUN
npm install && npm run prod
OR if you are still doing development - RUN
npm install && npm run dev
- OPEN http://localhost:8000
Sign-up with Digital Ocean and get $10 discount!