PHPackages                             bryangruneberg/laragoon - 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. [CLI &amp; Console](/categories/cli)
4. /
5. bryangruneberg/laragoon

ActiveLibrary[CLI &amp; Console](/categories/cli)

bryangruneberg/laragoon
=======================

The Laragoon utility package

0.13(5y ago)89.3k1MITPHPPHP &gt;=5.6.4

Since Jul 21Pushed 5y ago2 watchersCompare

[ Source](https://github.com/bryangruneberg/laragoon)[ Packagist](https://packagist.org/packages/bryangruneberg/laragoon)[ Docs](https://laragoon.io)[ RSS](/packages/bryangruneberg-laragoon/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (10)Dependencies (1)Versions (18)Used By (0)

Laragoon
========

[](#laragoon)

Introduction
------------

[](#introduction)

This package provides a simple way to run a Laravel app on the wonderful amazee.io Lagoon infrastructure.

The package consists of a few components:

- Several Dockerfiles to run a basic Laravel app
- A set of default configuration overrides for the containers
- A console command that dumps the database stanza to enable a connection to the Lagoon database container
- A console command that will update your .lagoon.yml and docker-compose.yml with a project name you provide
- A service provider which
    - Makes the Dockerfiles, the configuration files, and severl supporting files publishable
    - Looks for a Lagoon environment and overloads an environment specific config file if found

Requirements
------------

[](#requirements)

This package is supported on Laravel 5.5 and above.

It is assumed that you have amazee.io's Lagoon requirements already installed. See  for details.

It is assumed that you have a Laravel app already running.

Installation
------------

[](#installation)

`composer require bryangruneberg/laragoon`

Configuration
-------------

[](#configuration)

To publish the laragoon configuration run: `php artisan vendor:publish --tag=laragoon-config`

To publish the laragoon database configuration run: `php artisan vendor:publish --tag=laragoon-db-config`. But be careful, the /config/database.php that comes with Laravel will prevent the laragoon configuration from writing. You can choose to force the operation by appending the --force option to the command. Alternatively run `php artisan laragoon:db-config` to have a database stanza outputted to the console.

To publish Docker and Lagoon files for php-7.1 run: `php artisan vendor:publish --tag=laragoon-lagoon-php-7.1`

To publish Docker and Lagoon files for php-7.2 run: `php artisan vendor:publish --tag=laragoon-lagoon-php-7.2`

To publish Docker and Lagoon files for php-7.3 run: `php artisan vendor:publish --tag=laragoon-lagoon-php-7.3`

To publish Docker and Lagoon files for php-7.4 run: `php artisan vendor:publish --tag=laragoon-lagoon-php-7.4`

To publish helpful artisan scripts run: `php artisan vendor:publish --tag=laragoon-scripts`

Finally, to set your Lagoon project name, run `php artisan laragoon:set-project-name` and follow the prompts.

You can go ahead and customize the Dockerfiles, .lagoon.yml, and docker-compose.yml. If you want to retrieve the original files, you can rerun the vendor:publish commands, appending the --force option to force an overwrite.

Running
-------

[](#running)

Once configured, you can run `docker-compose build` to have docker-compose build your environment. Once built you can run `docker-compose up` to have the environment spin up. Append the -d flag to have the containers run in the background.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 89.5% 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 ~70 days

Recently: every ~94 days

Total

13

Last Release

2012d ago

PHP version history (2 changes)0.1PHP &gt;=7.1.3

0.3PHP &gt;=5.6.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/b52b2e4e3bfa2cf7166ca8c09058c609c0e7e2b0f3e9226d43a9e3ca1db721de?d=identicon)[bryangruneberg](/maintainers/bryangruneberg)

---

Top Contributors

[![bryangruneberg](https://avatars.githubusercontent.com/u/383346?v=4)](https://github.com/bryangruneberg "bryangruneberg (34 commits)")[![bomoko](https://avatars.githubusercontent.com/u/297936?v=4)](https://github.com/bomoko "bomoko (3 commits)")[![dasrecht](https://avatars.githubusercontent.com/u/391732?v=4)](https://github.com/dasrecht "dasrecht (1 commits)")

---

Tags

amazeeamazeeiodockerlagoonlaravelconsolelaraveldevopsdockerdeploylagoonamazeeamazee.io

### Embed Badge

![Health badge](/badges/bryangruneberg-laragoon/health.svg)

```
[![Health](https://phpackages.com/badges/bryangruneberg-laragoon/health.svg)](https://phpackages.com/packages/bryangruneberg-laragoon)
```

###  Alternatives

[teepluss/explore

apidocjs explorer for Laravel

221.7k](/packages/teepluss-explore)

PHPackages © 2026

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