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: 9 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-30T19:24:36.000Z (almost 5 years ago)
- Last Synced: 2025-04-10T21:16:37.488Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 10.3 MB
- Stars: 0
- Watchers: 0
- 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