PHP code example of bildvitta / iss-supernova
1. Go to this page and download the library: Download bildvitta/iss-supernova 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/ */
bildvitta / iss-supernova example snippets
return [
'base_uri' => env('MS_SUPERNOVA_BASE_URI', 'https://api-dev-supernova.nave.dev'),
'prefix' => env('MS_SUPERNOVA_API_PREFIX', '/api')
];
$issSupernova = new Bildvitta\IssSupernova();
bash
php artisan vendor:publish --tag="iss-supernova-config"
bash
php artisan vendor:publish --tag="iss-supernova-views"