PHP code example of effectivesloth / clean-arch-maker
1. Go to this page and download the library: Download effectivesloth/clean-arch-maker 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/ */
effectivesloth / clean-arch-maker example snippets
bash
created: src/Core/Application/UseCase/DoStuff/DoStuffUseCase.php
created: src/Core/Application/UseCase/DoStuff/DoStuffUseCaseInterface.php
created: src/Core/Application/UseCase/DoStuff/DoStuffPresenterInterface.php
created: src/Core/Application/UseCase/DoStuff/DoStuffRequest.php
created: src/Core/Application/UseCase/DoStuff/DoStuffResponse.php
Success!
Core\Application\UseCase\DoStuff successfully generated