Demo project based on Laravel 6 which implements recurring events in database, showing them will FullCalendar JavaScript library.

Project is partly generated with QuickAdminPanel using System Calendar module

Read the full article-tutorial: Laravel + FullCalendar: Create/Edit Recurring Events


Laravel FullCalendar recurring events

LLaravel FullCalendar recurring events 02

Laravel FullCalendar recurring events 03


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