Promote your website, share article links, videos, packages and code examples Join now
Laravel 8 Create events using FullCalendar and jQuery Ajax

Laravel 8 Create events using FullCalendar and jQuery Ajax

Submitted By : Jitesh Meniya Date : 1 year ago
  • Step 1: Create fresh Laravel application
  • Step 2: Configure database
  • Step 3: Create and run migration
  • Step 4: Create Event model
  • Step 5: Create controller and add methods
  • Step 6: Create new routes
  • Step 7: Create calendar.blade.php blade file
  • Step 8: Testing FullCalendar application

Related Posts

How To Create Dynamic Linechart In Laravel
How To Create Dynamic Linechart In Laravel Category : Laravel Date : 1 year ago

In this post we will see how to create dynamic line chart in laravel. A dynamic line chart or line plot or line graph or curve chart is a ty...

Laravel Livewire CRUD example from the scratch
Laravel Livewire CRUD example from the scratch Category : Laravel Date : 1 year ago

In this tutorial article, we will create CRUD functionality in Laravel using Livewire library step by step from the scratch. So lets jump in...