PHP code example of inn20 / api-scaffold

1. Go to this page and download the library: Download inn20/api-scaffold 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/ */

    

inn20 / api-scaffold example snippets


php artisan api-scaffold:install

php artisan vendor:publish --provider="Inn20\ApiScaffold\ApiServiceProvider"

php artisan vendor:publish --provider="Tymon\JWTAuth\Providers\LaravelServiceProvider"

php artisan jwt:secret