php - How do I use multiple versions of Laravel on the same machine? -


after had contribute 1 of laravel 4 projects, cloned , ran blindly composer install, dependencies of 4...

however when came projects of laravel 5, had re-run command continue working on them too..

so instead of re-running composer time, there neater alternative have multiple versions of laravel on same machine on same user?

i using ubuntu 14.04 lts

you seem have laravel installed globally, , if should install per project won't conflict staying in each project's vendor/ folder instead.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -