home.social

#yii3 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #yii3, aggregated by home.social.

  1. Nunca me ha gustado estar a la moda, no me gusta que me digan qué me tiene qué gustar, y en esta época en donde la moda es #TypeScript estoy muy feliz de probar #yii3, aunque #php no esté de moda siempre me ha funcionado y me ha dado de comer varios años.

  2. Yii3. Официальный релиз

    Это случилось! PHP-фреймворк Yii3 официально выпущен после многих лет интенсивной разработки и полировки. Мы кратко рассмотрим основные моменты этого долгожданного релиза.

    habr.com/ru/articles/982174/

    #Yii3 #релиз #Yii #yiiframework #php #фреймворк

  3. Внедрение зависимостей в PHP: от основ до фреймворков

    Внедрение зависимостей (DI), контейнер внедрения зависимостей (DI-контейнер) и автоматическое разрешение зависимостей (autowiring) в PHP: шаг за шагом. Цель статьи — дать начинающим PHP-разработчикам практическое понимание того, как работает внедрение зависимостей (DI) и контейнер внедрения зависимостей (DI-контейнер), а также показать, как эти принципы применяются в современных фреймворках.

    habr.com/ru/articles/925340/

    #php #di #symfony #laravel #yii3

  4. #yii2 apparently has a config to set all cache files and folders permissions by passing `fileMode` or `dirMode` in the `cache` component config. But this info is in... wait for it... the source code :) and you get there through the API docs. IDK why is this project so hard to work with. Official #documentation give almost no info aside of the basic scenario. Even it took me 25 minutes of browsing to see how to contribute to #yii3 and eventually I gave up. Sad