Answer the question
In order to leave comments, you need to log in
Vagrant - No input file specified, view not found, port + cache issue?
Windos 10 Pro, Installed Vagrant + Homestead, set it up for a day because nothing wanted to work, even now there were still bugs with ports where it is not clear how the forward goes from 54320 to 5432 which goes to 54320, so php artisan migrate did not work, etc. d. However, okay, it's not so important, each time creating migrations add 54320 instead of 5432, and everything worked.
Today I made edits in the project code, an error occurred:
View [home] not found
Very strange, since a second ago, as in principle, and a few days before that, everything worked fine. Akey, they advised me to clear the cache, I’ll tell you right away, I tried it via ssh in phpStorm and cmd windows, in a different order
php artisan config:cache
php artisan config:clear
composer update
php artisan cache:clear;
php artisan optimize;
composer dump-autoload;
php artisan route:clear"
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: ~/Code
to: /home/vagrant/Code
sites:
- map: laravel.app
to: /home/vagrant/Code/public
schedule: true
php: "7.1"
databases:
- namedb
variables:
- key: APP_ENV
value: local
No input file specified.
192.168.10.10 laravel.app
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question