|
|
|
|
|
by kiksy
2799 days ago
|
|
You may have heard it before, but I would recommend using Docker over faffing about trying to install PHP etc on the host. For Laravel look into https://laradock.io/ . Very simple to get a full environment setup. Looking into how Docker works properly takes some time, so there is some overhead with that, but being able to switch environments between projects, test upgrading libs etc and instantly being able to switch back has been a game changer for me. |
|