All Projects → nahidulhasan → laravel-docker-redis

nahidulhasan / laravel-docker-redis

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

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to laravel-docker-redis

api-examples
Plesk API-RPC usage examples
Stars: ✭ 79 (+243.48%)
Mutual labels:  example
work with stagesepx
about how to use stagesepx in production
Stars: ✭ 41 (+78.26%)
Mutual labels:  example
microservice-template-ddd
Golnag microservice-template by DDD
Stars: ✭ 13 (-43.48%)
Mutual labels:  example
react-native-css-modules-with-media-queries-example
An example app to show how CSS Media Queries work in React Native.
Stars: ✭ 18 (-21.74%)
Mutual labels:  example
graphql-example
Intuitive GraphQL Resolver Example - Application example using RawModel.js as GraphQL rootValue on steroids.
Stars: ✭ 25 (+8.7%)
Mutual labels:  example
SimplePipes
A small test pipes mod based around LibBlockAttributes
Stars: ✭ 22 (-4.35%)
Mutual labels:  example
play-java-ebean-example
Example Play application showing Java with Ebean
Stars: ✭ 54 (+134.78%)
Mutual labels:  example
cypress-example-docker-compose
Example running Cypress tests against Apache server via docker-compose
Stars: ✭ 106 (+360.87%)
Mutual labels:  example
solana-web3-demo
a quick demo for solana web3
Stars: ✭ 93 (+304.35%)
Mutual labels:  example
UWO
Unity WebGL x WebSocket MMO demo
Stars: ✭ 49 (+113.04%)
Mutual labels:  example
aita dataset
AITA dataset based on r/AmItheAsshole/
Stars: ✭ 27 (+17.39%)
Mutual labels:  example
play-scala-anorm-example
Example Play Database Application using Anorm
Stars: ✭ 41 (+78.26%)
Mutual labels:  example
play-scala-secure-session-example
An example Play application showing encrypted session management
Stars: ✭ 54 (+134.78%)
Mutual labels:  example
reinforcement learning financial trading
MATLAB example on how to use Reinforcement Learning for developing a financial trading model
Stars: ✭ 94 (+308.7%)
Mutual labels:  example
djcra
Django ❤️ create-react-app integration example
Stars: ✭ 12 (-47.83%)
Mutual labels:  example
Hello-GLUT
A very simple "Hello World!" GLUT application demonstrating how to write OpenGL applications in C with MinGW and MSVC.
Stars: ✭ 27 (+17.39%)
Mutual labels:  example
nodejs-with-postgres-api-example
k8s course example - node.js app with Postgres, Hapi.js and Swagger
Stars: ✭ 59 (+156.52%)
Mutual labels:  example
match stream
A sample project to show in our scale blog post
Stars: ✭ 30 (+30.43%)
Mutual labels:  example
tensorflow flask
tensorflow model deployment in flask REST API
Stars: ✭ 26 (+13.04%)
Mutual labels:  example
APIConnectors
A curated list of example code to collect data from Web APIs using DataPrep.Connector.
Stars: ✭ 22 (-4.35%)
Mutual labels:  example

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].