Laravel 8 Conference Event Demo
Transformed free Bootstrap theme called TheEvent into fully manageable Laravel project with adminpanel, to manage all the sections from event's homepage.
Screenshot Example 1: managing speakers from event's homepage
Screenshot Example 2: managing schedule from event's homepage
Screenshot Example 3: homepage main settings management
- Front-end part is taken from TheEvent by BootstrapMade and transformed into Laravel Blade and assets.
- Admin part is fully generated with QuickAdminPanel.
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)
- That's it: launch the main URL.
- You can login to adminpanel by going go
/login
URL and login with credentials [email protected] - password
License
Basically, feel free to use and re-use any way you want.
More from our LaravelDaily Team
- Check out our adminpanel generator QuickAdminPanel
- Read our Blog with Laravel Tutorials
- FREE E-book: 50 Laravel Quick Tips (and counting)
- Subscribe to our YouTube channel Laravel Business
- Enroll in our Laravel Online Courses