⚠️ This post links to an external website. ⚠️
A new
php artisan devcommand in Laravel 13.16.0 allows developers to run multiple processes concurrently, such as the server, queue worker, log tailing, and Vite. This command streamlines development by integrating configuration directly into application code. The release also introduces thewhenFilledEnum()method for handling typed enums directly in requests, and thewithCookies()method has been extended to allow attaching multiple cookies to any response type. Additionally, a new array-based maintenance mode driver enhances parallel testing capabilities by avoiding conflicts with the existing file and cache drivers. Other improvements cover enum handling in event broadcasting and updates to JSON schema support. Developers are encouraged to upgrade to v13.16.1 for fixes related to the new command.
continue reading onlaravel-news.com
If this post was enjoyable or useful for you, please share it! If you have comments, questions, or feedback, you can email my personal email. To get new posts, subscribe use the RSS feed.