Skip to content

CalamandreiLorenzo/simple-laravel-docker

Repository files navigation

Laravel PHP Container

pipeline status

This repo is also mirrored on GitHub. But GitHub is used only to deploy on DockerHub, using automated build.

Requirements

  • Docker

How to run

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.

Contributors

About

Simple Docker for Laravel Getting Started (Mirrored from GitLab: https://gitlab.com/lorenzocalamandrei/simple-laravel-docker)

Resources

License

Stars

Watchers

Forks

Packages

No packages published