We have a controller to prepare data that can be used on the client and service class to wrap our logic
Wrote feature tests to cover the necessary cases.
We are wrapping our frontend data with resource
Run composer install
I wrote test cases (tests/feature/RegisterEventTest.php), so you can just run php artisan test
to see all the scenarios highlighted in the docs