Replies: 2 comments
-
Should be asked on stackoverflow. But it looks like to me you haven't installed Laravel properly and it's missing config/.env. |
Beta Was this translation helpful? Give feedback.
0 replies
-
i think your config/session.php is missing for some reason, or there is an issue with it, like a return null try to use tinker and see what config('session') returns.
try to delete the cache manually, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
I have a live laravel website running on aws ebs.
I entered the admin panel with laravel voyager to run some php artisan commands with laravel voyager compass.
I first ran 'php artisan view:cache' and it cached sucessfully.
Then I tried 'php artisan route:cache' and 'php artisan config:cache' and there were giving me the error
'Trying to access array offset on value of type null'
as also shown in the image below
what can I do to solve this issue?
Beta Was this translation helpful? Give feedback.
All reactions