1. Go to this page and download the library: Download yhbyun/snowman 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/ */
yhbyun / snowman example snippets
return [
/*
|--------------------------------------------------------------------------
| Where the templates for the generators are stored...
|--------------------------------------------------------------------------
|
*/
'model_template_path' => '/Users/yhbyun/my-project/app/templates/model.txt',
'repo_template_path' => '/Users/yhbyun/my-project/app/templates/repo.txt',
'repo_interface_template_path' => '/Users/yhbyun/my-project/app/templates/repo_interface.txt',
'baserepo_template_path' => '/Users/yhbyun/my-project/app/templates/baserepo.txt',
'baserepo_interface_template_path' => '/Users/yhbyun/my-project/app/templates/baserepo_interface.txt',
'presenter_template_path' => '/Users/yhbyun/my-project/app/templates/presenter.txt',
'reposerviceprovider_template_path' => '/Users/yhbyun/my-project/app/templates/reposerviceprovider.txt',
/*
|--------------------------------------------------------------------------
| Where the generated files will be saved...
|--------------------------------------------------------------------------
|
*/
'target_parant_path' => app_path(),
];