https://github.com/inquid/app.inquid.dev
https://github.com/inquid/app.inquid.dev
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/inquid/app.inquid.dev
- Owner: inquid
- Created: 2020-04-23T05:20:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T18:28:07.000Z (about 5 years ago)
- Last Synced: 2024-12-29T14:37:30.456Z (6 months ago)
- Language: PHP
- Size: 362 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel 7 SaaS Demo based on Envoyer Pricing
[](https://console.cloud.google.com/cloudshell/editor?shellonly=true&cloudshell_image=gcr.io/cloudrun/button&cloudshell_git_repo=https://github.com/inquid/app.inquid.dev.git)
Landing Page screenshot:

---
Plans Choice and Checkout screenshots


---
Partly generated with Laravel generator: [QuickAdminPanel.com](https://quickadminpanel.com)
## 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__
- Run __php artisan migrate --seed__ (it has some seeded data for your testing)
- Fill in `.env` with your Stripe credentials
- Add your Stripe plan IDs in `roles` DB table directly or in Seed file
- That's it: launch the main URL.
- You can click Login to enter with admin credentials [email protected]__ - __password__
- Or you can click Register / TRY NOW - you will be assigned a Free Plan until you choose the plan to upgrade---
## License
Basically, feel free to use and re-use any way you want.
---
## More from our LaravelDaily Team
- Check out our adminpanel generator [QuickAdminPanel](https://quickadminpanel.com)
- Subscribe to our [YouTube channel Laravel Business](https://www.youtube.com/channel/UCTuplgOBi6tJIlesIboymGA)
- Enroll in our [Laravel Online Courses](https://laraveldaily.teachable.com/)