A simple application to perform sweepstakes.
Build with Laravel 4.2.
Just:
- install de dependencies (
composer install); - run the migrations (
php artisan migrate); - run the seeder (
php artisan db:seed); - log-in with
admin@localhostand password12300.