IntroductionThe Laravel VS Code extension integrates the Laravel LSP server with Visual Studio Code, providing completions, hover information, diagnostics, links, and code actions for your PHP and Blade files. The extension supports all Laravel versions currently listed under the support policy and requires PHP 8.2 or later. LSP DocumentationDocumentation for Laravel LSP can be found in the Laravel LSP repository. InstallationOpen the Extensions view in Visual Studio Code, search for "Laravel", and select Install. ConfigurationNo configuration is required by default. To choose the PHP environment used by the Laravel LSP server, configure
For the full list of available configuration options, open the extension's settings in Visual Studio Code. UpdatesThe extension checks for Laravel LSP updates at most once every two hours. To force an update check without waiting, run ContributingThank you for considering contributing to the Laravel VS Code extension! The contribution guide can be found in the Laravel documentation. Code of ConductIn order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct. Security VulnerabilitiesPlease review our security policy on how to report security vulnerabilities. LicenseThe Laravel VS Code extension is open-sourced software licensed under the MIT license. |