From 5a73173dcfae60a11b1b6d67d2ce96fbdbfbb92b Mon Sep 17 00:00:00 2001 From: "Brooke." Date: Wed, 6 Nov 2024 13:23:50 -0800 Subject: [PATCH] Fix 404s and add links to new Guides to Getting Started Fixes the 404s for Laravel and Symfony links (due to case sensitivity) and adds the Livewire and Inertia guides to the Getting Started section --- docs/pages/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/pages/index.md b/docs/pages/index.md index 004e700a..4245b4b5 100644 --- a/docs/pages/index.md +++ b/docs/pages/index.md @@ -64,8 +64,10 @@ Flash messages are important for interactive applications. **PHPFlasher** with our easy guides: -- [**Symfony Guide**](/Symfony/) -- [**Laravel Guide**](/Laravel/) +- [**Symfony Guide**](/symfony/) +- [**Laravel Guide**](/laravel/) +- [**Livewire Guide**](/livewire/) +- [**Inertia Guide**](/inertia/) - [**Toastr Library**](/library/toastr/) - [**Noty Library**](/library/noty/) - [**Notyf Library**](/library/notyf/)