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
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-24 09:53:48 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"