It has a couple of new features that I've found that can help you on your next projects - Laravel 9.37 Released Verbose view caching the ability to pass -v to the view:cache artisan command to output the directories the command is looking in and -vv to see every file the command caches. php artisan view:cache -vv Query builder raw value method rawValue() method to get a value from a SQL expression. Here are some examples from the pull request $first = TripModel::orderBy('date_at', 'ASC') ->rawValue('YEAR(`date_at`)'); $last = TripModel::orderBy('date_at', 'DESC') ->rawValue('YEAR(`date_at`)'); $fullname = UserModel::where('id', $id) ->rawValue('CONCAT(`first_name`, "", `last_name`)'); I hope you enjoyed with me and to learn more about this release visit the sources and search more.
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