Skip to content

Instantly share code, notes, and snippets.

View cakmalik's full-sized avatar
🌴
On vacation

M. Hasin Ilmalik cakmalik

🌴
On vacation
View GitHub Profile
@lukaskleinschmidt
lukaskleinschmidt / HandleInertiaRequests.php
Last active November 24, 2024 08:22
inertia-laravel multiple root views
<?php
namespace App\Http\Middleware;
use Closure;
use Illuminate\Http\Request;
use Inertia\Middleware;
class HandleInertiaRequests extends Middleware
{