An open API service indexing awesome lists of open source software.

https://github.com/jaygaha/lumen-docker

A dockerized stack for a Lumen application
https://github.com/jaygaha/lumen-docker

composer crud-sample docker docker-compose lumen lumen-api lumen-jwt mariadb nginx php73-fpm

Last synced: 2 months ago
JSON representation

A dockerized stack for a Lumen application

Awesome Lists containing this project

README

          

# [Lumen](https://lumen.laravel.com/docs) [jwt-auth](https://github.com/tymondesigns/jwt-auth) with CRUD tutorial using Docker

This will create a dockerized stack for a Lumen application, consisted of the following containers:

```bash
Nginx, php:7.3-fpm, Mariadb, Composer, Redis
```

## Installation

Git clone this repository in your local machine and run following docker command

```bash
docker-compose up -d
```

## Contributing

Pull requests are welcome. Feel free to contact me if there is any issues or any explanation needed.

## License

[MIT](https://choosealicense.com/licenses/mit/)