This application is an small implementation of the CQRS Pattern.
It handles a Sales domain in the laravel backend, you can see Commands, Events, Entities, Repository, Command/EventHandlers in the folder /App/Domain/Sales. Also use some basic implementation for Common objects that I create in other projects like CommandBus, EventDispatcher, Repository, AggregateRoot.
The frontend is a simple react app that lives in the Frontend directory, created with Create React App boilerplate