Laravel is a web application framework with expressive, elegant syntax.
1.1K
Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
$ docker run -it -p8000:8000 xaviblanes/laravel
# composer create-project --prefer-dist laravel/laravel aProject
# cd aProject
# php artisan serve --host=0.0.0.0 --port=8000
Try it at localhost:8000
Content type
Image
Digest
sha256:7b005eae8…
Size
183.6 MB
Last updated
about 2 years ago
docker pull xaviblanes/laravel