This machine is made for drawing winners. It's intended use is for the Magical Mystery Laravel Meetup on the 11th of January 2018.
This is a Laravel 5.5 project. Technical specifications for Laravel is found here.
- A new lottery can be created
- A lottery has winning tickets
- Emails can be added to the lottery
- You can draw a winning email from a lottery
- You can draw as many winning tickets as are available
- Lotteries are only seen by logged in user
- Clone repo
composer install
yarn
ornpm install
- Setup .env file for your environment
- Run
php artisan key:generate
- Run migrations
php artisan migrate
Leave an issue on Github, also me (Mikael) is on laravelse.slack.com as well as … well other places.
This is an open source project. If you have ideas, make a comment or pull request and we'll take it from there.
This is a work in progress, be kind.