/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.martinhujer.cz
| | packagist.org
3.5 parsecs away

Travel
| | The PHP Package Repository
| | tomasvotruba.com
3.7 parsecs away

Travel
| | Conjunction of 2 releases came in December 2020, Symfony 5.2 and [PHP 8.0](https://getrector.com/blog/2020/11/30/smooth-upgrade-to-php-8-in-diffs). I wanted to give them a fresh try, so I've updated `composer.json` in 3 projects, run the Rector upgrade set, and this happened...
| | snipe.net
3.8 parsecs away

Travel
| | Composer is a PHP dependency manager that's used in just about any modern PHP application, and it works similarly to how Bundler works for Ruby. Even though Composer itself gives you a warning about not running it as root, lots of people disregard this warning and run it as root anyway. We run into this [...] The post So you ran composer as root... appeared first on Snipe.Net.
| | tomasvotruba.com
13.1 parsecs away

Travel
| During Easter weekend, usually, people take a break and have a rest. Instead, we used these 4 days of *holiday* to migrate the 304-controller application. At least that was the goal on Friday. Me in my colleague in the migrated project accepted the challenge. We got into many minds and code-traps. We'd like to share this experience with you and **inspire those who are still stuck on non-MVC code** and think it might take weeks or even months to switch to a framework.