Let's get started quickly I found new things in Laravel 9.24 Released I wanted to share with you. New database artisan commands https://github.com/laravel/framework/pull/43367 new Artisan commands for databases: db:show, db:table, and db:monitor db:show gives you an overview of the database. It includes things like DB type, DB size, version, username, and more php artisan db:show

Exit fullscreen mode db:monitor command lets you see things like the number of connections to the database php artisan db:monitor

// Validation passes $v = new Validator( $trans, ['x' => 'hello world'], ['x' => 'doesnt_end_with:hello']); $this->assertTrue($v->passes()); // Validation fails $v = new Validator( $trans, ['x' => 'hello world'], ['x' => 'doesnt_end_with:world']); $this->assertFalse($v->passes()); Add mergeUnless to resource ConditionallyLoadsAttributes trait https://github.com/laravel/framework/pull/43567 https://res.cloudinary.com/practicaldev/image/fetch/s--UmyvqNMb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/cr0bl2gehu0qyjshzxg6.png
Newsletter

Get the latest Laravel/PHP jobs, events and curated articles straight to your inbox, once a week

Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Community Partners