Add Classes to Active Link in Laravel
Adding a class to make the current page "active" in your application's navigation is a simple UI improvement. Let me show you how I typically do this in my apps.
Published 7 months ago | Updated 7 months agoAdding a class to make the current page "active" in your application's navigation is a simple UI improvement. Let me show you how I typically do this in my apps.
Published 7 months ago | Updated 7 months agoSharing data with your frontend doesn't need to be difficult, let's look at a couple of way of doing it.
Published 7 months ago | Updated 7 months agoLivewire provides a clean API for automatically polling and refreshing a component, but what if you want to manually refresh a component?
Published 8 months ago | Updated 8 months ago