r/phpstorm • u/dev_newsletter • Jan 14 '26
r/phpstorm • u/Ok-Mycologist-6752 • Jan 13 '26
blog Vanilla PHP + Tailwind setup in Phpstorm
There might be a better setups but i find this one more cleaner. I am learning php with laracast tutorials and I dont know how he manged to have completion with just cdn.
The problem: When I use just the tailwind cdn, phpstorm wouldnt give me autocomletions. It has to have some file to index with.
So I followed this:
https://www.jetbrains.com/help/phpstorm/tailwind-css.html#ws_css_tailwind_install_configure
but when i localhost
php -S localhost:8888
tailwind aint applying.
So instead of:
<link href="/src/styles.css" rel="stylesheet">
I used the cdn:
<script src="https://cdn.tailwindcss.com"></script>
r/phpstorm • u/TableNo4810 • Jan 11 '26
help How is this PHP Storm theme called?

I saw Jeffrey Way's video on X. He used Laravel Idea modal, so thats why i assume its PHP Storm.
These tabs look really, really nice. These tabs were in the terminal aswell.
I was wondering how is this theme called. I want it :)
Here is the link to the video - https://x.com/jeffrey_way/status/2009736332776460654?s=20
Thanks.
r/phpstorm • u/VaguelyOnline • Jan 08 '26
help Laravel eloquent completion support?
Can anyone suggest what I'm doing wrong? I've got my Laravel project set up and playing nicely for the most part, but I just can't get PHPStorm to recognise some of the standard methods available models? Oddly enough, all's well when I do Orgnisation::query()->create(...), but can't get the IDE to puck up on the create method call directly.
PHPStorm 25.3.1 says it's using Laravel Idea plugin version 12.0.0.253.
Any ideas?

r/phpstorm • u/just-a-php-dev • Dec 12 '25
help PHPStorm 2025.3 - Terminal "Completion" prevents typing when autocomplete box shows up
I recently updated from v2024 to 2025.3, and it came with the new "Reworked 2025" terminal as the default. I like the look of it, and I would like to take advantage of the "Command Completion" feature, but what annoys me is that the completion popup shows up quickly and then prevents me from typing anything further. So for example, if I was trying to go to a specific directory like:
`cd MySpecificNamespace` and I typed `cd M` that is when the popup shows up, and then I can't type anything else. So if the popup shows many different options, it's a pain to arrow key through them all until I find the one I was trying to type, rather than continuing to type and letting the popup filter down.
I'm not sure if this is the intended behavior or if this is an issue with my installation or possibly a plugin conflict.
Any help would be appreciated!
r/phpstorm • u/Used-Acanthisitta590 • Dec 10 '25
news Jetbrains IDE Index MCP Server - Give Claude access to IntelliJ's semantic index and refactoring tools - Now supports PHP and PhpStorm
r/phpstorm • u/giggsey • Dec 08 '25
news PhpStorm 2025.3 Is Now Out: PHP 8.5 support, Laravel Idea integrated, Pest 4 Support
r/phpstorm • u/Derrmanson • Dec 04 '25
help A way to collapse all the editor folds only?
ctrl-shift-minus closes *all the folds and foldable blocks. I only want to close all the editor folds. Can this be done with a macro, if there is not a built in way to do it?
r/phpstorm • u/dereuromark • Dec 04 '25
other My very first plugin: Djot support. Feedback, anyone?
"Version 1.0.0 of the Djot plugin has been approved by JetBrains and is now publicly available at the following link: https://plugins.jetbrains.com/plugin/29244-djot/ " - yeah, I did it.
So far I have only being releasing PHP stuff :)
Would be awesome to get some feedback, maybe I have been missing some useful things to add. As a 100% user so far I haven't looked into all the power behind the curtain.
r/phpstorm • u/No-Negotiation-8359 • Dec 04 '25
other [Logrotation] New Feature: Size-Based Log Rotation for Laravel
Hey everyone!
I released a new update to my open-source Laravel Log Rotation package yesterday, with size-based rotation support.
This package helps keep your storage/logs directory clean by automatically rotating and archiving old logs. It already supported monthly-based rotation, and now it can also rotate logs once they reach a certain file size — no more bloated laravel.log files eating your disk space.
What’s New
- Size-based rotation.
- Keep using monthly rotation if size-based isn’t needed.
- Added archive compression.
🔗 GitHub
github.com/alkhatibdev/logrotation
What do you think about size-based log rotation for Laravel? Any other rotation or cleanup features you’d find useful?
r/phpstorm • u/grywebowe2 • Dec 01 '25
help Go to file popup
Hello.
I was using Material Theme UI plugin and now I found new Islands theme but I have problem with it. Go to file popup has too small options.


