Laravel String Helper Function: randomBytes
The randomBytes helper method is used to generate a string of bytes of the given $length . The results of the randomBytes are more random than the results of the random method. randomBytes requires the OpenSSL extension extension for PHP version 5...