PHPackages                             daniloasf/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. [Framework](/categories/framework)
4. /
5. daniloasf/laravel-docker

ActiveProject[Framework](/categories/framework)

daniloasf/laravel-docker
========================

Ambiente Docker/Laravel base para o desenvolvimento de Sistemas Web

1.0.2(2y ago)16MITPHPPHP ^8.2

Since Jan 16Pushed 2y ago1 watchersCompare

[ Source](https://github.com/daniloferreirasousa/setup-docker-laravel)[ Packagist](https://packagist.org/packages/daniloasf/laravel-docker)[ RSS](/packages/daniloasf-laravel-docker/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (13)Versions (6)Used By (0)

Laravel Docker
==============

[](#laravel-docker)

### Configuração

[](#configuração)

1. Crie o seu projeto Laravel Docker em uma pasta de sua preferência:

> ```
> $ composer create-project --prefer-dist daniloasf/laravel-docker seu_diretorio
> ```

2. Crie uma cópia do arquivo .env.example para .env:

> ```
> $ cp .env.example .env
> ```

3. Atualize as variáveis de ambiente no arquivo .env:

```
APP_NAME="Nome do seu Projeto"
APP_URL=http://localhost:8001
APP_USER=user  // não usar espaços em branco
APP_UID=1000  // recomendado
```

4. Faça a criação do ambiente Docker:

> ```
> $ docker-compose build --no-cache
> ```

5. Inicie o container do seu Projeto:

> ```
> $ docker-compose up -d
> ```

6. Acessar o container app do seu ambiente criado:

> ```
> $ docker-compose exec -it app bash
> ```

7. Atualizar e instalar as dependências do projeto dentro do container app:

> ```
> $ composer update
> ```

8. Crie a key para o seu projeto Laravel:

> ```
> $ php artisan key:generate
> ```

Pronto após finalizar todos os passos listados acima, seu projeto deve estar pronto para ser acessado em:

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Every ~0 days

Total

3

Last Release

845d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/316ed289d2dd78246a9d1b5daaf3fc052cb41bf39912aad381b4a647192a1d62?d=identicon)[daniloasf](/maintainers/daniloasf)

---

Top Contributors

[![daniloferreirasousa](https://avatars.githubusercontent.com/u/106565796?v=4)](https://github.com/daniloferreirasousa "daniloferreirasousa (10 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[juzaweb/cms

Juzaweb CMS is a Content Management System (CMS) developed based on Laravel Framework and web platform whose sole purpose is to make your development workflow simple again. Project develop by Juzaweb

187571.2k](/packages/juzaweb-cms)

PHPackages © 2026

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