Today we are going to see how we can create an event calendar app using laravel 6, this project includes a calendar that displays the events added by the user, then the user can explore update, or delete an event, and the user can also drag and drop an event.

All these features were built using fullcalendar js which is a powerful calendar javascript framework.

 

How to use :

 

add new MySQL database name it as you want, next run the migrations using the command line and update the DB_DATABASE property inside the .env file to connect to your database, finally start your server using php artisan command: php artisan serve.


 

Demo :