News

Run Artisan Make Commands in Laravel VS Code Extension

Published
Run Artisan Make Commands in Laravel VS Code Extension image

The Laravel VS Code extension was recently updated with an incredible new feature: run artisan make: commands from the command palette. You can run commands, select flags and options, all without leaving your editor:

Using make:controller from the command palette
Using make:controller from the command palette

Once you type in the name of the controller in this example, you can fuzzy-search for all the available command options, select them, and create your file(s) with your keyboard:

The make:controller command options
The make:controller command options

Along with the command palette, you can contextually use make: commands from the project tree by right-clicking and selecting the desired file type. Depending on which folder in the project, you can contextually create things using make:* commands for controllers, models, queues, jobs, events, etc.

Contextually running make:controller from the file tree
Contextually running make:controller from the file tree

You can get the official Laravel VS Code extension in the marketplace or search for it within the VS Code Extensions sidebar. This feature is available as of v1.4.0.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Filed in

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
The Laracon Archive image

The Laracon Archive

Read article
Group Adjacent Collection Items in Laravel with chunkBy() image

Group Adjacent Collection Items in Laravel with chunkBy()

Read article
Laravel queue:work Now Prints Why the Worker Stopped image

Laravel queue:work Now Prints Why the Worker Stopped

Read article
Sidecar Brings Statamic's Control Panel to Your Existing Markdown Sites image

Sidecar Brings Statamic's Control Panel to Your Existing Markdown Sites

Read article
Collections chunkBy() and Storage Path Hardening in Laravel 13.30 image

Collections chunkBy() and Storage Path Hardening in Laravel 13.30

Read article
Forte: Parse and Rewrite Laravel Blade Templates image

Forte: Parse and Rewrite Laravel Blade Templates

Read article