TR069 based Auto Configuration Server (ACS) using CWMP
Download the package via composer by running:, (*1)
composer require "rrey/cwmp":"dev-master"
Include the following in the app\config.php's file providers array:, (*2)
app\config.php
providers
'providers' => [ ... // Other Service Providers CWMP\Laravel\CWMPServiceProvider::class, ],
Run the following artisan command:, (*3)
php artisan vendor:publish --provider="CWMP\Laravel\CWMPServiceProvider"
Sources Download
acs cpe cwmp tr069 tr69