Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nahidulhasan/laravel-docker-redis
- Owner: nahidulhasan
- Created: 2018-03-20T08:23:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-30T20:56:51.000Z (over 2 years ago)
- Last Synced: 2023-03-28T20:27:33.211Z (over 1 year ago)
- Topics: docker, docker-compose, example, laravel, redis
- Language: PHP
- Homepage:
- Size: 188 KB
- Stars: 26
- Watchers: 2
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
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.