Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

BasilDean's avatar

BasilDean liked a comment+100 XP

3w ago

BasilDean's avatar

BasilDean wrote a comment+100 XP

3w ago

Leveraging AI for Laravel Development: Ep 9, PhpStorm Prompt Library

@wemersonrv battled with this as well for some time today seems like new UI just ignores this option when customising toolbar I can change order and icons. Add some other options but this one doesn't show. This toolbar is very context dependent so probably IDE just decided that we don't need to see it there anymore.

Works fine with right click AI Actions though.

BasilDean's avatar

BasilDean started a new conversation+100 XP

1mo ago

"All series" section clearly lack something

Please add watched filter in "All series" section data is actively there and it will improve UX so much

BasilDean's avatar

BasilDean liked a comment+100 XP

1mo ago

JavaScript Essentials for PHP Developers : Ep 16, Event Basics

Love the video. Great info.

#definitelyNotScripted. lol

BasilDean's avatar

BasilDean wrote a comment+100 XP

1mo ago

Object-Oriented Principles in PHP: Ep 8, From Getters and Setters to Property Hooks

One of the reasons i personaly like setters and protected properties: they make it imposible to accidantally assign property instead of just checking condition (e.g. with != one small typo and it return true all the time, messing with property value on the way). So it looks nice but doesn't do much for data protection and keeping intentions clear in cases like this.