Add command class

This commit is contained in:
Nabeel Shahzad
2017-12-16 22:19:17 -06:00
parent 091e5593f9
commit b2475720f2
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -14,6 +14,7 @@ class Kernel extends ConsoleKernel
*/ */
protected $commands = [ protected $commands = [
Commands\CreateDatabase::class, Commands\CreateDatabase::class,
Commands\Install::class,
]; ];
/** /**
+1 -1
View File
@@ -54,7 +54,7 @@ class Application extends LaravelApplication
public function langPath() public function langPath()
{ {
return $this->resourcePath() . DIRECTORY_SEPARATOR . 'lang'; return $this->resourcePath() . DS . 'lang';
} }
public function publicPath() public function publicPath()