Added a one click deploy command

This commit is contained in:
Graham Campbell
2015-01-01 17:47:53 +00:00
parent fcf68b3aea
commit 981b5a055d
7 changed files with 131 additions and 13 deletions
+1
View File
@@ -127,6 +127,7 @@ return [
'CachetHQ\Cachet\Providers\RepositoryServiceProvider',
'CachetHQ\Cachet\Providers\RoutingServiceProvider',
'CachetHQ\Cachet\Providers\ConsoleServiceProvider',
],
-12
View File
@@ -1,12 +0,0 @@
<?php
/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.
|
*/