Daniel Polito
Daniel Polito
Maybe people from https://github.com/thephpleague/route would be interested, i think they are one of the most installed dependents of this project.
Hey guys, i would love to see this... Are someone up for doing this one? Or should i work on a PR?
This didn't work for me: Edit: btw, i'm using this adaptor: https://www.apple.com/br/shop/product/MJ1K2AM/A/adaptador-de-usb-c-para-av-digital-multiporta?fnode=8b&fs=f%3Dadapter%26fh%3D4595%252B45b0 Edit 2: Looking at the product description now, the problem is my adaptor.
I think the main idea of Laravel Zero isn't performance related. Without testing anything i would say they might have the pretty much same performance results. The main goal of...
@owenvoke this looks good, but i think we would still do unnecessary things loading any other commands, etc. Maybe we should be a bit more clear on that, like having...
You mean here? https://github.com/laravel/framework/blob/9.x/tests/Database/DatabaseEloquentModelTest.php#L2451 add `meta` as an `array` cast? We can definitely do that, but it won't impact this test anyway... i did notice that and i didn't add...
Just updated my tests, let me know if you also want to update this one https://github.com/laravel/framework/blob/9.x/tests/Database/DatabaseEloquentModelTest.php#L1228-L1245 to use the proper model with cast too...
Well this isn't a bug per say but it's an inconsistency which has bitten me... We can access by `$model->a->b` but let's say you're using a dynamic variable: ```php $path...
Thanks @29avet1 , this indeed fixed the problem, i opened a PR https://github.com/dillingham/nova-attach-many/pull/95 with your solution. 👍
:+1: for npm support... i know it's easy to use github url, but i think being at npm main repo it would also help the project popularity...