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

01 Mr Chetan Laravel Extension Pack

MrChetan

|
1,454 installs
| (2) | Free
A collection of extensions for Laravel development by Chetan Bhalothia
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 Mr Chetan

A collection of extensions for Laravel development by Mr Chetan (Chetan Bhalothia).

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

  • Composer Intelephense - Intelephense for composer the PHP dependency manager.

  • DotENV - Support for dotenv file syntax.

  • Env Symbol Provider - Env files Symbol Provider

  • 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.

  • Laravel - Official VS Code extension for Laravel

  • 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.

  • laravel intellisense - Laravel intellisense for Visual Studio Code.

  • 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).

  • 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.
  • PhpStorm Parameter Hints in VScode - PhpStorm parameter hint for VS Code.

  • Tailwind CSS IntelliSense - Intelligent Tailwind CSS tooling for VS Code.


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 Mr Chetan

Useful Commands

  • composer global require laravel/installer
  • laravel new <AppName> Example : laravel new chetan
  • composer install
  • npm install
  • npm run dev
  • npm run wathc
  • 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 vandor:publish
  • php artisan migrate:rollback

Enjoy Chetan's Extension Pack!

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