Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Laravel FREE E-Commerce Software

NotificationsYou must be signed in to change notification settings

jsdecena/laracom

Repository files navigation

Build StatusScrutinizer Code QualityCode Intelligence StatuscodecovFork StatusStar StatusGitter chatFOSSA Status

Get discount on Digital Ocean

Sign-up withDigital Ocean and get $10 discount!

Laravel FREE E-Commerce Software

Features Provided

  • Products

  • Cart

  • Checkout

  • Categories

  • Customers

  • Orders

  • Payment

  • Couriers

  • Employees

  • To view more details of the featuresSee fulldocumentation

Simplified DOCKER setup

In your teminal, issue these commands

  • RUNdocker-compose up -d --build
  • If your runtime is apple silicon, usedocker-compose -f docker-compose-m1.yml up -d --build command
  • RUNdocker exec -it app bash
  • Inside the container, runcomposer install && chmod -R 777 storage/ bootstrap/cache/
  • Inside the container, runphp artisan migrate --seed
  • While inside the container, compile the assets withnpm i && npm run dev
  • While inside the container, link the imagesphp artisan storage:link
  • OPENhttp://localhost:8000

If you want to use mailhog as SMTP

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

Author

Jeff Simons Decena

Contributors

contributors

License

FOSSA Status


[8]ページ先頭

©2009-2025 Movatter.jp