rrey / cwmp
There is no license information available for the latest version (dev-master) of this package.
TR069 based Auto Configuration Server (ACS) using CWMP
dev-master
2016-02-21 01:03 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-11-07 00:38:22 UTC
README
Laravel 5
Download the package via composer by running:
composer require "rrey/cwmp":"dev-master"
Include the following in the app\config.php
's file providers
array:
'providers' => [
... // Other Service Providers
CWMP\Laravel\CWMPServiceProvider::class,
],
Run the following artisan command:
php artisan vendor:publish --provider="CWMP\Laravel\CWMPServiceProvider"