Ronan-Lenor

Results 7 issues of Ronan-Lenor

Hello, if i have such tree: ``` dir1 / file1.exe dir2 / dir1 / file1.exe dir2 / dir1 / file2.exe ``` then when i move my `dir1` to my `dir2`,...

Before you can only do: $breadcrumbs->addItem("welcome", '/', array() ); but now you can change the domain like that: $breadcrumbs->addItem("welcome", '/', array(), 'admin'); Usefull when you need to change it depending...

v2

i can't find it in the doc

Hello, i've made a fresh new installation of laravel 8 + jetstream + telescope. then after adding your package, i've got this error after performing a "php artisan route:list" :...

### Problem On my Laravel project, i would love to do some debbuging & i try to do stuff like `dump($object);` Nonetheless, with `stripe listen --forward-to ...` the best i...

enhancement

Because the .json files aren't filled e.g. with `GB-ABC` : ```php $sokilTranslationDriver = new \Sokil\IsoCodes\TranslationDriver\SymfonyTranslationDriver(); $sokilTranslationDriver->setLocale('en'); $sokilIsoCodes = new \Sokil\IsoCodes\IsoCodesFactory(null, $sokilTranslationDriver); $sokilSubdivision = $sokilIsoCodes->getSubdivisions()->getByCode('GB-ABC'); ``` call : `.\src\Database\SubdivisionsPartitioned.php > loadFromJSONFile()`...

### Cashier Stripe Version 15.7.1 ### Laravel Version 11.46.1 ### PHP Version 8.4.1 ### Database Driver & Version _No response_ ### Description that's because when i cancel a test clock,...

help wanted