#SlickVoice (MVP) Invoicing and payment service built with Lavavel and Stripe.
This was built as a part of a presentation for the TrianglePHP Meetup group - Joind.in | Slides
To run this app:
- Clone Repo, Install Homestead, set up new site in Homestead.
- Create new database in Homestead
- Copy the
.env
file:cp .env.example .env
- Update your
.env
file with your changes (app key, database, queue, stripe, email, etc) - Run
php artisan migrate
- Create your user for logging in with a seeder,
artisan tinker
, or through the database. - Open the homestead site in a browser and enjoy!
Questions, comments, help?
Please feel free to submit a GitHub "issue" on this repo, reach out via email or twitter, or get additional one-on-one help with me through CodeMentor.