Last Month
Behind the Code: A Discussion with Backend Experts including Taylor Otwell
Hear experts chat through the latest trends, technologies, and what’s next for backend development ...
Artisan `make` Commands Automatically Chop `.php` Extension in Laravel 11.12
This week, the Laravel team released v11.12, which includes a multiply collection method, automatically chopping the .php extension in make:* ...
The June 2024 Laravel Worldwide Meetup is Today
The next Laravel Worldwide Meetup is today, featuring Katerina Trajchevska and Felipe Flor. The meetup begins live on YouTube at ...
A Lightweight Cart Package for Laravel
The binafy/laravel-cart package adds the ability to add shopping cart functionality to Laravel applications. It simplifies storing and managing cart ...
SQLite Studio is a SQLite Database Explorer
SQLite Studio is a single-file binary, single-command SQLite database explorer. ...
Two Months Ago
Prevent Destructive Commands From Running in Laravel
You can now prevent commands like database migrations from accidentally running in production environments. Learn how to use this upcoming ...
Configuring Laravel With Additional Environment Files
In Laravel, you can configure additional environment files that will load instead of the `.env` file. Let's look at how ...
Real Time Command Line Monitoring With Laravel Top
Laravel Top provides real-time monitoring directly from the command line for Laravel applications. It helps you track critical metrics and ...
A New Validation Rule and the Ability to Manually Fail a Command in Laravel 11.8
This week, the Laravel team released v11.8, with a new validation rule, the ability to fail a command outside the ...
New Array Find Functions in PHP 8.4
Four new array functions are likely coming to PHP 8.4 that are still in the RFC voting stage. Learn about ...
|