Skip to content

Commit 10e0cac

Browse files
authored
Added PhpStorm and Firebase Studio to IDEs (#10585)
* adding jetbrains + firebase studio to IDEs * vs code first. added cursor
1 parent 6cd5437 commit 10e0cac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,11 @@ You can learn more about Herd by checking out the [Herd documentation for Window
205205
<a name="ide-support"></a>
206206
## IDE Support
207207

208-
You are free to use any code editor you wish when developing Laravel applications; however, [PhpStorm](https://www.jetbrains.com/phpstorm/laravel/) offers extensive support for Laravel and its ecosystem, including [Laravel Pint](https://www.jetbrains.com/help/phpstorm/using-laravel-pint.html).
208+
You are free to use any code editor you wish when developing Laravel applications. If you're looking for lightweight and extensible editors, [VS Code](https://code.visualstudio.com) or [Cursor](https://cursor.com) combined with the official [Laravel VS Code Extension](https://marketplace.visualstudio.com/items?itemName=laravel.vscode-laravel) offers excellent Laravel support with features like syntax highlighting, snippets, artisan command integration, and smart autocompletion for Eloquent models, routes, middleware, assets, config, and Inertia.js.
209209

210-
In addition, the community maintained [Laravel Idea](https://laravel-idea.com/) PhpStorm plugin offers a variety of helpful IDE augmentations, including code generation, Eloquent syntax completion, validation rule completion, and more.
210+
[PhpStorm](https://www.jetbrains.com/phpstorm/laravel/) by JetBrains combined with the [Laravel Idea plugin](https://laravel-idea.com/) provides extensive support for Laravel and its ecosystem including Laravel Pint, Larastan, and Pest. The framework support covers Blade templates, smart autocompletion for Eloquent models, routes, views, translations, and components, along with powerful code generation and navigation across Laravel projects.
211211

212-
If you develop in [Visual Studio Code (VS Code)](https://code.visualstudio.com), the official [Laravel VS Code Extension](https://marketplace.visualstudio.com/items?itemName=laravel.vscode-laravel) is now available. This extension brings Laravel-specific tools directly into your VS Code environment, enhancing productivity.
212+
For those seeking a cloud-based development experience, [Firebase Studio](https://firebase.studio/) provides instant access to building with Laravel directly in your browser. With zero setup required, Firebase Studio makes it easy to start building Laravel applications from any device.
213213

214214
<a name="next-steps"></a>
215215
## Next Steps

0 commit comments

Comments
 (0)