You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issues aren't turned on, and as I look to this project to potentially use in a personal workflow I have run into a few issues I would like to document as well as next steps I feel might be good to discuss or look into for the move to Laravel 5.
Should I be posting those here? on your fork... or on mine? I started on mine but just discovered a few other pain points from the original implementation
Also not sure it would actually stem from https://github.com/brianwebb01/hexagonal-laravel-experiment or this but the creationFailedValidation you use in the Creator isn't a part of the interface contract or initially implemented. As well as the delete method in the repositories which isn't initially implemented.
The text was updated successfully, but these errors were encountered:
@devcflynn in #16 you suggested that your fork https://github.com/devcflynn/blacksmith should be used as you plan on actively developing this with Indatus going forward.
Issues aren't turned on, and as I look to this project to potentially use in a personal workflow I have run into a few issues I would like to document as well as next steps I feel might be good to discuss or look into for the move to Laravel 5.
Should I be posting those here? on your fork... or on mine? I started on mine but just discovered a few other pain points from the original implementation
Also not sure it would actually stem from https://github.com/brianwebb01/hexagonal-laravel-experiment or this but the
creationFailedValidation
you use in theCreator
isn't a part of the interface contract or initially implemented. As well as thedelete
method in the repositories which isn't initially implemented.The text was updated successfully, but these errors were encountered: