---
title: "The artisan dev Command in Laravel 13.16.0"
url: https://daily.dev/posts/the-artisan-dev-command-in-laravel-13-16-0-rxo2woyat
source_url: https://laravel-news.com/laravel-13-16-0
type: article
source: "Laravel News"
published: 2026-06-17T13:05:31.071Z
updated: 2026-08-24T07:10:24.009Z
tags: ["php", "laravel"]
reading_time: 4
upvotes: 37
comments: 2
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# The artisan dev Command in Laravel 13.16.0

**[Laravel News](https://daily.dev/sources/ln)** · 4 min read · 37 upvotes · 2 comments

## Summary

Laravel 13.16.0 ships four notable additions. The new `php artisan dev` command runs development processes (server, queue worker, log tailing, Vite) concurrently, replacing the `composer dev` script with application-level configuration via a `DevCommands` class. A `whenFilledEnum()` method on requests simplifies typed enum handling by combining the filled check, `tryFrom()` cast, and null guard into one call. The `withCookies()` method moves from `RedirectResponse` to `ResponseTrait`, making it available on all response types including `JsonResponse`. An array-based maintenance mode driver is added specifically for parallel testing scenarios where file and cache drivers cause issues. Additional fixes cover shell quoting in scheduled commands, batch job handling, queue attributes on traits, and JSON Schema deserialization safety.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel-news.com/laravel-13-16-0>

## Community discussion

Top comments from developers on daily.dev.

**@sam7work** · 0 upvotes

> nice, just simply nice

## Similar posts on daily.dev

- [Laravel artisan dev: Run Server, Queue, Logs, and Vite](https://daily.dev/posts/laravel-artisan-dev-run-server-queue-logs-and-vite-pcfbfyyfr) · Laravel News · 27 upvotes · 2 comments

---

Tags: [#php](https://daily.dev/tags/php), [#laravel](https://daily.dev/tags/laravel)

[View this post on daily.dev](https://daily.dev/posts/the-artisan-dev-command-in-laravel-13-16-0-rxo2woyat)
