issues Search Results · repo:Haehnchen/idea-php-laravel-plugin language:Java
Filter by
224 results
(263 ms)224 results
inHaehnchen/idea-php-laravel-plugin (press backspace or delete to remove)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 ...
meeprakash25
- 3
- Opened on Feb 28, 2022
- #286
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 ...
muharremozdemir
- Opened on Feb 25, 2022
- #285
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 someone to ...
eness
- Opened on Feb 24, 2022
- #284
Every time I open any blade file I get this error. Anyone can help?
java.lang.Throwable: #LineMarkerInfo(T, TextRange, Icon, int, Function, GutterIconNavigationHandler, Alignment) is
deprecated and going ...
smokey18
- Opened on Feb 23, 2022
- #283
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, ...
mimesm
- 13
- Opened on Jan 16, 2022
- #282
Hey I am using your plugin and I like it much but sometimes my IDE reports this error.
java.lang.Throwable: #LineMarkerInfo(T, TextRange, Icon, int, Function, GutterIconNavigationHandler, Alignment) ...
xRealNeon
- 1
- Opened on Jan 10, 2022
- #281
for some time that when I try to select a route Laravel by Ctrl+click... php storm show: always Cannot find declaration
to go to . before it always worked, now it always makes me this mistake. Any help? ...
maxdevis
- Opened on Jan 8, 2022
- #280
it is not working ava.lang.Throwable: #LineMarkerInfo(T, TextRange, Icon, int, Function, GutterIconNavigationHandler,
Alignment) is deprecated and going to be removed soon. Please use LineMarkerInfo(T, ...
ibraheem9
- 1
- Opened on Dec 20, 2021
- #279
Plugin Laravel (0.15.4) return this error in Blade file in PHPStorm (2021.3):
java.lang.Throwable: #LineMarkerInfo(T, TextRange, Icon, int, Function, GutterIconNavigationHandler, Alignment) is deprecated ...
Miguiz
- 1
- Opened on Dec 13, 2021
- #278
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, ...
yanuaraditia
- 3
- Opened on Dec 7, 2021
- #276

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.