Jasper Tey

Results 15 comments of Jasper Tey

I started poking around on on this PR; I see a variety of other micro changes which I don't want to disrupt since this is being used in your project....

PR got closed when I deleted and recreated the develop branch... forgot that the branch was being used for this draft PR.

Hoping to resolve most of the items here in the PR currently in progress: #69 If you have a moment @pelmered, I wanted to understand your specific convention: `src/App/Api/Controllers//ApiController.php` What...

Thanks for the details @pelmered! Here is the current implementation of the application layer in #69: ### Application Layer (since 1.2) Some objects interact with the domain layer, but are...

Here is what I was able to implement so far (in #69): ```php // In config/ddd.php 'application_layer' => [ 'path' => 'src/App', 'namespace' => 'App', 'objects' => [ 'controller', 'request',...