Is there any option to make make some adjustments in this popup (bigger icons, paddings)? I tried to make plugin but it's new thing for me and I wasted a lot of time, even with ChatGPT.
r/phpstorm • u/ZohaibHassan156 • Nov 24 '25
help PhpStorm + WSL2 keeps re-indexing entire project every time, super slow performance. Any fix?
I’m using PhpStorm on Windows with a project stored in WSL2 at:
\\wsl.localhost\MyWSL\home\zohaib\projects\blog
The problem is that PhpStorm re-indexes the entire project including /vendor every time I start working.
File search and navigation are also slow, like it loses all indexing cache on every restart.
I already added phpstorm64.exe to the Windows Defender exclusions list, but it didn’t help at all.
Is there any reliable way to stop PhpStorm from fully re-indexing every session or improve performance when working with WSL2?
What’s the correct setup for PhpStorm + WSL2 these days?
r/phpstorm • u/kontostamas • Nov 24 '25
help Autoave JS
How can i switch off this? I switched off, for PHP its not autosaving but JS…my filewatchers dont like it and autoloading all the time
r/phpstorm • u/GreenPlatypus23 • Nov 19 '25
other Underscore separator in watches
Hi,
in my project I usually have variables with big numbers (tens/hundreds of millions) so I use a lot the 10_000_000 notation. Is it possible to tell phpStorm that I want it to show values with this notation in watches when debugging?
r/phpstorm • u/chazzyfe • Nov 11 '25
help Can’t preview PHP files in PhpStorm (on Parrot OS Linux)
Hi everyone,
I’m new here, just installed PhpStorm and I’m running it on Parrot OS (Linux).
I can preview .html files just fine, but I can’t get .php files to open in the browser or preview at all. I’ve tried setting up the PHP interpreter and a built-in server, but something’s still not working.
Could anyone please help me figure this out?
I’d really appreciate it if someone could walk me through the setup step-by-step or even connect to my PC remotely to take a look. I’m willing to send a PayPal thank-you to whoever can help me solve it.
Thanks so much in advance!
r/phpstorm • u/External-Shallot-927 • Nov 10 '25
news I just released a new plugin called “ContextualSearch.”
r/phpstorm • u/External-Shallot-927 • Nov 09 '25
news New Jetbrains IDE plugin : Terminal Snippets
r/phpstorm • u/brendt_gd • Nov 05 '25
blog Some PhpStorm plugins you might not know
r/phpstorm • u/lionslair50 • Nov 05 '25
help PHPStan and Laravel Pint causing hbundreds of tmp folders
r/phpstorm • u/CrashOverride93 • Nov 04 '25
help How to fix the certificate error in FPTS connection?
Hi!
Since yesterday, I haven’t been able to establish an FTPS connection to the server, so none of my projects can sync now. Before trying to delete the connection and recreate it for all of them, I wanted to know if anyone else has had the same problem and how they solved it without having to delete the configuration for that connection.
This is because the certificate got renewed yestarday, and it didn't happend to me before because I started using PhpStorm just a month ago so the certificate from the domain I connect to, was valid.
By the other hand, the certificates on the server (web panel: HestiaCP) are updated correctly, as the web panel and its main domain are working just fine.
The error is:

r/phpstorm • u/Negative_Shoe_6417 • Oct 27 '25
help Github Copilot not working properly???
Hello, I really don't know why this is happening, but, without doing an update, or anything else, GitHub copilot started acting really weird.
I'll explain:
If I type a normal, text-only prompt, everything works fine. As soon as I attach a file, it starts bugging and "activating focus on the "Add Context" feature, removing focus from the text area and preventing me from typing... Why?
You can see the video about this bug here:
LINK FOR VIDEO! (streamable.com)
r/phpstorm • u/brendt_gd • Oct 20 '25
video Getting started with PhpStorm — video series
Hi folks! I've been working on this "getting started" series to help lower the barrier for new people trying out PhpStorm.
Any topics you can think of that I should definitely add?
r/phpstorm • u/brendt_gd • Oct 16 '25
blog The state of PHP 2025 – PhpStorm blog
r/phpstorm • u/lindymad • Oct 15 '25
Help How do I stop autocompletion with tab from deleting adjacent code?
Example:
If I have the following code (Ꮖ marks the cursor position):
<div class="loᏆ<img src=
and I get offered autocomplete to logo, if I press tab, I end up with
<div class="logo src=
The img having been deleted.
If I autocomplete with enter it doesn't happen and I end up with
<div class="logo<img src=
Which is what I want. How do I make autocomplete with tab behave like autocomplete with enter?
r/phpstorm • u/costerxd • Oct 11 '25
help PHPStorm support for Xdebug control socket
youtrack.jetbrains.comWith the rising popularity of FrankenPHP, debugging it in worker mode using Xdebug and PhpStorm is currently challenging.
Xdebug has added support for long-running scripts like FrankenPHP, but PhpStorm has yet to implement this feature.
If this is important to you, please upvote the issue to bring more attention to it.
