Skip to content
This repository was archived by the owner on Mar 12, 2022. It is now read-only.

Haehnchen/idea-php-laravel-plugin

Folders and files

NameName
Last commit message
Last commit date
Feb 14, 2021
Feb 14, 2021
Dec 11, 2021
Mar 23, 2018
May 22, 2019
Dec 28, 2017
Nov 30, 2014
Feb 14, 2021
Aug 27, 2021
Feb 14, 2021
Dec 11, 2021
Feb 14, 2021
Feb 14, 2021
Jul 28, 2019
Oct 5, 2018

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 File > Settings > PHP > Laravel and clicking "Enable plugin 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"
    }
  ]
}

Make sure that the namespace does not have dot . delimiter, because the plugin will not work in that situation. For example, if the above example had namespace called foo.bar then it will not work correctly.

Screenshots

larevel phpstorm