Is there a way of generating API documentation with 'validate' on 'request' in action's method using dedoc/scramble?

229 Views Asked by At

In my application which is being designed with DDD(domain driven design) pattern with 'laravel-data' library, and so logic related to validation is in a separate action class and that's why scramble cannot recognise it and generate any documentation.SCRAMBLE POST REQUEST

Is it possible to validate calling 'rules' method but in different class and in a different directoryTHE 'RULES' METHOD OF BRANCH-DATA.PHP FILE WHICH IS LOCATED IN 'APP/DOMAINS/BRANCH/DATA-TRANSFER-OBJECTS'

0

There are 0 best solutions below