This repo is also mirrored on GitHub. But GitHub is used only to deploy on DockerHub, using automated build.
- Docker
Run this container whit the following command:
docker container run --rm -ti -p 8000:8000 -v $(pwd):./ --user local lorenzocalamandrei/laravel-php bash
After that you can use composer to initialize it or use the pre-installed laravel cli with laravel new project
for example.
Otherwise you can proceed as you prefer.
- Lorenzo Calamandrei [email protected]