Basic operations
src
βββ BookStore
βββ Application
β βββ Command
β β βββ CreateBookCommand.php
β β βββ UpdateBookCommand.php
β β βββ DeleteBookCommand.php
β βββ Query
β βββ FindBookQuery.php
βββ Domain
βββ Infrastructure
βββ Sylius
βββ State
βββ Provider
β βββ BookItemProvider.php
βββ Processor
βββ CreateBookProcessor.php
βββ UpdateBookProcessor.php
βββ DeleteBookProcessor.phpBook creation

Create the CreateBookProcessor
Adding the processor on the Book Resource
Book edition

Create the BookItemProvider
Create the UpdateBookProcessor
Adding the provider & processor on the Book Resource
Book removal

Create the DeleteBookProcessor
Adding the processor on the Book Resource
Last updated
Was this helpful?
