PHPackages                             spatariu/laradock - 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. spatariu/laradock

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

spatariu/laradock
=================

Laradock basic setup.

1.0.3(6y ago)09[3 PRs](https://github.com/spatariu/laradock/pulls)MITDockerfilePHP ^7.1.3

Since Jun 30Pushed 3y agoCompare

[ Source](https://github.com/spatariu/laradock)[ Packagist](https://packagist.org/packages/spatariu/laradock)[ RSS](/packages/spatariu-laradock/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (9)Versions (8)Used By (0)

Laradock
--------

[](#laradock)

Docker basic configuration with Nginx, Laravel, MySql and phpMyadmin containers. Laravel Basic Auth also added.

Prerequisites
-------------

[](#prerequisites)

- docker
- git

Install
-------

[](#install)

- enter the console and go to your desired installation location, keep in mind that cloning or composing will create a new folder so don't make a new project folder in order to avoid excessive subtrees
- get the files by following one of these two methods:

###### Git (easier)

[](#git-easier)

> `git clone https://github.com/spatariu/laradock.git`

###### Composer

[](#composer)

> if you choose to install via the composer you will need a functional php intallation (), also the `php.ini` should contain this externsion `extension=fileinfo` (if it is not there add it at the end of the file), when you are done with this run `composer create-project spatariu/laradock`

- go to `laradock/laradock` subfolder and execute `docker-compose up -d nginx phpmyadmin` (it creates all the containers' links and also brings up the additional required containers - php-fpm - mysql - workspace).
- check if your containers are up by runnning `docker ps`, go to the workspace container to start interacting with your project with the following command: `docker exec -it laradock_workspace_1 bash` (if you have a different name for your workspace container type that one)
- run `composer update` once you are inside the `workspace` container
- there is a no support yet in phpmyadmin for the mysql8's new authentification `caching_sha2_password` so you have to delete the `.laradock` folder at this step, if you are on Windows you will find it in the C:\\Users\\YourProfileName, on Linux in your logged in user's folder (`root` if you logged in like that), rebuild the container with `docker-compose build --no-cache mysql` and restart the containers (down &amp; up again)
- now Laravel should be up and running on  and phpMyadmin on  (credentials mysql/root/root), if you are on a VPS replace `localhost` with your public IP
- if you got any rights issues on Linux run `chmod -R 777 storage` and` chmod -R 777 bootstrap/cache`
- you can bring up other laradock available containers if required by using again `docker-compose up -d container_name1 container_name2` (in the project's `laradock/laradock` subfolder you can see the available containers' names).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

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

Total

3

Last Release

1891d ago

### Community

Maintainers

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

---

Top Contributors

[![spatariu](https://avatars.githubusercontent.com/u/3978400?v=4)](https://github.com/spatariu "spatariu (13 commits)")

---

Tags

laravellaradock

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/spatariu-laradock/health.svg)

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

###  Alternatives

[slimkit/plus

The Plus(ThinkSNS+) is a powerful, easy-to-develop social system built with Laravel.

2.2k2.4k](/packages/slimkit-plus)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

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