All Projects → Haehnchen → Idea Php Laravel Plugin

Haehnchen / Idea Php Laravel Plugin

Licence: mit
Laravel Framework Plugin for PhpStorm / IntelliJ IDEA

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Idea Php Laravel Plugin

Idea Php Symfony2 Plugin
IntelliJ IDEA / PhpStorm Symfony Plugin
Stars: ✭ 797 (+48.42%)
Mutual labels:  jetbrains, symfony, intellij, intellij-plugin, phpstorm
interstellar
Dark editor theme for JetBrains IDEs
Stars: ✭ 26 (-95.16%)
Mutual labels:  intellij, jetbrains, phpstorm, intellij-plugin
Magento2 Phpstorm Plugin
PHPStorm Plugin for Magento 2
Stars: ✭ 294 (-45.25%)
Mutual labels:  jetbrains, intellij, intellij-plugin, phpstorm
intellij-neos
Support for the Neos CMS in Intellij IDEA / PhpStorm
Stars: ✭ 37 (-93.11%)
Mutual labels:  intellij, jetbrains, phpstorm, intellij-plugin
Collector Intellij
A PhpStorm plugin for refactoring to collections
Stars: ✭ 114 (-78.77%)
Mutual labels:  laravel, intellij, intellij-plugin, phpstorm
Idea Php Annotation Plugin
Add PHP annotation support for PhpStorm and IntelliJ
Stars: ✭ 216 (-59.78%)
Mutual labels:  symfony, intellij, intellij-plugin, phpstorm
Idea Php Drupal Symfony2 Bridge
PhpStorm plugin to support Symfony components inside Drupal 8
Stars: ✭ 34 (-93.67%)
Mutual labels:  symfony, intellij, intellij-plugin, phpstorm
Runconfigurationasaction
Provides a way to use IntelliJ run configurations as buttons
Stars: ✭ 17 (-96.83%)
Mutual labels:  jetbrains, intellij, intellij-plugin, phpstorm
Idea Php Generics Plugin
Support generics types in PhpStorm via psalm / phpstan docblock
Stars: ✭ 146 (-72.81%)
Mutual labels:  jetbrains, intellij, intellij-plugin, phpstorm
Svelte Intellij
Svelte components in WebStorm and friends
Stars: ✭ 345 (-35.75%)
Mutual labels:  intellij, intellij-plugin, phpstorm
JetBrainsRunner
A Krunner Plugin which allows you to open your recent projects
Stars: ✭ 31 (-94.23%)
Mutual labels:  intellij, jetbrains, phpstorm
dummytext-plugin
"Dummy Text Generator" plugin for Jetbrains IDEs
Stars: ✭ 31 (-94.23%)
Mutual labels:  intellij, phpstorm, intellij-plugin
intellij-autohotkey
AutoHotkey plugin for the Jetbrain's IntelliJ platform
Stars: ✭ 30 (-94.41%)
Mutual labels:  intellij, jetbrains, intellij-plugin
jetbrains-utility
Remove/Backup – settings & cli for macOS (OS X) – DataGrip, AppCode, CLion, Gogland, IntelliJ, PhpStorm, PyCharm, Rider, RubyMine, WebStorm
Stars: ✭ 62 (-88.45%)
Mutual labels:  intellij, jetbrains, phpstorm
sourcegraph-jetbrains
Sourcegraph for JetBrains IDEs (IntelliJ)
Stars: ✭ 34 (-93.67%)
Mutual labels:  intellij, jetbrains, intellij-plugin
referencer-plugin
"Referencer" plugin for Jetbrains IDEs
Stars: ✭ 20 (-96.28%)
Mutual labels:  intellij, phpstorm, intellij-plugin
ReactPropTypes-Plugin
A Jetbrains Plugin for react PropTypes
Stars: ✭ 62 (-88.45%)
Mutual labels:  intellij, jetbrains, phpstorm
idea-php-typo3-plugin
TYPO3 CMS Plugins for IntelliJ IDEA / PhpStorm
Stars: ✭ 93 (-82.68%)
Mutual labels:  intellij, phpstorm, intellij-plugin
idea-php-advanced-autocomplete
Plugin for PhpStorm IDE. Adds auto-completion support for various built-in PHP functions, where parameter is a string literal.
Stars: ✭ 57 (-89.39%)
Mutual labels:  intellij, phpstorm, intellij-plugin
Intellij Plugin Save Actions
Supports configurable, Eclipse like, save actions, including "organize imports", "reformat code" and "rearrange code".
Stars: ✭ 440 (-18.06%)
Mutual labels:  jetbrains, intellij, phpstorm

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"
    }
  ]
}

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].