2017 © Pedro Peláez
 

project laracom

Laravel powered e-commerce

image

jsdecena/laracom

Laravel powered e-commerce

  • Wednesday, July 4, 2018
  • by jsdecena
  • Repository
  • 70 Watchers
  • 443 Stars
  • 286 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 256 Forks
  • 7 Open issues
  • 30 Versions
  • 62 % Grown

The README.md

Build Status Scrutinizer Code Quality Code Intelligence Status codecov Fork Status Star Status Gitter chat FOSSA Status, (*1)

Get discount on Digital Ocean

Sign-up with Digital Ocean and get $10 discount!, (*2)

Laravel FREE E-Commerce Software

Features Provided, (*3)

  • Products
  • Cart
  • Checkout
  • Categories
  • Customers
  • Orders
  • Payment
  • Couriers
  • Employees, (*4)

  • To view more details of the features See full documentation, (*5)

Simplified DOCKER setup

In your teminal, issue these commands

  • 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
  • OPEN http://localhost:8000

If you want to use mailhog as SMTP

1.Create a ./mails directory 2.change .env like this, (*6)

MAIL_DRIVER=smtp
MAIL_HOST=mailhog
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="test@example.com"
MAIL_FROM_NAME="${APP_NAME}"

3.Go to http://localhost:8025 and verify that the mailhog screen appears, (*7)

Author

Jeff Simons Decena, (*8)

Contributors

contributors, (*9)

License

FOSSA Status, (*10)

The Versions

20/02 2018
05/02 2018
05/02 2018
05/02 2018
05/02 2018
19/01 2018
10/01 2018
18/09 2017
11/09 2017
30/08 2017
21/08 2017
19/08 2017