An open API service indexing awesome lists of open source software.

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:

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