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

Installs: 121

Dependents: 0

Suggesters: 0

Security: 0

Stars: 17

Watchers: 4

Forks: 5

Open Issues: 1

pkg:composer/rrey/cwmp

dev-master 2016-02-21 01:03 UTC

This package is not auto-updated.

Last update: 2025-12-18 06:25:19 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"