Releases: mascam97/laravel-inertia-notes
Releases · mascam97/laravel-inertia-notes
Domain Driven Design and simple API implementation
Design pattern implementation
1.1.0 refactor: update notes feature
Add subscription table, refactor code and update dependencies
1.0.1 refactor: split test about notes in index, store and update
Main installation and Note CRUD with TDD
- Main installation of Laravel 8, Laravel Sail and Jetstream with Inertia, vue and no teams.
- A CRUD where each user can manage his notes where created with testing.
- A Middleware was created to each user can manage only his notes.
Many things can be improved with Resources, a better design (take a Tailwindcss course), enable the other features of Jetstream, etc.