Okay so I installed EB CLI, SSH into the instance and run php artisan... But still I would like to know if this was 5.3 general issue.
Laravel 5.3 on EBS not working
So, I have EC2 dev instance and EBS to deploy, have it for a while now, with 5.2 I could just run the ZIP command, take the the archive upload it to EBS and it works... but after I updated to 5.3 I'm getting stuff like
InvalidArgumentException in FileViewFinder.php line 137:
View [auth.login] not found.
It's like my EC2 stuff is hard coded now since I see it's looking for those folders on EBS, I tried to clear the cache, views and config and then zipping - but it still returns the same. I think it is saving stuff like public_path() to bootstrap cache, but how to deal with that on EBS...
EDIT: Yeah when I remove config.php, services.php, routes.php from bootstrap/cache/ it is not "auto" replaced.. so I have to run php artisan for that... Problem is I can't run php artisan on EBS, any suggestions?
HELP ANYONE?
Please or to participate in this conversation.