I’m joining the #PhpStorm 20% discount party: UN3LP-7G2P3-C27PG-57SCL-RX9XV
Valid until 2025-07-17.
I’m joining the #PhpStorm 20% discount party: UN3LP-7G2P3-C27PG-57SCL-RX9XV
Valid until 2025-07-17.
I’ve got a discount code for #phpstorm if anyone wants it
VXQ9L-5GXLJ-FJLXU-G58K5-YJYLR
Here’s a `phpstorm <dir>` bash function that works like `code <dir>`, i.e. opens the given directory as a project in #phpstorm.
```
phpstorm() {
local dir=$1
(nohup PhpStorm nosplash "${dir}" >/dev/null 2>&1 &) >/dev/null
}
```
I couldn’t find this anywhere, and it seems to work for me.
You probably need to set Settings→Tools→Generate shell scripts in the JetBrains Toolbox App to have the `PhpStorm` command available.
My usual flow is:
```
cd /some/project/dir
phpstorm .
```
#AI is a cost factor in web development - and I expect increased prices, not cheaper solutions in future. Has anyone experience with local models (without cloud pricing), which CPU is required, etc.? E.g. for #jetbrains #phpstorm AI offline mode or other tools? (And is there any chance that they might be a bit more sustainable in regards to energy usage?
)
https://www.jetbrains.com/help/ai-assistant/switching-to-offline-mode.html #KI
I haven’t had many problems with #PhpStorm’s #Xdebug integration in a long time. Most of the time, it Just Works, but today, it decided it doesn’t like me, and so now, my afternoon has been spent trying to get it to work again.
This is the error I see in the step debugging console. The only thing I know has changed is PhpStorm (it upgraded).
```
Cannot find file '/path/to/ramsey/uuid/Standard input code' locally.
```
Since #PhpStorm uses @3v4l for its “scratch files” feature, I hope they’re donating much more than € 250 a month (€ 3,000/year). They’re getting a lot of value out of 3v4l.
https://www.jetbrains.com/help/phpstorm/scratches.html#run-scratch-files
30 years "not a real language"
Take that, Python.
If #phpstorm tells you: "Loop can be converted to an 'array_any()' call"
Remember: array_any might look nicer, but its performance can be much worse
(that’s why I disabled that inspection)
How PhpStorm Helps Maintain PHP Open-Source Projects: Interviews and Real-World Examples
#PHP #PhpStorm #Community #Communitysupport #Opensourceprogram #Ossprojects
How PhpStorm Helps Maintain PHP Open-Source Projects: Interviews and Real-World Examples. #PHPstorm
https://blog.jetbrains.com/blog/2025/06/10/how-phpstorm-helps-maintain-php-open-source-projects-interviews-and-real-world-examples/
I saw this startup image when launching PHPStorm this morning. PHP turned 30 over the weekend!
I've been part of those 30 years for 28 of them, and the last 10 years (since PHP 7) have been the best. I'm constantly amazed at how much the language and the whole ecosystem have evolved (looking at you, Composer).
Automatiser la minification JavaScript dans #PHPStorm avec #UglifyJS
→ Un #FileWatcher bien configuré suffit pour générer un .min.js à chaque sauvegarde.
→ Vidéo tuto ici : https://youtu.be/6vjtINyqoSY
#JavaScript #DevTips #CodeOptimization #FLOSS #WebDev
Ich habe eine zufriedenstellende Lösung gefunden!
https://knuspermagier.de/posts/2025/instant-docker-deployments-mit-phpstorm