PhpStorm 2026.2: Laravel Tool Window &amp; PHP 8.5 | Mohamed Said        [  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MH.png)   Mohamed Said Laravel Backend Engineer  ](https://msaied.com) [ Home ](https://msaied.com) [ Projects ](https://msaied.com/projects) [ Articles  ](https://msaied.com/articles) [ Certificates ](https://msaied.com/certificates) [ Contact ](https://msaied.com#contact-section) 

       [  ](https://github.com/EG-Mohamed)       

 [ Home ](https://msaied.com) [ Projects ](https://msaied.com/projects) [ Articles ](https://msaied.com/articles) [ Certificates ](https://msaied.com/certificates) [ Contact ](https://msaied.com#contact-section) 

  [ home ](https://msaied.com)    [ articles ](https://msaied.com/articles)    PhpStorm 2026.2 Released: Laravel Tool Window, PHP 8.5 Pipe Operator, and AI Agents        On this page       1. [  The Laravel Tool Window ](#the-laravel-tool-window)
2. [  New PHP Support ](#new-php-support)
3. [  \#\[FileReference\] Attribute ](#filereference-attribute)
4. [  Other PHP Additions ](#other-php-additions)
5. [  AI and Agent Skills Manager ](#ai-and-agent-skills-manager)
6. [  Everything Else Worth Noting ](#everything-else-worth-noting)
7. [  Key Takeaways ](#key-takeaways)

  ![PhpStorm 2026.2 Released: Laravel Tool Window, PHP 8.5 Pipe Operator, and AI Agents](https://cdn.msaied.com/505/151a0bba66cc27064e090e69e55d7c92.png)

 [  Laravel ](https://msaied.com/articles?category=laravel) [  PHP ](https://msaied.com/articles?category=php)  #PhpStorm   #JetBrains   #PHP 8.5   #Laravel   #IDE   #AI  

 PhpStorm 2026.2 Released: Laravel Tool Window, PHP 8.5 Pipe Operator, and AI Agents 
=====================================================================================

     3 Aug 2026      3 min read    ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MJ.jpg)  Mohamed Said  

       Table of contents

1. [  01   The Laravel Tool Window  ](#the-laravel-tool-window)
2. [  02   New PHP Support  ](#new-php-support)
3. [  03   #\[FileReference\] Attribute  ](#filereference-attribute)
4. [  04   Other PHP Additions  ](#other-php-additions)
5. [  05   AI and Agent Skills Manager  ](#ai-and-agent-skills-manager)
6. [  06   Everything Else Worth Noting  ](#everything-else-worth-noting)
7. [  07   Key Takeaways  ](#key-takeaways)

 JetBrains released PhpStorm 2026.2 on August 3, 2026, and it is one of the more Laravel-focused IDE updates in recent memory. The headline feature is a dedicated Laravel tool window, but the release also covers PHP 8.5 support, a new file-path attribute, quality-tool improvements, and a reworked AI agent experience.

The Laravel Tool Window
-----------------------

The new tool window gives Laravel projects a first-class home inside the IDE. It is split into three tabs:

- **Dashboard** — quick access to Artisan commands and general project information
- **Errors** — browse local or Sentry-hosted log files, with an option to explore or fix errors using AI rather than copy-pasting stack traces
- **Laravel Cloud** — manage deployments and environment variables without leaving the editor

Package recognition has also expanded. PhpStorm 2026.2 now understands `laravel/passport` and `stancl/tenancy` out of the box. The `ide.json` config file gains new options for database schema file paths, Eloquent model-to-table mapping, custom Livewire locations, and new completion types for `viteAsset`, `passportScopeId`, and `staticStrings`.

New PHP Support
---------------

### \#\[FileReference\] Attribute

The new `#[FileReference]` attribute lets you annotate function, method, or constructor parameters to tell the IDE that the argument represents a file or directory path:

```php
function loadConfig(#[FileReference(basePath: __DIR__)] string $path): array
{
    // $path now gets navigation and refactoring support
}

```

Once annotated, any path passed to that parameter gets full navigation and refactoring support, including relative paths defined through `basePath` and paths built dynamically from variables or constants. Annotations are project-wide and persist across IDE restarts.

### Other PHP Additions

- **PHP 8.5 pipe operator** is now supported
- PHPStan, Laravel Pint, and other quality tools can run on the fly, on idle, or on save — configured under **Settings | PHP | Quality Tools**
- The built-in formatter can apply the **PER Coding Style 3.0** spec
- Arrow autocompletion after object variables is enabled by default
- Code completion for nested arrays without explicit keys in `#[ArrayShape]` annotations

AI and Agent Skills Manager
---------------------------

PhpStorm 2026.2 ships an **agent skills manager** — a browsable directory of skills you can add directly from inside the IDE. You can pull skills from external registries such as GitHub repos, or import skills already configured for Claude Code or Codex.

GitHub Copilot is now natively integrated as an agent in the AI chat picker, built through a partnership with Microsoft. It authenticates via GitHub OAuth if you have an active Copilot subscription. For teams running their own infrastructure, AI code completion can now connect to any OpenAI-compatible model.

Everything Else Worth Noting
----------------------------

- **Git worktree management** is now handled from inside the IDE, including on WSL
- A new **"Resolve All Simple Conflicts"** action clears standard conflicts across an entire changeset at once
- Typing `@` in a code review comment surfaces a list of users from the current GitHub or GitLab repo
- The terminal accepts dragged files and folders to insert their paths
- The **Settings dialog is no longer modal**, so you can keep it open while you work
- Database custom colors are now theme-aware and can be applied to folders
- Project indexing is reported to run up to **10% faster**

Key Takeaways
-------------

- The Laravel tool window centralises Artisan, error logs, and Laravel Cloud in one place
- `#[FileReference]` brings path-aware navigation and refactoring to any annotated parameter
- PHP 8.5 pipe operator is supported out of the box
- Quality tools (PHPStan, Pint) can now run automatically on idle or on save
- GitHub Copilot is a first-class agent, and any OpenAI-compatible model can power AI completion
- A non-modal Settings dialog and 10% faster indexing round out the quality-of-life improvements

---

*Source: [PhpStorm 2026.2 Released — Laravel News](https://laravel-news.com/phpstorm-20262-released)*

 Found this useful?

          [  ](https://twitter.com/intent/tweet?url=https%3A%2F%2Fmsaied.com%2Farticles%2Fphpstorm-20262-released-laravel-tool-window-php-85-pipe-operator-and-ai-agents&text=PhpStorm+2026.2+Released%3A+Laravel+Tool+Window%2C+PHP+8.5+Pipe+Operator%2C+and+AI+Agents) [  ](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fmsaied.com%2Farticles%2Fphpstorm-20262-released-laravel-tool-window-php-85-pipe-operator-and-ai-agents) 

 Frequently Asked Questions 
----------------------------

  3 questions  

     Q01  What does the new Laravel tool window in PhpStorm 2026.2 include?        The Laravel tool window has three tabs: Dashboard for Artisan commands and project info, Errors for browsing local or Sentry-hosted logs with AI-assisted fixes, and Laravel Cloud for managing deployments and environment variables. 

      Q02  What is the #\[FileReference\] attribute in PhpStorm 2026.2?        It is a PHP attribute you apply to function, method, or constructor parameters to mark them as file or directory paths. Once annotated, the IDE provides navigation, refactoring, and completion support for any path passed to that parameter, including relative paths and dynamically built paths. 

      Q03  Can PhpStorm 2026.2 run Laravel Pint and PHPStan automatically?        Yes. In this release, PHPStan, Laravel Pint, and other quality tools can be configured to run on the fly, on idle, or on save via Settings | PHP | Quality Tools. 

  Continue reading

 More Articles 
---------------

 [ View all    ](https://msaied.com/articles) 

 [ ![Laravel Doctor: Diagnose Your Laravel App With One Artisan Command](https://cdn.msaied.com/504/d72224689abc7b396bce187535008272.png) Laravel Artisan Health Checks 

### Laravel Doctor: Diagnose Your Laravel App With One Artisan Command

Laravel Doctor is a first-party package announced at Laracon US 2026 that adds an `artisan doctor` command to...

  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MJ.jpg)  Mohamed Said 

 3 Aug 2026     4 min read  

  Read    

 ](https://msaied.com/articles/laravel-doctor-diagnose-your-laravel-app-with-one-artisan-command) [ ![Livewire v4.3.5 Released: Fix for SFC Detection with PHP Attribute Array Arguments](https://cdn.msaied.com/503/9678ed8dbf5d7a6f4f19ca7694cf241b.png) Livewire Laravel PHP 

### Livewire v4.3.5 Released: Fix for SFC Detection with PHP Attribute Array Arguments

Livewire v4.3.5 ships a targeted bug fix for Single File Component (SFC) detection when PHP attributes contain...

  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MJ.jpg)  Mohamed Said 

 3 Aug 2026     2 min read  

  Read    

 ](https://msaied.com/articles/livewire-v435-released-fix-for-sfc-detection-with-php-attribute-array-arguments) [ ![Laravel Filament v3 Custom Actions: Bulk, Table, and Header Actions Done Right](https://cdn.msaied.com/502/ff034ec2bd69cdc8e56eced7a83882a3.png) filament laravel filament-actions 

### Laravel Filament v3 Custom Actions: Bulk, Table, and Header Actions Done Right

Go beyond the defaults: build type-safe bulk actions, inject services into header actions, and wire table row...

  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MJ.jpg)  Mohamed Said 

 3 Aug 2026     3 min read  

  Read    

 ](https://msaied.com/articles/laravel-filament-v3-custom-actions-bulk-table-and-header-actions-done-right) 

   [  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MH.png)   Mohamed Said Laravel Backend Engineer  ](https://msaied.com)Senior Backend Engineer specializing in Laravel, scalable SaaS platforms, APIs, and cloud infrastructure. I build secure, high-performance web applications that help businesses grow.

Explore

- [Home](https://msaied.com)
- [Projects](https://msaied.com/projects)
- [Articles](https://msaied.com/articles)
- [Certificates](https://msaied.com/certificates)
- [Contact](https://msaied.com#contact-section)

Connect

- [   hello@msaied.com ](mailto:hello@msaied.com)
- [   +20 109 461 9204 ](tel:+201094619204)

© 2026 Mohamed Said. All rights reserved.

 [  ](https://github.com/EG-Mohamed) [  ](https://www.linkedin.com/in/msaiedm/) [  ](https://wa.me/201094619204) [  ](mailto:hello@msaied.com) [  ](https://drive.google.com/file/u/0/d/1MF20IPRJyzfy32mhEutjL5EpSls0w2Q8/view)
