PHPackages                             steveazz/laravel-docker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. steveazz/laravel-docker

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

steveazz/laravel-docker
=======================

Docker Containers for simple Laravel development.

0.0.1(10y ago)14391MITPHPPHP &gt;=5.4

Since Oct 25Pushed 10y ago1 watchersCompare

[ Source](https://github.com/SteveAzz/laravel-docker)[ Packagist](https://packagist.org/packages/steveazz/laravel-docker)[ RSS](/packages/steveazz-laravel-docker/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Docker containers of Laravel development.
=========================================

[](#docker-containers-of-laravel-development)

Docker Containers for simple Laravel development.

Prerequisites
=============

[](#prerequisites)

##### This package only works for Linux users right now which can run docker natively.

[](#this-package-only-works-for-linux-users-right-now-which-can-run-docker-natively)

Some software you need installed for this to work.

1. Docker engine, installation documentation can be found [here](https://docs.docker.com/installation/)
2. Docker compose is needed to connect all of the containers together, documentation on installation can be found [here](https://docs.docker.com/compose/install/)
3. Having a fresh install of Laravel 5.1

Installation
============

[](#installation)

In the root of your Laravel installation

```
$ composer require steveazz/laravel-docker
$ ./vendor/bin/laravel-docker make
$ sudo docker-compose up

```

If you check your directory where laravel is installed you will see a new file called.

```
    |-- docker-config
        |-- vhost.conf          # Config file for nginx
        |-- php-fpm.conf        # Config file for php-fpm
    |-- docker-compose.yml      # yml file for docker-compose

```

Next up open your favorite browser and go on 127.0.0.1:8080

[![browser window](https://camo.githubusercontent.com/f93f1da5436231cc9110a78eca6f839191a0360ed80a5ee8848e89154c5569ad/687474703a2f2f692e696d6775722e636f6d2f31384c5a3379572e706e67)](https://camo.githubusercontent.com/f93f1da5436231cc9110a78eca6f839191a0360ed80a5ee8848e89154c5569ad/687474703a2f2f692e696d6775722e636f6d2f31384c5a3379572e706e67)

You should see the default installation Laravel welcome page.

Troubleshooting
===============

[](#troubleshooting)

- If you get a '500' or '502 bad gateway' response in your browser, run the following commands.

    ```
    $ sudo chown -R www-data storage
    $ sudo chmod -R 0770 storage
    ```
- If you get 'failed to open stream: Permission denied' from laravel in your browser run the following command

    ```
    $ php artisan cache:clear
    $ composer dump-autoload
    ```

More Information
================

[](#more-information)

You can find more information on how to use the docker containers in the wiki [here](https://github.com/SteveAzz/laravel-docker/wiki)

---

If you encounter any problem please do not hesitate to open up an issue I'll do my best to help.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3849d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e8ef9be6e86e8d06e02655cf220d28f320be1d78510d2b018b7f5ff4ad3c7fc?d=identicon)[SteveAzz](/maintainers/SteveAzz)

---

Tags

laraveldockerlaravel-docker

### Embed Badge

![Health badge](/badges/steveazz-laravel-docker/health.svg)

```
[![Health](https://phpackages.com/badges/steveazz-laravel-docker/health.svg)](https://phpackages.com/packages/steveazz-laravel-docker)
```

###  Alternatives

[aschmelyun/fleet

Run multiple Laravel Sail websites on your local environment

33269.5k](/packages/aschmelyun-fleet)[vcian/pulse-docker-monitor

A Laravel Pulse card to show docker containers with CPU &amp; Memory Utilization

348.0k](/packages/vcian-pulse-docker-monitor)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
