Let's get started quickly I found new things in Laravel 9.14 Released I wanted to share with you. Migration table comments for MySQL and Postgres the ability to add table comments for MySQL and Postgres migrations Schema::table('posts', function (Blueprint $table) { $table->comment('This is a comment'); }); Enter fullscreen mode

Dynamic "trashed" factory state dynamic support of a "trashed" factory state for models using soft deletes // in Factory class public function trashed() { return $this->state([ 'deleted_at' => now()->subDay(), ]); }

Array prependKeysWith() helper new array helper to prepend all key names in an associative array quickly
Newsletter

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

Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
Community Partners