All globalfunctions (rKGF) functions are now wrappers to omnitools (rKOT).
Auth Grove uses the mb_str_pad and get_remote_addr methods from rKGF.
Instead, we should use rKOT as direct dependency.
- to replace get_remote_addr, we can use Request::getRemoteAddress() or import the WithRemoteAdresse trait in a custom Request class extending the Laravel one (which itself extends the Symfony one).
- mb_str_pad() is now Keruald\OmniTools\Strings\Multibyte\StringUtils::pad()