Ronan-Lenor
Ronan-Lenor
i corrected that "not empty" as you are right. but how about the "$firstPosition = -1" ? do you mean that it will break the BC if someone update? i...
oh yeah, i was thinking about this problem too. And as i mentionned, i prefer follow the same logic than the translator. doing something different would bring this BC to...
oh! so there's not dynamic modification like: $breadcrumbs->addItem( "hello", '/', array(), 'myNewDomain' ); :(
thanks, you saved my day. maybe i should pull a request to add a domain option in the other method. it would be more convenient to use it in a...
yep you are right, let's ask. it's free haha ;)
also related : https://github.com/laravel/cashier-stripe/issues/1550
Things to know about this problem. When a `test_clock` is ongoing, Cashier don't sync the time. Cashier, which rely on `now()`, become desynchronized. To affect the entire laravel project (all...
that's what i was looking for, but it look like that this package is dead ☹