I use composer to create new Laravel applications. Recently, it has been installing without the vendor folder.
Is this expected behavior? I suspect there is a problem with my composer, but in searching the error I am getting, I get literally no hits on Google, so I am just working with what I have.
If I'm not mistaken when you install laravel with composer you still need to run a
composer install
For all of laravel's dependencies to be installed.
Just tested and it worked that way for me as well.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community