I have a fresh installation of Ubuntu Server 14.04 in which I'm currently trying to install my Laravel project on.
I have moved the entire repository into the folder required, but when I run the command
php artisan
within that directory, the terminal returns an error stating
[InvalidArgumentException]
The "" directory does not exist.
Does anyone know what I can possibly do to solve this issue?
I had this same issue and it turned out that I was not cloning the ./config
directory because of a poorly defined .gitignore
. So make sure the original project location was able to push that directory up and that it exists in the new location.
After the clone I re-ran composer install
and it all worked.
I had been facing the same issue and I found that there was an empty folder in Module Directory
. I had just deleted that Module Directory
and again started with new Module Directory
and it had solved the problem.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With