fadrian06

Results 10 issues of fadrian06

In groupBy method, line 365 you're asking if order property is empty. But it should be groups property, right? When I execute method groupBy ```php $sparrow = new Sparrow; $sparrow->groupBy('id');...

Image is not displaying

![image](https://github.com/leafsphp/ui/assets/109766973/08d5580f-abad-4871-be40-3ada4da40354) ![image](https://github.com/leafsphp/ui/assets/109766973/b9d8e6e5-d549-4051-90c2-24d8440569d5) ## With the addition of some sort of ![image](https://github.com/leafsphp/ui/assets/109766973/b5e38a6d-f69a-4f3c-81d5-dea95d37ae64) the script can load correctly

[PHP named arguments](https://www.php.net/manual/en/functions.arguments.php#functions.named-arguments) helps in some situations for cleaned code, it locks library maintainers to not change the argument names so easily without breaking changes, but php 8 must have...

Enhancement

This is an alternative of Resource controllers, for people like me that name routes in spanish but controllers in english (for cohesion) ```php Flight::route( '/users', UsersController::class, [ 'GET /' =>...

## Componetization syntax Current: ```php

# Documentation style bug ## Summary Same as HTML, CSS, Javascript, Typescript, Svelte code examples, Astro should have code examples and commands too. ## Actual style ![Screenshot_20240720-110225](https://github.com/user-attachments/assets/0ab353e7-d8fc-461f-b29b-6d276c723232) ## Expected style...

docs/improvement