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

ActiveProject[Framework](/categories/framework)

bhavin-nakrani/laravel
======================

The Laravel Framework with docker including php8, apache and mysql 5.7

v1.0.0(4y ago)06MITPHPPHP ^7.3|^8.0

Since Dec 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/bhavin-nakrani/Docker-Laravel-Apache-MySql)[ Packagist](https://packagist.org/packages/bhavin-nakrani/laravel)[ RSS](/packages/bhavin-nakrani-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (11)Versions (2)Used By (0)

Docker - Laravel - Apache - MySql
=================================

[](#docker---laravel---apache---mysql)

[![Total Downloads](https://camo.githubusercontent.com/560d742acfcb458dfc618da3b0f1f568e270ea66419036d904447ac3d8327c89/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62686176696e2d6e616b72616e692f6c61726176656c)](https://packagist.org/packages/bhavin-nakrani/laravel)[![Latest Stable Version](https://camo.githubusercontent.com/90d6820053c655c33086f5472fa216e4d41eb938fab6022dd476a6d8ed83b493/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62686176696e2d6e616b72616e692f6c61726176656c)](https://packagist.org/packages/bhavin-nakrani/laravel)[![License](https://camo.githubusercontent.com/1a2e0606685ce00663bf829868f794fd3fc9c86f8d80cae324734129e0723a58/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d627269676874677265656e2e737667)](https://packagist.org/packages/bhavin-nakrani/laravel)

- Laravel 8
- PHP 8
- MySql 5.7

Description
-----------

[](#description)

Start developing a fresh Laravel application with `docker` using `docker-compose`.

The images used in this repo is `php:8.0-apache` and `mysql:5.7`. The goal is to make setting up the development as simple as possible.

Laravel setup with Docker

#### Installation

[](#installation)

```
git clone git@github.com:bhavin-nakrani/Docker-Laravel-Apache-MySql.git laravel-app

cd laravel-app

cp .env.example .env

```

Build the images and start the services:

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

```

#### Connect with container

[](#connect-with-container)

```
docker exec -it laravel-app bash -c "sudo -u devuser /bin/bash"

composer install

php artisan key:generate

```

#### Connect with database

[](#connect-with-database)

```
docker exec -it mysql-db bash -c "mysql -u laravel -p laravel"

```

Server URL:

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Unknown

Total

1

Last Release

1612d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a59edaec28f0f63e7b2dc7a9d25c79fec9fac04ee3fea7756c5ae3e1c11f6b3?d=identicon)[bhavin-nakrani](/maintainers/bhavin-nakrani)

---

Top Contributors

[![bhavin-nakrani](https://avatars.githubusercontent.com/u/14334368?v=4)](https://github.com/bhavin-nakrani "bhavin-nakrani (13 commits)")

---

Tags

frameworklaravelmysqldocker

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  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)

PHPackages © 2026

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