Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nahidulhasan/laravel-docker-redis

Simple example: How to use laravel and redis using docker compose
https://github.com/nahidulhasan/laravel-docker-redis

docker docker-compose example laravel redis

Last synced: about 5 hours ago
JSON representation

Simple example: How to use laravel and redis using docker compose

Awesome Lists containing this project

README

        

# Laravel-docker-redis

Simple example: How to use laravel and redis using docker compose

## Installation

```Clone the repo```

Now run the following commands from from project root directory.Before Running the commands be sure that you have installed docker.You will get install instructions from this
[link](https://docs.docker.com/)

```sh
docker-compose build

```

```sh
docker-compose up -d

```

Now browse project

```
http://localhost:8083/

```

Now the system is ready and you can practice redis. You can see the example in routes folder web.php page. If you want to modify database name, password etc, you have to change in docker-compose.yml file.