I ran vagrant up success and access to web from real browser. When I try:
vagrant ssh
cd /var/www/html
ls -la
In my Vagrant file config, root folder is:
I'm only see some files in public folder and one folder in html folder but in html folder has many others folder and file. I'm using laravel and try to run php artisan command. Please help me solve this problem.