https://github.com/claudio-code/laravel-eloquent-redis-studying
:scroll: Studying eloquent, redis, events and jobs :memo:
https://github.com/claudio-code/laravel-eloquent-redis-studying
Last synced: 3 months ago
JSON representation
:scroll: Studying eloquent, redis, events and jobs :memo:
- Host: GitHub
- URL: https://github.com/claudio-code/laravel-eloquent-redis-studying
- Owner: Claudio-code
- Created: 2021-06-10T02:14:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-30T19:24:36.000Z (almost 4 years ago)
- Last Synced: 2025-02-15T20:54:10.929Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 10.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
:whale2: Studying eloquent, redis, events and jobs :elephant:
This project was created for studies how ORM Eloquent works, how up redis container connecting in laravel and how events, jobs works at the framework.### How use?
- Build project
```
make build
```- Start project
```
make start
```- Run all Tests
```
make run-all-tests
```- Run lint
````
make fix-all
````### Technologies used this project
- PHP 8
- Laravel
- Redis
- Docker
- Mysql
- Bash