Adrien Foulon
Adrien Foulon
No problem It will be quite hard to keep the order, your other bet is to send it to the master branch so that it is included in 10.X as...
Nice, I'm reviewing it, and I noticed that yes you don't need to preserve the order of nested keys because that would be part of the new feature anyways that...
Ha no worries, I always have the same issue with the styling, will be squashed anyways. Would be good to have an autocorrecting github action like I have seen on...
I also agree with this, almost all array helpers support the dot notation, it is a bit confusing when Arr::only doesn't This is a good PR, with a useful feature...
Such a needed and requested feature :disappointed:
Bump here, I have a production and development branch each creating their own releases via pipelines but because there is no way to set which environnement to use when using...
I had the same issue after messing around with node version, webpack build stuck at 28% and eventually crashing out of memory, I solved it by removing the node_modules folder...
The order of the methods is already preserved when defining routes, the order of classes is also preserved alphabetically, seeing how you declare your routes would be nice to get...
Yes it just means you messed up the namespace, you copied `App\Modules\Api\Controller\Controller.php` to `App\Modules\Admin\Controller\Controller.php` without changing the namespace (Happens to all of us) If you look in `App\Modules\Admin\Controller\Controller.php` You'll see...
Same issue here, I figured you could use those options for buttons `{ defaultHideOnTargetClick: false, autoHide: false }` to prevent those weird things from happening