PHP code example of toanna / saf-laravel-toolkit

1. Go to this page and download the library: Download toanna/saf-laravel-toolkit 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/ */

    

toanna / saf-laravel-toolkit example snippets


$ php artisan saf:init
$xslt
$ php artisan saf:git-hooks-init

$ php artisan saf:abstraction ExternalServiceInterface/IFileUploader

$ php artisan saf:business CreateFileBL

$ php artisan saf:business_service CreateFileBS

$ php artisan saf:controller TestController

$ php artisan saf:api_controller FileController

$ php artisan saf:dependency Repositories/SQLFileCreator

$ php artisan saf:domain_model File

$ php artisan saf:eloquent FileEloquent

$ php artisan saf:exception ValidationException

$ php artisan saf:request CreateFileRequest

$ php artisan saf:resource

$ php artisan saf:console AbstractionMakeCommand