News


01/28/2025 - 02:00

Version 2.2 of Yii Swagger package has been released. Here is the list of changes included in the new version:

  • added support yiisoft/assets version of ^5.0;
  • raised the minimum PHP version to 8.1 and minor refactoring.




01/27/2025 - 19:33


Learn how to fix the "Your requirements could not be resolved to an installable set of packages" error you might encounter in Composer when installing or updating PHP dependencies.





01/27/2025 - 19:32


Learn how to fix the "SQLSTATE[HY000] [2002] Connection refused" error you may encounter when running GitHub Actions workflows for Laravel applications





01/27/2025 - 05:59


The Laravel Model Status package by Muhammed ElFeqy automates adding configurable status columns to models and migrations.





01/27/2025 - 05:58


Explore Laravel's doesntContain method for simpler string absence verification. Learn to efficiently check content against unwanted terms in your validation logic.





01/26/2025 - 10:31

This week, the upcoming Symfony 7.3 version improved the invokable command feature, deprecated the use of option arrays for configuring validation constraints, and updated the JsonEncoder component to allow warming up objects and lists.





01/25/2025 - 15:37


Discover Laravel's request->string() method for fluent string manipulation. Transform input data into Stringable instances and leverage powerful string operations through method chaining.