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'