- 0.15.x: PhpStorm 2017.3.2+
- Java 8 build
- Add IntelliJ plugin icon (Daniel Espendiller) #228
- feat: added completion for laravel dusk (Viktor Vassilyev) #226
- feat: added completion if Route::match (Viktor Vassilyev) #225
- Compile Patterns before repeated use (Martynas Sateika) #223
- Remove unnecessary KeyDescriptor instances from index files (Martynas Sateika) #224
- Use Collections.singleton to avoid new HashSet creation (Martynas Sateika) #222
- Replace 'substring' with 'trimStart' from the OpenAPI utils (Martynas Sateika) #221
- Re-use ConfigFileMatchResult instance when no match is found (Martynas Sateika) #220
- Move new ArrayList creation until after null check in 'getChildrenFix' (Martynas Sateika) #219
- Require Project to be @NotNull on LaravelSettings#getInstance (Cedric Ziel)
- Dont offer ExtractPartialViewAction when no project on event (Cedric Ziel)
- Fix typo in settings form @Luiz* #160
- Replace deprecated ScalarIndexExtension usages in indexing process
- Support Blade includeWhen, includeFirst for template references #164 #152 #158 #142
- Use new directory SLOT_DIRECTIVE and COMPONENT_DIRECTIVE for completion parameter pattern #167
- Provide indexer for all Blade include directives and use some new Blade apis #165
- Replace cost intensive template resolving on path visiting
- Convert Blade template file navigation to lazy target implementation
- Convert Blade template include navigation to lazy target implementation
- Config files matching refactored + tests added @Adel #169 #166
- Fix "component" and "slot" navigation
- Provide directory navigation for Blade template strings
- Fix performance issue for Blade linemarkers: targets must be attached to leaf elements #161
- Provide references for assets #170
- Additional check for Route::resource analyzer #130 #131 @adelf
- Fixed duplicates in @lang blade directive #133 @adelf
- Feature prioritized lang goto #134 @adelf
- Add TypeProvider for Blade @inject Directive #128
- Implement PhpTypeProvider3 for type resolving #78
- Support class constant of provider alias
- Support subdirectories of routes definitions #129 #69
- Support for __() and trans_choice() #124 #125 @adelf
- Fix incorrect route name generation for Route::resource #119 @adelf
- Add view references for the Mailer Class #126 @diogogomeswww
- PhpStorm 2017.1 migration for new directive support in Blade views
- Add linemaker for Blade slot overwrites inside components
- Replace deprecated api usages
- Prevent duplicates on blade templates Related files #112 @adelf
- Remove index calling in RouteGroupUtil. Fixes IndexNotReadyException #108, #109 @adelf
- Route::resource route names support #113 @adelf
- Fix navigation to declaration doesn't work when @component has the optional array parameter #105
- Fix route controller/resource completion #106 #107 @adelf
- Extract to template file #102 #23 @adelf
- Add index for custom Blade directives abd provide completion #103 #88 @adelf
- Partial namespaced controllers #95 @adelf
- Fix thread exception in template settings forms #99
- Add more pattern and language validation for completion; fix npe #96
- Fix npe in ControllerReferences #92 #90 #93 @adelf
- Support Laravel 5.4 blade component directive #91
- Support template "each" directive #86
- Add Blade "inject" directive for service injection #87
- Add Blade "includeIf" directive template references #89
- Remove AuthorizesRequests trait methods #52
- Add references for Blade @push @stack directives #73
- Add PhpStorm environments up to 2016.3.2 for travis testing
- Add dialog for automatically detect the need to enable plugin #80
- Move settings form into PHP related menu #63
- Support route file structure of Laravel 5.3 and include route name index instead in of live extract "as" routes #69
- Drop project usage for LaravelSettings and make it stateless to prevent memory leaks; cleanup unused code of LaravelProjectSettingsForm
- Fix npe in ControllerReferences #66
- Fix locating translations doesn't seem to work when using a locale which is not an official locale; support "fr-FR" #58
- Travis testing environment update for PhpStorm 2016.2.1
- Fix settings for template path reset was not filled
- Fix Plugin throws java.util.ConcurrentModificationException #64
- Dont print full function signature in tail text, only extract parameter
- Dropping redundant view path setting elements #59
- Route::group old laravel versions support #47
- Fix MethodReferenceImpl cannot be cast to ... in dic type provider #54 #60
- Update travis environment to use PhpStorm.2016+ and Java8 deps
- Fix jump to doesn't work for @include('some/view/path') #62
- Support translate in subdirectories #61
- Fix Route::group and Laravel doesn't allow Route::group for controllers not in default namespace #46 @adelf
- Route completion displays origin class of trait methods and provides parameter tail text
- Better default router namespace detection; also add settings for customize #35
- Non-standard root namespaces support @adelf
- Fixing npe in ControllerReferences #40
- Route::group support @adelf #8
- Prioritized controller completion inside groups @adelf
- fix navigation to view in custom view folder without namespace problem #30
- Only try optional view path on settings form #24
- Add support for naming routes #21, #34
- Add blade @lang directive support #19
- Add service dic support #42
- Fix handling of namespace controller classes #31
- Add "uses" route references
- Add references for "Route::controller" controller names
- Template navigation improvements, also twig support for view render in php
- Fix multiple class resolve
- Fix non namespaces action completion #11
- Add new Laravel5 view resources path
- Add template namespace support #9
- Add support views() and config() of Laravel5
- Allow multiple template path and add Laravel4 and 5 default paths
- Add index for templates in php files and provide linemarker #15
- Enable better @include and @extends template navigation handling for the new features
- Fix "SqlStringLiteralExpression" import for popovers
- Add blade yield index and refactoring all other index element walkers
- Support blade yield directive in linemarker
- Add translation indexer and provider references "Lang" class alias
- Add config indexer and migrate references
- Porting completion autopopup Confidence from symfony2 plugin
- Fix route completion fired on every function
- Add blade sections implements linemarker
- Add blade sections references
- Provide some better blade file template completion
- Add linkAction references
- Add stub indexes for blade section, include and extends tags
- Add blade overwritten linemarker for sections
- Add file context include and extends linemarker
- Add textfield to configure default view namespace
- Only allow PhpStorm8 builds, for Blade support
- Add app config references
- Add Router::resource references
- initial release