it should be fine now.
I found the issue and fixed by executing this command:
php artisan key:generate --force
This could be cause of missing APP_KEY in env file.
Thanks.
it should be fine now.
I found the issue and fixed by executing this command:
php artisan key:generate --force
This could be cause of missing APP_KEY in env file.
Thanks.