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.
Version 2.2 of Yii Swagger package has been released. Here is the list of changes included in the new version:
yiisoft/assets
version of ^5.0
;
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.
Learn how to fix the "SQLSTATE[HY000] [2002] Connection refused" error you may encounter when running GitHub Actions workflows for Laravel applications
The Laravel Model Status package by Muhammed ElFeqy automates adding configurable status columns to models and migrations.
Explore Laravel's doesntContain method for simpler string absence verification. Learn to efficiently check content against unwanted terms in your validation logic.
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.
Discover Laravel's request->string() method for fluent string manipulation. Transform input data into Stringable instances and leverage powerful string operations through method chaining.
Explore Laravel's request->collect() method for enhanced input handling. Transform request data into collections and leverage powerful collection methods for efficient data processing.
Learn how to use Laravel's parameterized middleware for flexible request filtering. Create reusable middleware components that adapt their behavior based on route-specific parameters.