LaraShop

A Laravel 7 shop made in Tailwind

Stars
2

LaraShop

A simple shop made with Laravel 7 & Tailwind CSS. (Still in development)

Requirement

Installation

  • Clone the repository: git clone https://github.com/Havenstd06/LaraShop.git
  • Create a database
  • Install: composer install
  • Create configuration env file .env refer to .env.example
  • Generate a new application key php artisan key:generate
  • Create storage link php artisan storage:link
  • Setup database tables: php artisan migrate:fresh --seed (recommanded)
  • Install node module npm install && npm run dev

Setup Admin Panel

With Seeds:

You now have full access to the shop ! To access the Voyager admin panel go to /admin. Attention to authorize the admin user to access the admin panel you must change the role_id to 1 in the database (I have to fixed this 😅).

Login:

email: [email protected] password: password

Without Seeds:

Check the Voyager Docs.

Setup Stripe

Done!

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT