Sergio León

Results 4 issues of Sergio León

I have been implementing these normal for the validations of a registration form where we depend on the minimum length of a specific string, For example: identification: "1000000001" This, when...

I have grouped routes in such a way that the groups should look like this based on the string that I am writing: ```php $router->group(['prefix' => 'users'], function($router) { $router->group(['prefix'...

@mrjgreen I have been using PHP 8.1 - 8.3 without any problems using Phroute, but I have upgraded to PHP 8.4 and it throws several deprecation errors when I run...

**Describe the bug** It doesn't work when adding a component with the _ function. **To Reproduce** Steps to reproduce the behavior: 1. Add the components with their columns and values....