Add command class
This commit is contained in:
@@ -14,6 +14,7 @@ class Kernel extends ConsoleKernel
|
|||||||
*/
|
*/
|
||||||
protected $commands = [
|
protected $commands = [
|
||||||
Commands\CreateDatabase::class,
|
Commands\CreateDatabase::class,
|
||||||
|
Commands\Install::class,
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user