This is the Laravel STL meetup website. If you are interested in contributing to the site, please join our Slack channel and let's talk about possible updates.
- Clone the repository
- run
composer install
- run
php artisan migrate --seed
- run
npm run dev
- You can login with [email protected] / password
- Basic Events Functionality
- Registration Page with option to join email list
- Create Admin Gate and allow admins access to admin dashboard
- Admin page to manage events (schedule, assign presenter, add video url)
- Voting functionality for future events