From 87f845fa6649145c9a23cb944eb58157996a5902 Mon Sep 17 00:00:00 2001 From: antojdprop Date: Mon, 20 Oct 2025 01:57:01 +0700 Subject: [PATCH] Fix casing in directory path for Inertia components Fix intertia pages path. --- .ai/inertia-laravel/core.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ai/inertia-laravel/core.blade.php b/.ai/inertia-laravel/core.blade.php index be7eae0d..e7d81251 100644 --- a/.ai/inertia-laravel/core.blade.php +++ b/.ai/inertia-laravel/core.blade.php @@ -1,6 +1,6 @@ ## Inertia Core -- Inertia.js components should be placed in the `resources/js/Pages` directory unless specified differently in the JS bundler (vite.config.js). +- Inertia.js components should be placed in the `resources/js/pages` directory unless specified differently in the JS bundler (vite.config.js). - Use `Inertia::render()` for server-side routing instead of traditional Blade views. - Use `search-docs` for accurate guidance on all things Inertia.