How to make Laravel Sail devcontainer work without the vendor folder in GitHub repo?
I am working on a Laravel app that uses Laravel Sail within DevContainers for a Docker-based development environment. Everything was working fine locally until I uploaded the project code to GitHub without the vendor folder (as it’s typically excluded), and then I erased my local environment and cloned the repo.
How to make Laravel Sail devcontainer work without the vendor folder in GitHub repo?
I am working on a Laravel app that uses Laravel Sail within DevContainers for a Docker-based development environment. Everything was working fine locally until I uploaded the project code to GitHub without the vendor folder (as it’s typically excluded), and then I erased my local environment and cloned the repo.