We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I receive this error when trying to execute php artisan:user make
The text was updated successfully, but these errors were encountered:
I have the same error, is there a solution?
Sorry, something went wrong.
Someone has resolve it ?
Run
echo -n 'base64:'; openssl rand -base64 32
and put the output into panel/compose/docker-compose.yml above APP_URL as APP_KEY: "output_here"
panel/compose/docker-compose.yml
APP_URL
APP_KEY: "output_here"
Looks like some problem with laravel - https://stackoverflow.com/questions/44839648/no-application-encryption-key-has-been-specified, I couldn't make the app generate it by itself (thru calling of php artisan key:generate --force), the expected format is 32 random characters encoded as base64 with base64: prefix.
php artisan key:generate --force
base64:
No branches or pull requests
I receive this error when trying to execute php artisan:user make
The text was updated successfully, but these errors were encountered: