PHPackages                             loganhenson/raft - 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. loganhenson/raft

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

loganhenson/raft
================

Local Development Dream -- Raft

v1.0.1(9y ago)022MITPHPPHP &gt;=5.4.0

Since Feb 18Pushed 9y agoCompare

[ Source](https://github.com/loganhenson/raft)[ Packagist](https://packagist.org/packages/loganhenson/raft)[ RSS](/packages/loganhenson-raft/feed)WikiDiscussions master Synced 4w ago

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

Local Development Dream -- Raft
===============================

[](#local-development-dream----raft)

This is a full Laravel local development experience (opinionated) which comes with:

- Php 7.1
- Node 7.5
- Yarn
- Queue
- Redis
- MariaDB

This can be compared to:

- Laravel Homestead (Straight VMs) vs Raft (Single proxy VM + Docker containers)
- Laravel Valet (Local Nginx proxy + local database etc.) vs Raft (All containers)

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

[](#installation)

First ensure you have the system dependencies.

- OS X Yosemite (10.10) or higher
- [Homebrew](https://github.com/Homebrew/homebrew)
- [Docker for Mac](https://docs.docker.com/docker-for-mac/install/)
- [Virtualbox](https://www.virtualbox.org/)
- [Virtualbox Extension Pack](https://www.virtualbox.org/wiki/Downloads)

Now install and start [Dinghy](https://github.com/codekitchen/dinghy)

```
brew tap codekitchen/dinghy
brew install dinghy
dinghy create --provider virtualbox

```

Next install the package through Composer.

```
{
  "require": {
		"loganhenson/raft": "~1.0"
	}
}
```

And add the service provider to your application.

**config/app.php**

```
...
'providers' => [
    '...',
    LoganHenson\Raft\RaftServiceProvider::class
];
...

```

Usage
-----

[](#usage)

> Up

```
php artisan raft:up

```

> Up with SSL

```
php artisan raft:up --secure

```

> Down

```
php artisan raft:down

```

> Sequel Pro

```
php artisan raft:sql

```

Running commands in your containers
-----------------------------------

[](#running-commands-in-your-containers)

> Composer

```
docker exec raft_app_1 composer

```

> Yarn

```
docker exec raft_app_1 yarn

```

Connecting to your containers
-----------------------------

[](#connecting-to-your-containers)

> App

```
docker exec -it raft_app_1 bash

```

> Redis

```
docker exec -it raft_redis_1 bash

```

> MariaDB

```
docker exec -it raft_database_1 bash

```

> Queue

```
docker exec -it raft_queue_1 bash

```

> View the site @  or

FAQ
---

[](#faq)

> Q: It isn't working!

- A: Make sure docker is running (check your toolbar), as well as the dinghy vm `dinghy restart`

> Q: Chrome always puts my site on https!

- A: Go to chrome://net-internals/#hsts and put `raft.docker` in the "Delete Domain" input and press delete

> Q: How do I add more/different containers??

- A: Fork (:

License
-------

[](#license)

[View the license](https://github.com/loganhenson/raft/blob/master/LICENSE) for this repo.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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 ~4 days

Total

2

Last Release

3414d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2792946?v=4)[Logan Henson](/maintainers/loganhenson)[@loganhenson](https://github.com/loganhenson)

---

Top Contributors

[![loganhenson](https://avatars.githubusercontent.com/u/2792946?v=4)](https://github.com/loganhenson "loganhenson (2 commits)")

---

Tags

dockerlaravellaraveldocker

### Embed Badge

![Health badge](/badges/loganhenson-raft/health.svg)

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

###  Alternatives

[neo/little-sail

Smaller Alpine based image for Laravel Sail runtimes

379.1k](/packages/neo-little-sail)[downtoworld/laravel-devops

Laravel Cloudflare-Tunnels Ready Production Docker-Compose

161.1k](/packages/downtoworld-laravel-devops)

PHPackages © 2026

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