Last Month
Laravel 10.4 Released
The Laravel team released v10.4 with a File::json() method, converting existing HasMany relationships to a HasOne relationship, and more. ...
MySQL for Developers Course is Live
MySQL for Developers is a free course consisting of over 7 hours and 64 videos with everything a developer needs ...
Passwordless Authentication in Laravel
Sometimes we don't want users to have passwords. Sometimes we want to send a magic link to a user's email ...
Laravel Array Helpers Every Developer Should Know About
Learn about Laravel Array helpers that will save you time and simplify your code. ...
PEST 2.0 is Now Released
PEST, a testing framework that focuses on simplicity, has just launched v2.0. See what's new in this major milestone release. ...
Laravel real-time Code Execution Monitoring
Inspector creates a monitoring environment specifically designed for software developers avoiding any server or infrastructure configuration that many developers hate ...
Livestream: Building your first Laravel Application
This live stream goes through how to install and set up your Laravel application using Laravel Sail, then how we ...
5 Tips and Tricks for working with the Laravel HTTP Client
In this article, we will explore five valuable tricks for working with the Laravel HTTP Client that can make your ...
Building a Kanban Board with Laravel and Vue.Draggable
Discover the best approach for saving the position of cards in a Kanban board using Laravel and InertiaJS. This article ...
Last Year
Service Providers in Laravel: What They Are and How to Use Them
For those who haven't actively used Service Providers in Laravel, it's a mystical "term": what "service" do they actually "provide", ...
Manage Application Redirects with the Laravel Redirection Package
Laravel Redirection is a Laravel +8 package to manage URL redirections inside your Laravel application. ...
Laravel 9.9 Released
The Laravel team released 9.9 with a configurable pluralizer, getAllTables() support for SQLite and SQLServer, an Eloquent Builder convenience method, ...
Laravel Rocket Chat Notifications
Laravel Rocket Chat Notifications is a package that makes it easy to send notifications using RocketChat with Laravel 9+. ...
Two Years Ago
Handling Signals in Laravel Console Commands
Laravel Artisan commands can now handle signals through Symfony's signal handling features. Learn more about how to handle signals in ...
Using Laravel translations in Javascript with the Laravel Translations Loader
Have you ever wanted to use the same Laravel translations you use on the back-end in your front-end code, like ...
Laravel Forge now has support for Laravel Octane
Today, Laravel Forge adds official Laravel Octane support. ...
Quick Tip: Unit Testing JSON Columns in Laravel
You can use a column->key syntax in Laravel tests when asserting that the database has certain JSON data ...
Laravel firstOrNew, firstOrCreate, firstOr, and updateOrCreate methods
In this article, we go over some handy Laravel eloquent features like firstOrNew, firstOrCreate, firstOr, and updateOrCreate and explain how ...
How to override login redirects in Jetstream or Fortify
In this tutorial, learn how to override login redirects in Laravel Jetstream and Laravel Fortify ...
Keep Logs Tidy With the Log Cleaner Package for Laravel
Laravel Log Cleaner is a package by Joost van Veen for keeping your log files small and tidy. ...
Take the Guesswork out of Performance Monitoring
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
Trackable Jobs for Laravel is a package by Mateus Junges that allows you to track Laravel jobs in your database ...
|