Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 324 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 324 Bytes

Laravel-affiliate-store

This is a starting boilerplate for an affiliate store build with Laravel.

  • Design ready
  • Dashboard admin panel
  • Google analytics ready

If you want to clone -

  • clone this repo
  • composer install
  • php artisan key:generate
  • cp env.example env
  • modify env file
  • php artisan db:seed