You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Personal project to learn [Tailwindcss](https://tailwindcss.com/) and [Laravel 8
8
8
9
9
Due to I have another project with Jetstream [Laravel Livewire Publications](https://github.com/mascam97/laravel-livewire-publications), this project is no longer maintained.
10
10
11
-
### Achievements :star2:
11
+
### Achievements 2021 :star2:
12
12
13
13
- Install all the package from Jetstream and Sail.
14
14
- Learn better practices with Docker compose.
@@ -17,6 +17,11 @@ Due to I have another project with Jetstream [Laravel Livewire Publications](htt
17
17
- Create a Middleware to allow request about notes just from its owner.
18
18
- Tested with PHPUnit (**Test-Driven Development**) to Models, CRUD implemented and Middleware.
19
19
20
+
### Achievements 2023 :star2:
21
+
22
+
- Refactored some code with best practices
23
+
- Implemented some design patters: QueryBuilder, Data Transfer Object and Actions
0 commit comments