DEV Community

Discussion on: Crafting a better local Laravel dev environment with Docker

Collapse
 
shabrany profile image
Jorge fernandez • Edited

Thank you for this amazing tutorial!

By the way, I came across this bug when trying to build the assets:

sh: 1: cross-env: not found

By removing the flag --no-bin-links was possible to build the assets again using docker-compose run --rm npm run dev