Generated Laravel Secret Key
Laravel Secret String was a use for encryption in Laravel Framework.
Before using Laravel's encrypter, you must set a key option in your config/app.php configuration file.
How to use it, Copy the generated key and paste it to your .env
file.