PHP Classes

File: depfile.yml

Recommend this page to a friend!
  Classes of Niko   PHP HouseHold   depfile.yml   Download  
File: depfile.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP HouseHold
Manage the stock of groceries in a house
Author: By
Last change:
Date: 1 year ago
Size: 583 bytes
 

Contents

Class file image Download
paths: - ./src exclude_files: layers: - name: Controller collectors: - type: className regex: App\\*\\Ui\Http\Api\Controller\\.*Controller.* - name: Domain collectors: - type: className regex: App\\*\\Domain\\.* - name: Application collectors: - type: className regex: App\\*\\Application\\.* - name: Infrastructure collectors: - type: className regex: App\\*\\Infrastructure\\.* ruleset: Controller: - Infrastructure Domain: Application: - Infrastructure Infrastructure: - Domain