Skip to content

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

Notifications You must be signed in to change notification settings

Alexander-Vays/laravel-docker-redis

 
 

Repository files navigation

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

docker-compose build
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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 79.7%
  • HTML 19.3%
  • Other 1.0%