idea-php-laravel-plugin icon indicating copy to clipboard operation
idea-php-laravel-plugin copied to clipboard

Laravel Framework Plugin for PhpStorm / IntelliJ IDEA

Results 100 idea-php-laravel-plugin issues
Sort by recently updated
recently updated
newest added

When I update the Laravel-Plugins,if you use some static method exm "User::find($id)" will waring to " Non-static method User::find() should not be called statically",this very bad!

Example: I have a project that contains 3 sections - frontend, admin, api Controllers and related code are placed in separate subfolders inside app folder: frontend: \App\Http\Controllers admin: \App\Admin\Http\Controllers api:...

Laravel supports multiple languages which are usable through Blade ```blade @lang('home.welcome) ``` In Android Studio, the same is possible, when setting text instead putting `@string/home_welcome` would produce the same result....

Hello, thank you for providing us with a handy plugin for the development of the laravel project. In the course of the use, I encountered a small problem. I used...

If I have `Route::get('/some-path', 'Controller@something')->name('some.name')` the autocompleter will find it but if I'm using `$router->get('/some-path', 'Controller@something')->name('some.name') ` it won't pick it up. Great plugin though :)

First of all I would like to thank you this great plugin! I found that it will be useful to autocomplete 2 things here. 1) In migrations Let say we...

**PhpStorm 2017.1.4 on Windows 10 x64 running bundled x64 JDK; Laravel Plugin 0.14.2** Completion helper for route names seems to depend on the calling order. This one works and `browse.deal`...

Ability to select a "Laravel" MVC type view in the Project View panel. Similar to how you can use a Rails or Grails view that will show your data models,...

``` Error while indexing /Users/marius/PhpstormProjects/smarttaxi_api_laravel/app/Http/routes.php To reindex this file IDEA has to be restarted: -1 java.lang.ArrayIndexOutOfBoundsException: -1 at de.espend.idea.laravel.routing.utils.RoutingUtil$RouteNamePsiRecursiveElementVisitor.visitResource(RoutingUtil.java:214) at de.espend.idea.laravel.routing.utils.RoutingUtil$RouteNamePsiRecursiveElementVisitor.visitElement(RoutingUtil.java:145) at com.jetbrains.php.lang.psi.elements.impl.MethodReferenceImpl.accept(MethodReferenceImpl.java:33) at com.intellij.psi.impl.PsiElementBase.acceptChildren(PsiElementBase.java:69) at com.intellij.psi.PsiRecursiveElementVisitor.visitElement(PsiRecursiveElementVisitor.java:40) at de.espend.idea.laravel.routing.utils.RoutingUtil$RouteNamePsiRecursiveElementVisitor.visitElement(RoutingUtil.java:151) at...

Using plugin version 0.14.1 on PhpStorm 2017.1.1 Build #PS-171.4163.3, built on April 5, 2017 JRE: 1.8.0_112-release-736-b16 x86_64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Mac OS X 10.12.4 ![Screenshot](https://puu.sh/vcmrV/af63628d49.png)...