Laravel Generate Key Without Artisan

Posted on
Laravel Generate Key Without Artisan Average ratng: 5,9/10 7247 votes

Join GitHub today

  1. Laravel Generate Key Without Artisan Tool
  2. Generate Key Code

Laravel Generate Key Without Artisan Tool

Craftable is a Laravel-based open-source toolkit for building administration interfaces. It ships with powerful CRUD generator to speed up the development of your CMS, CRM or other back-office systems. Minor issue there, I'm trying to use php artisan key:generate, to set up my key, but it doesn't get set anywhere despite the success message that I get in the console. Not a big deal in itself as I just copy the key shown and paste it in my.env file, but just wondering why it's not working for me, never has. Any idea would be helpful.

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

Sign up New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Norton doesn’t demand too much system resources. Norton antivirus 22.7.1.32 oem product key generator windows 10.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Generate Key Code

Already on GitHub? Sign in to your account

Comments

commented Jun 17, 2016

It seems that after this commit https://github.com/laravel/framework/commit/370ae34d41362c3adb61bc5304068fb68e626586 command php artisan key:generate strated writing broken keys to .env.
The example of broken key:
php artisan key:generate Application key [base64:2eFGQ7lCmG4RbyonfwE31yD31GcwSrF2WsdmhRSUQcY=] set successfully.

Laravel Generate Key Without Artisan

commented Jun 17, 2016

It's not broken, the key is base64 encoded.

closed this Jun 17, 2016
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment