home.social

#yii2 — Public Fediverse posts

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

  1. Https://neoacevedo.gumroad.com

    Yii2 component for storage management in cloud. It supports AWS S3, Azure Blob Storage, Google Cloud Storage but also it can be used for local storage.

    #yii2 #php #dev #component #extension #azureblobstorage #azurefilestorage #googlecloudstorage #s3 #aws

  2. Https://neoacevedo.gumroad.com

    Yii2 component for storage management in cloud. It supports AWS S3, Azure Blob Storage, Google Cloud Storage but also it can be used for local storage.

    #yii2 #php #dev #component #extension #azureblobstorage #azurefilestorage #googlecloudstorage #s3 #aws

  3. Https://neoacevedo.gumroad.com

    Yii2 component for storage management in cloud. It supports AWS S3, Azure Blob Storage, Google Cloud Storage but also it can be used for local storage.

    #yii2 #php #dev #component #extension #azureblobstorage #azurefilestorage #googlecloudstorage #s3 #aws

  4. Https://neoacevedo.gumroad.com

    Yii2 component for storage management in cloud. It supports AWS S3, Azure Blob Storage, Google Cloud Storage but also it can be used for local storage.

    #yii2 #php #dev #component #extension #azureblobstorage #azurefilestorage #googlecloudstorage #s3 #aws

  5. Https://neoacevedo.gumroad.com

    Yii2 component for storage management in cloud. It supports AWS S3, Azure Blob Storage, Google Cloud Storage but also it can be used for local storage.

    #yii2 #php #dev #component #extension #azureblobstorage #azurefilestorage #googlecloudstorage #s3 #aws

  6. ko-fi.com/s/042ead1675

    I've made this little Yii2 component for storage management in cloud. It supports AWS S3, Azure Blob Storage, Google Cloud Storage but also it can be used for local storage.

    #yii2 #php #dev #component #extension

  7. Folks, i need a job or a contract so bad. I'm a full-stack developer, i work in several frameworks (including #laravel and #yii2), and with several CMSes (notably #craftcms and #expressionengine but i can also work in Wordpress). I've got SQL wizard skills and a deep focus on #a11y and solid, maintainable, semantic HTML and CSS on the front end. Please hire me!

    I'm a dual US/Canadian citizen and prefer fully remote work but can also do in-office in Vancouver/the Lower Mainland area.

    #fedihire

  8. Переход на Symfony в заскорузлом Yii2 монолите: подробный разбор

    Полгода назад мне посчастливилось решать интересную и нетипичную задачу по затаскиванию Symfony в Yii2 монолит. В данном материале я подробно и пошагово распишу весь процесс решения этой задачи с пояснениями, почему были выбраны именно такие решения и как это работает.

    habr.com/ru/articles/880196/

    #symfony #yii2 #php #монолит #фреймфорки

  9. neoacevedo/yii2-auditing mantiene un historial de cambios de los modelos de su aplicación en #yii2 dando información sobre posibles discrepancias o anomalías en la información que puedan indicar actividades sospechosas.
    Registra:
    - Cambios en atributos de modelos.
    - Usuario que realizó el cambio.
    - Fecha y hora del cambio.

    Registro de cambios:
    24.01.26
    - Ajuste en el evento DELETE: Validar si el ID del usuario autenticado es numérico y si no lo es extraer el ID numérico del string.

    Más info: github.com/neoacevedo/yii2-aud

    #yii2 #auditoria #seguridad #seguimiento #php #desarrollo #aplicaciones #yiiframework

  10. #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