Naduni18 / Laravel-FullCalendar-Sources

Demo Laravel 6 Project: Calendar with multiple "sources" - generated with QuickAdminPanel

Home Page:https://2019.quickadminpanel.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo project based on Laravel 6 which implements calendar with FullCalendar JavaScript library, and with a few different sources (from different Laravel models) on the same calendar.

Also, it adds a filter dropdown on top to search for particular data - in this case, venues for events.

Project is partly generated with QuickAdminPanel using System Calendar module

Watch the full live-coding video with explanations: Laravel+FullCalendar: Two Models on Calendar - with QuickAdminPanel


Laravel FullCalendar multiple models sources


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 and login with credentials admin@admin.com - password

License

Basically, feel free to use and re-use any way you want.


More from our LaravelDaily Team

About

Demo Laravel 6 Project: Calendar with multiple "sources" - generated with QuickAdminPanel

https://2019.quickadminpanel.com


Languages

Language:PHP 61.0%Language:HTML 38.8%Language:Vue 0.2%