Skip to content

adelf/idea-php-laravel-plugin

 
 

Repository files navigation

IntelliJ IDEA / PhpStorm Laravel Plugin

Build Status Version Downloads Downloads last month Donate to this project using Paypal

Based on Symfony Plugin

Key Value
Plugin url https://plugins.jetbrains.com/plugin/7532
Id de.espend.idea.laravel
Changelog CHANGELOG

Installation

To install, go to Settings > Plugins and search for "Laravel Plugin".

Once installed, you must activate per-project by going to Settings > Languages & Frameworks > PHP > Laravel and clicking "Enable for this project".

Note You must install and use the Laravel IDE Helper in order for PhpStorm to know how to find the Laravel classes.

Documentation and tutorials

Blade Template Namespace

To register custom Blade template paths use ide-blade.json files in directories which template related. Path need to be relative to its file position

{
  "namespaces": [
    {
      "namespace": "foo",
      "path": "res"
    },
    {
      "namespace": "foo"
    }
  ]
}

Screenshots

larevel phpstorm

About

Laravel Framework Plugin for PhpStorm / IntelliJ IDEA

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.1%
  • PHP 1.9%