jartaud / saas-base

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use

  • Clone the repository with git clone
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Fill in .env with your Stripe credentials
  • Add your Stripe plan IDs in roles DB table directly or in Seed file
  • Run php artisan migrate --seed (it has some seeded data for your testing)
  • Add your Mailtrap credentials to .env file
  • That's it: launch the main URL.
  • You can click Login to enter with admin credentials admin@admin.com - password
  • Or you can click Register / TRY NOW - you will be assigned a Free Plan until you choose the plan to upgrade

About


Languages

Language:PHP 52.9%Language:HTML 29.4%Language:Blade 17.6%Language:Shell 0.0%Language:Vue 0.0%