Laravel Intellisense
FeaturesAutocompletion
NavigationToolsEloquent AutocompletionGet autocompletion for model attributes when using Eloquent query methods.
Supported patterns:
Relationship AutocompletionModel relationships are now included in autocomplete results, showing:
Validation Rules AutocompletionGet autocompletion for Laravel validation rules with 100+ built-in rules.
Rules are categorized by type with rich documentation and examples. View Autocompletion
Supported functions:
Config Autocompletion
Supported functions:
Route Autocompletion
Translate Autocompletion
Supported functions:
Resource AutocompletionGet autocompletion for
Factory Autocompletion
Go to DefinitionCmd+Click (Mac) or Ctrl+Click (Windows/Linux) to jump to definitions:
Hover DocumentationHover over Laravel code to see rich documentation:
Laravel Ide HelperGenerate IDE helper files for better autocompletion. Run the command:
Or use laravel-ide-helper directly for more customization. ConfigurationModel NamespaceSet your model namespace in Settings > Extensions > Laravel Intellisense > Model Default: PHP PathSet custom PHP executable path in Settings > Extensions > Laravel Intellisense > PHP Path Default: Useful when PHP is not in your system PATH. DockerIf using Docker, set the container command in Settings > Extensions > Laravel Intellisense > Docker Example:
Or for Laravel Sail:
Requirements
Issues & ContributionsReport issues or contribute at GitHub |








