PHP

PHP 8 with Xdebug 3 on Apple M1

We can install Xdebug via pecl on MacOS with Homebrew. Paste that in terminal. And see if the php interpreter…
Discover More

PHP 8 Installation on Mac M1 via homebrew

Install first homebrew, if it is not already installed. Paste that in macOS Terminal. And follow the ==> Next steps:…
Discover More
1 Min Read

PHPStorm – Symfony log highlighting

To do, go into Settings -> Editor -> Log Highlighting (Ideolog) Add new Log Format with the following config: special…
Discover More
1 Min Read

PHPStan Config for Standalone Chameleon Project

Install Standard phpstan.neon file for standalone chameleon project. Run: Views: 9
Discover More