Package Data | |
---|---|
Maintainer Username: | dlimars |
Maintainer Contact: | daniel@docode.com.br (Daniel Lima) |
Package Create Date: | 2014-06-16 |
Package Last Update: | 2014-06-16 |
Language: | PHP |
License: | Unknown |
Last Refreshed: | 2024-11-29 15:06:58 |
Package Statistics | |
---|---|
Total Downloads: | 13 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 3 |
Total Forks: | 1 |
Total Open Issues: | 0 |
add in your composer.json file:
require : {
"dlima/laravel-actuator" : "dev"
}
and your app/config/app.php file:
'providers' => array(
...
'Dlima\LaravelActuator\LaravelActuatorServiceProvider'
),