Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>AMIT Laravel Extension PackNew to Visual Studio Code? Get it now.
AMIT Laravel Extension Pack

AMIT Laravel Extension Pack

Amit Chandrakar

|
2,987 installs
| (1) | Free
A collection of extensions for Laravel development by Amit Chandrakar
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Laravel development Extension Pack by Amit Chandrakar

A collection of extensions for Laravel development.

VS Code extension pack help to create a your Laravel app.

Included

This extension pack includes the following extensions:

  • Alpine.js IntelliSense - Simple IntelliSense & Snippets for Alpine.js framework.

  • Better PHPUnit - A better PHPUnit test runner

  • DotENV - Support for dotenv file syntax.

  • EditorConfig for VS Code - EditorConfig Support for Visual Studio Code.

  • Format HTML in PHP - Provides formatting for the HTML code in PHP files using JSbeautify - Works well paired with a PHP formatting extension.

  • JavaScript (ES6) code snippets - Code snippets for JavaScript in ES6 syntax.

  • HTML Snippets - Full HTML tags including HTML5 Snippets.

  • Laravel Assist - Laravel development auxiliary extension.

  • Laravel Artisan - Run Laravel Artisan commands within Visual Studio Code.

  • Laravel Extra Intellisense - better intellisense for laravel projects.

  • Laravel Blade formatter - Laravel Blade formatter for VSCode.

  • Laravel Blade Snippets - Laravel blade snippets and syntax highlight support.

  • Livewire Goto - Livewire goto vscode extension.

  • Laravel Goto Config - Quick jump to config in Laravel project.

  • Laravel Goto Env - Quick jump to env.

  • Laravel goto view - Quick jump to view.

  • laravel intellisense - Laravel intellisense for Visual Studio Code.

  • laravel-goto-controller - Alt + click to navigate from a route to a respective controller file.

  • Laravel Model Snippets - Quickly get up and running with your Laravel Models

  • Laravel Snippets - laravel and php snippets for common functions and classes.

  • Laravel Snippets - Laravel snippets for Visual Studio Code (Support Laravel 5 and above).

  • Livewire Language Support - Snippets, Parameter Discovery, Syntax Highlighting and Formatting for Livewire.

  • PHP Debug - Debug support for PHP with XDebug.

  • PHPDoc Comment - .Add phpdoc @param and @return tag for selected function signatures.

  • PHP Intelephense - PHP code intelligence for Visual Studio Code.

  • PHP Namespace Resolver - Import and expand php namespaces.

  • PHP Sniffer - Uses PHP_CodeSniffer to format and lint PHP code.

    • PHP Coding Standard - This repository contains rulesets for PHP CodeSniffer and PHP Mess Detector along with some custom rules.
  • Tailwind CSS IntelliSense - Intelligent Tailwind CSS tooling for VS Code.

  • Code Spell Checker - A basic spell checker that works well with camelCase code.

  • File Utils - A convenient way of creating, duplicating, moving, renaming, deleting files and directories.

  • GitLens — Git supercharged - GitLens supercharges the Git capabilities built into Visual Studio Code. It helps you to visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more.

  • Git History - View git log, file history, compare branches or commits

  • Material Icon Theme - Material Design Icons for Visual Studio Code

  • Bracket Pair Colorizer - A customizable extension for colorizing matching brackets

  • CSS Peek - Allow peeking to css ID and class strings as definitions from html files to respective CSS. Allows peek and goto definition.


Recommended Software for Laravel development

  • Laragon
  • Node.js
  • Composer
  • Postman for API Testing

For more information

  • Read Laravel Documentation
  • Read Livewire Documentation
  • Read Tailwindcss Documentation
  • Read Laravel Jetstream Documentation
  • Contact Amit

Useful Commands

  • composer global require laravel/installer
  • laravel new <AppName> Example : laravel new amit
  • composer install
  • npm install
  • npm run dev
  • npm run watch
  • npm run production
  • php artisan storage:link
  • php artisan key:generate
  • php artisan migrate
  • php artisan serve
  • php artisan config:cache
  • php artisan make:controller <ControllerName> -r Example : php artisan make:controller Users -r
    -r is used to add a resource controller
  • php artisan make:model <ModelName> -m Example : php artisan make:model User -m
    -m is used to create a migratioin
  • php artisan make:migration <MigrationFileName> --table=<tableName> Example : php artisan make:migration add_booing_date_field_bookings --table=bookings
  • php artisan make:middleware <MiddlewareName> Example : php artisan make:middleware IsAdmin
  • php artisan make:mail <mailName> -m emails.<mailFileName> Example : php artisan make:mail Enquiry -m emails.enquiry
  • php artisan make:seeder <SeederName> Example : php artisan make:seeder Settings
  • laravel new v8 --jet --stack livewire --teams
  • php artisan down
  • php artisan up
  • php artisan vendor:publish
  • php artisan migrate:rollback

Enjoy Extension Pack!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft