Displaying error messages can be a cumbersome affair, especially if you don't want to use the default message format. Let's use a custom blade directive to simplify how we show validation errors to users.
Blade Laravel
Read More
Asset versioning helps us ensure that browsers will always use the latest version of our compiled assets when they visit our site. Let's take a look at a strategy for asset versioning in Laravel.
Blade Laravel
Read More