Have you ever wanted to use the same Laravel translations you use on the back-end in your front-end code, like…
Today, Laravel Forge adds official Laravel Octane support. The post Laravel Forge now has support for Laravel Octane appeared first…
You can use a column->key syntax in Laravel tests when asserting that the database has certain JSON data The post…
In this tutorial, learn how to override login redirects in Laravel Jetstream and Laravel Fortify The post How to override…
Laravel Log Cleaner is a package by Joost van Veen for keeping your log files small and tidy. The post…
Scout APM is an application performance monitoring add-on solution that examines your Laravel app behavior. Scout helps your business detect…
Trackable Jobs for Laravel is a package by Mateus Junges that allows you to track Laravel jobs in your database…
The Statamic Static Cache Manager add-on creates a new tool in the control panel to allow you to easily clear…
The Laravel team released Laravel 8.37 with anonymous migration support. Learn about how to start using this feature now in…
Grex is a command-line tool and library for generating regular expressions from user-provided test cases. The post Generate Regular Expressions…