PHPackages                             galaxywork/laravel - 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. galaxywork/laravel

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

galaxywork/laravel
==================

dev docker env for laravel

07PHP

Since Sep 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/galaxywork/laravel)[ Packagist](https://packagist.org/packages/galaxywork/laravel)[ RSS](/packages/galaxywork-laravel/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel
=======

[](#laravel)

init skeleton
-------------

[](#init-skeleton)

run this command to build and up docker container

```
composer create-project galaxywork/laravel your_application_dir dev-master --prefer-dist

```

enter your\_application\_dir/app and run this command

```
composer install

```

enter your\_application\_dir and run this command to build and up docker container

```
docker-compose build
docker-compose up -d

```

auto build models
-----------------

[](#auto-build-models)

run this command auto build models

```
docker-compose exec app php artisan code:models

```

env file content
----------------

[](#env-file-content)

```
APP_NAME=Laravel
APP_ENV=local
APP_KEY=base64:35HgRLejtI6RoRcjGH+OJNZIE982NKDNQ0+gVHL0=
APP_DEBUG=true
APP_URL=http://localhost:8666

LOG_CHANNEL=stack

DB_CONNECTION=mysql
DB_HOST=db
DB_PORT=3306
DB_DATABASE=demo
DB_USERNAME=demo
DB_PASSWORD=demo

BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
SESSION_LIFETIME=120
QUEUE_DRIVER=sync

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1

MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

```

test
----

[](#test)

then you can access

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/37375980faa2758923e234300012d8ab266e5c285d4f50745c797194f1432f77?d=identicon)[yunmoxue](/maintainers/yunmoxue)

---

Top Contributors

[![yunmoxue](https://avatars.githubusercontent.com/u/2329555?v=4)](https://github.com/yunmoxue "yunmoxue (8 commits)")

### Embed Badge

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

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

###  Alternatives

[deployer/deployer

Deployment Tool

11.0k25.4M207](/packages/deployer-deployer)[appwrite/server-ce

End to end backend server for frontend and mobile apps.

55.3k84.2k](/packages/appwrite-server-ce)[pragmarx/health

Laravel Server &amp; App Health Monitor and Notifier

2.0k1.0M2](/packages/pragmarx-health)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[heroku/heroku-buildpack-php

Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku

8161.3M10](/packages/heroku-heroku-buildpack-php)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4674.7k](/packages/tiamo-phpas2)

PHPackages © 2026

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