Skip to content

Releases: mascam97/laravel-inertia-notes

Domain Driven Design and simple API implementation

16 May 15:39

Choose a tag to compare

1.2.0

docs: update about ddd and phpstan implementation

Design pattern implementation

02 May 20:17

Choose a tag to compare

1.1.0

refactor: update notes feature

Add subscription table, refactor code and update dependencies

02 May 20:10

Choose a tag to compare

1.0.1

refactor: split test about notes in index, store and update

Main installation and Note CRUD with TDD

05 Feb 02:42

Choose a tag to compare

  • 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.