Pie: new extension installer for PHP
Pie, new extension installer for #PHP was released! Letās have a look at it and see what it brings to the table. ...
Pie, new extension installer for #PHP was released! Letās have a look at it and see what it brings to the table. ...
Itās hard to believe, but the --all option for the messenger:consume command in Symfony was unavailable until version 7.1 ā on lower versions list of transports must be passed explicitly to the executed command. But if you need this, itās really easy to port this feature to 6.4! ...
Recently Iāve created pull request to #PHP-CS-Fixer that aimed to prevent installing stevebauman/unfinalize along with friendsofphp/php-cs-fixer, effectively blocking Fixer to be installed as a dev dependency for that tool. That escalated quickly š ! ...
Today, I came across Saeghe ā new package manager for PHP. Official site describes it as āmodern PHP package manager that boosts your codeā, letās check it out! ...
Few months ago I came with an idea to build Composerās Docker images, but containing only binary file. Yesterday my pull request was merged, and now itās possible to use such images in your own Docker builds as the simplest way to get Composer binary in your own image! š ...
There were many discussions if #Laravelās facades implement Gang of Fourās Facade Pattern, but I think it does not matter at this point - the Laravel team wonāt change naming convention anyway. Naming is not a problem, I see other issues with facades - letās look at it! ...
In recent days Laravel Pint was introduced and caused havoc of ambivalence - some love it, some hate it. Personally I have mixed feelings about it, and I wanted to share my thoughts with the other developers. ...
PHPStan 1.7.15 brings small, but helpful feature: support for relative paths in editorUrl for virtualised environments. Itās even better when it makes you a repository collaborator - yes, itās my initiative! š„¹ ...
PHP 8.2 is set to be released at the end of 2022, but final date will be announced at some point in the future. In this post I will evaluate all the features, improvements and deprecations. Iāll try to keep this article up-to-date with RFCs that will be accepted after publishing. ...
Rector is a tool for automatic code refactoring. ECS allows keeping coding standards in the project. From few days, configuration of both tools is more developer friendly. ...