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 agoOr more accurately, word dumps.
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 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 agoHow often do you see something like `2 * 24 * 60 * 60` and wonder what that value actually represents and what those magical numbers mean? Don't worry, Carbon's constants are here to help you out.
Published 8 months ago | Updated 8 months agoI find myself needing to loop over an array of dates quite often for forms at work. It's surprisingly easy thanks to Carbon.
Published 8 months ago