You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to remove the existing key from application/config/application.php and provide explicit instructions on how to generate a key from artisan, instead of shipping with an existing key (which may raise a security issue?)
An explicit instruction to make sure that the entire 'storage' directory is writable would be helpful. It may be entirely self-evident, but it bit me as someone completely clueless about the laravel folder structure.
The text was updated successfully, but these errors were encountered:
Yeah good ideas. The application key is actually not the one we have in production as we are using laravel environments for that. I will see if I can't get all this updated.
It would be good to remove the existing key from application/config/application.php and provide explicit instructions on how to generate a key from artisan, instead of shipping with an existing key (which may raise a security issue?)
An explicit instruction to make sure that the entire 'storage' directory is writable would be helpful. It may be entirely self-evident, but it bit me as someone completely clueless about the laravel folder structure.
The text was updated successfully, but these errors were encountered: