News and information about Laravel
10 followers 6 articles/semaine
A New Minimal Default Exception Page With Dark Mode Support in Laravel 11.9

This week, the Laravel team released v11.9, which includes a new default exception page, a way to prevent destructive commands from running, a withoutDelay() queue method, and more. New Default Exception Page Laravel now ships with a minimal default exception page when your application is in debug mode. The...

Wed May 29, 2024 17:09
Audit MySQL Databases in Laravel With the DB Auditor Package

The DB Auditor package for Laravel helps you audit your MySQL database standards and provides options to add missing constraints via CLI: DB Auditor table report This package can help you identify areas of your database that need work during development to optimize your production database. It...

Tue May 28, 2024 17:08
The Ability to Prevent Destructive Commands From Running is Coming to Laravel 11

In an upcoming Laravel release, you can prevent commands like database migrations from accidentally running in production environments. The next Laravel release should include the ability to use a framework Prohibitable trait to stop commands from running: use Illuminate\Console\Command; use Illuminate\Console\Prohibitable;...

Mon May 27, 2024 17:04
Configuring Laravel With Additional Environment Files

In Laravel, you can configure additional environment files that will load instead of the .env file. This feature is helpful for testing, where you can load a .env.testing environment file instead of the default. You typically don't need to reach for this feature, but it's nice to know that by setting the APP_ENV...

Fri May 24, 2024 16:49
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 see the busiest routes in your application. Since data is stored in Redis, theoretically, the top command output should represent data from all application servers, not just...

Thu May 23, 2024 16:45
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 handle() method, create a view during make:mail, and more. Show Events in the model:show Command Wendell Adriel contributed an Events section to the model:show command that displays any events...

Wed May 22, 2024 16:36

Construisez votre propre fil d'actualité

Prêt à tenter le coup ?
Commencer un essai de 14 jours, aucune carte de crédit n'est requise.

Créer un compte