"cyberduck/claymanager": "dev-master"
After adding the key, run composer update from the command line to install the package:
composer update
Add the service provider to the providers
array in your app/config/app.php
file.
'Clay\Manager\ManagerServiceProvider'
Add the alias to the aliases
array
'Manager' => 'Clay\Manager\Facades\Manager',