Skip to content

Commit

Permalink
feature: install laravel-event-sourcing and implement in pockets domain
Browse files Browse the repository at this point in the history
  • Loading branch information
mascam97 committed Jan 16, 2024
1 parent ea37be1 commit 7ad7920
Show file tree
Hide file tree
Showing 14 changed files with 968 additions and 170 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ sail artisan scribe:generate
- [Laravel Permission](https://spatie.be/docs/laravel-permission/v5/introduction) - Associate users with roles and permissions.
- [Laravel Activitylog](https://spatie.be/docs/laravel-activitylog/v4/introduction) - Log the activities of your users.
- [Laravel Excel](https://laravel-excel.com/) - Supercharged Excel exports and imports in Laravel.
- [Laravel Event Sourcing](https://spatie.be/docs/laravel-event-sourcing/v7/introduction) - The easiest way to get started with event sourcing in Laravel.
- [Laravel GraphQL](https://github.com/rebing/graphql-laravel) - Laravel wrapper for Facebook's GraphQL.
- [Laravel Query Detector](https://beyondco.de/docs/laravel-query-detector/usage) - Laravel N+1 Query Detector.
- [Laravel Passport](https://laravel.com/docs/10.x/passport) - Full OAuth2 server implementation.
Expand Down Expand Up @@ -268,6 +269,7 @@ This project is licensed under the [MIT License](https://choosealicense.com/lice

### References :books:

- [EVENT SOURCING IN LARAVEL: Videos, ebook & code](https://event-sourcing-laravel.com/)
- [20+ Laravel best practices, tips and tricks to use in 2023](https://benjamincrozat.com/laravel-best-practices)
- [OWASP API Security Project](https://owasp.org/www-project-api-security/)
- ["Cruddy by Design" - Adam Wathan - Laracon US 2017](https://www.youtube.com/watch?v=MF0jFKvS4SI)
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"rebing/graphql-laravel": "^9.1",
"spatie/laravel-activitylog": "^4.7",
"spatie/laravel-data": "^2.1",
"spatie/laravel-event-sourcing": "^7.3",
"spatie/laravel-json-api-paginate": "^1.13",
"spatie/laravel-model-states": "^2.3",
"spatie/laravel-permission": "^5.9",
Expand Down
Loading

0 comments on commit 7ad7920

Please sign in to comment.