PHP code example of theranken / laravel-sr-generator

1. Go to this page and download the library: Download theranken/laravel-sr-generator 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/ */

    

theranken / laravel-sr-generator example snippets


php artisan service-repository:install

php artisan make:service MyAwesomeService

php artisan make:repository MyAwesomeService --repository