PHP code example of pragmabroadvertising / laravel-solaredge-api

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

    

pragmabroadvertising / laravel-solaredge-api example snippets

 bash
    php artisan vendor:publish --provider="PragmaBroadvertising\SolarEdge\SolarEdgeServiceProvider" --tag=laravel-solaredge-api
    
 bash
    'providers' => [
        PragmaBroadvertising\SolarEdge\SolarEdgeServiceProvider
    ];
    
 bash
    'aliases' => [
        'SolarEdge' => PragmaBroadvertising\SolarEdge\Facades\SolarEdge::class
    ];
    
 php
$solaredge = new SolarEdge();