Skip to content

Instantly share code, notes, and snippets.

View MohamedFathiM's full-sized avatar
🎯
Focusing

Mohamed Fathi Mohamed Metwally MohamedFathiM

🎯
Focusing
  • Damietta
View GitHub Profile
@nowendwell
nowendwell / Calendar.php
Last active October 30, 2025 10:42
Laravel Livewire FullCalendar
<?php
namespace App\Http\Livewire;
use App\Models\Event;
use Livewire\Component;
use Illuminate\Support\Str;
use Illuminate\Support\Carbon;
use Illuminate\Support\Facades\Cache;