Initial commit
parents
Showing
.gitignore
0 → 100644
LICENSE.md
0 → 100644
README.md
0 → 100644
composer.json
0 → 100644
| { | ||
| "name": "maknz/slack-laravel", | ||
| "description": "Laravel 4 and 5 integration for the maknz/slack package, including facades and service providers.", | ||
| "keywords": ["slack", "laravel"], | ||
| "license": "BSD-2-Clause", | ||
| "authors": [ | ||
| { | ||
| "name": "maknz", | ||
| "email": "github@mak.geek.nz" | ||
| } | ||
| ], | ||
| "require": { | ||
| "php": ">=5.5.0", | ||
| "maknz/slack": "@dev" | ||
| }, | ||
| "autoload": { | ||
| "psr-4": { | ||
| "Maknz\\Slack\\Laravel\\": "src/" | ||
| } | ||
| }, | ||
| "minimum-stability": "stable" | ||
| } |
src/Facade.php
0 → 100644
src/ServiceProvider.php
0 → 100644
src/ServiceProviderLaravel4.php
0 → 100644
src/ServiceProviderLaravel5.php
0 → 100644
src/config/.gitkeep
0 → 100644
src/config/config.php
0 → 100644
Please
register
or
sign in
to comment