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

This package is not auto-updated.

Last update: 2024-04-24 22:14:35 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"