PHP code example of doctordanila / scancore
1. Go to this page and download the library: Download doctordanila/scancore library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
doctordanila / scancore example snippets
modules/tasks/
├─ Module.php
├─ config/
│ └─ di.php
├─ domain/
│ ├─ entity/
│ │ └─ Task.php
│ └─ valueObject/
│ └─ TaskId.php
└─ presentation/
└─ controller/
└─ TaskController.php
Файл: modules/tasks/Module.php
// содержимое файла
Файл: modules/tasks/domain/entity/Task.php
// содержимое файла
...
IGNORE_EXCEPT_COMMANDS=init,someothercommand