Bert
Bert
well, I have this serviceprovider where I fill in various `config/mail.php` properties with settings from the current tenant database, but I couldnt figure out why switching the tenant in that...
the `Str` class acts on strings, not on arrays. But the PR for `Arr` got denied as well. You can use `collect(['a','b','c'])->join(',', ' and ');` if you have a simpler...
Why don't you expand upon the `Collection::join()` function instead and rewrite so it can use your `$dyadicGlue`? Or if you desperately do not want it to be inside a collection,...
@donguyenthanhlan how are you going to use this API if you cannot whitelist an IP?
yes when they update it breaks, but this is a much better solution instead of appending unknown code during the compilation process. Fixing it for any app will be really...
I never heard of an attack that solely benefited from knowing that some property of a user was named `password`, `is_admin`, `app_secret` or whichever. The issue would be that the...
hmm seems to work correctly with my setup which is not much different. I do think the config is quite big though
@stof Laravel allows us to register a listener for the `Illuminate\Console\Events\CommandStarting` event (which refers to starting a console command via "artisan"). E.g. calling `php artisan mycommand --user=5` would trigger this...
I would PR it but I wasnt sure if this was the correct solution.
Might there also be an error in the text? I am getting the exact message "This diff contains a change in line endings from 'LF' to 'CRLF'." however my file...