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

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