Alexander Karlstad
Alexander Karlstad
When adding an empty string to `Lang.get()`, it returns the whole translation object for your locale. Would expect it to just return an empty string? E.g. `Lang.get("")` => `{ key1:...
Was trying to get the tinker tab working in Laravel 6, and I had recently updated tinker to v2.0.0 and it would not install due to tinker being on an...
Hi I tried installing while having tinker v2.0.0 installed locally and that did not work. I created a PR (#3) for this if you wouldn't mind having a look. Not...
### CLI Version 2.32.1 ### Operating System and Architecture - [ ] macOS (arm64) - [ ] macOS (x86_64) - [ ] Linux (i686) - [X] Linux (x86_64) - [...
### Laravel Version 11.41.3 ### PHP Version 8.4.3 ### Database Driver & Version _No response_ ### Description For some reason it seems that calling `/link?url=https://www.foo.com/?utm_campaign=some%20campaign` in my application will fail...