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

Always getting this error M1 Mac, Monterey 12.2.1 PhpStorm 2021.3.2 java.lang.Throwable: '#LineMarkerInfo(T, TextRange, Icon, int, Function, GutterIconNavigationHandler, Alignment)' is deprecated and going to be removed soon. Please use `LineMarkerInfo(T, TextRange,...

view autocompletion and goto does not work in my case. PhpStorm version: 2018.3 idea-php-laravel-plugin version: 0.15.1 laravel-ide-helper version: 2.5.3 What can I check? GOTO on Model also shows two choices,...

hi there is problem java.lang.Throwable: '#LineMarkerInfo(T, TextRange, Icon, int, Function, GutterIconNavigationHandler, Alignment)' is deprecated and going to be removed soon. Please use `LineMarkerInfo(T, TextRange, Icon, Function, GutterIconNavigationHandler, Alignment, Supplier)` instead...

use App\Http\Controllers\OrderController; Route::controller(OrderController::class)->group(function () { Route::get('/orders/{id}', 'show'); Route::post('/orders', 'store'); }); When show is clicked, it does not go to the relevant method.

This plugin just ignores named routes that you prefix with `Route::as('xxx')->group(...` method. Instead you need to use `Route::group(['as' => 'xxx'], function() { ...` to get it work. Hope to see...

In the latest version of PHPstorm 2019.1, the route in web.php that can locate and jump to a controller for a while suddenly becomes unusable again. Failure indicates that the...

com.intellij.psi.PsiInvalidElementAccessException: Element: class com.intellij.psi.css.impl.CssTokenImpl #CSS because: VirtualFileWindow in D:\Source_code\DOAE\nature\resources\views\profile\index.blade.php is invalid invalidated at: see attachment; com.intellij.psi.css.impl.CssTokenImpl:CSS_HASH / com.intellij.psi.impl.source.tree.CompositeElement:PsiElement(CSS_ID_SELECTOR) / com.intellij.psi.css.impl.CssSelectorSuffixListImpl:CSS_SELECTOR_SUFFIX_LIST / com.intellij.psi.impl.source.tree.CompositeElement:PsiElement(CSS_SIMPLE_SELECTOR) / com.intellij.psi.impl.source.tree.CompositeElement:PsiElement(CSS_SELECTOR) / com.intellij.psi.impl.source.tree.CompositeElement:PsiElement(CSS_SELECTOR_LIST) / com.intellij.psi.impl.source.tree.CompositeElement:PsiElement(CSS_RULESET) / com.intellij.psi.impl.source.tree.CompositeElement:PsiElement(CSS_RULESET_LIST)...

[Blade components](https://laravel.com/docs/8.x/blade#components) are available in Laravel since 7.x - It would be great if there was autocompletion support for it. There's been a bit of discussion going on in the...

this project is dead, who taking over - where is new project?

``` java.lang.Throwable: '#LineMarkerInfo(T, TextRange, Icon, int, Function, GutterIconNavigationHandler, Alignment)' is deprecated and going to be removed soon. Please use `LineMarkerInfo(T, TextRange, Icon, Function, GutterIconNavigationHandler, Alignment, Supplier)` instead at com.intellij.openapi.diagnostic.Logger.error(Logger.java:182) at...