fix the module name for discovery
This commit is contained in:
@@ -38,11 +38,11 @@ class AppServiceProvider extends ServiceProvider
|
|||||||
protected function registerConfig()
|
protected function registerConfig()
|
||||||
{
|
{
|
||||||
$this->publishes([
|
$this->publishes([
|
||||||
__DIR__.'/../Config/config.php' => config_path('sample.php'),
|
__DIR__.'/../Config/config.php' => config_path('vacentral.php'),
|
||||||
], 'config');
|
], 'config');
|
||||||
|
|
||||||
$this->mergeConfigFrom(
|
$this->mergeConfigFrom(
|
||||||
__DIR__.'/../Config/config.php', 'sample'
|
__DIR__.'/../Config/config.php', 'vacentral'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Modules\\vacentral\\": ""
|
"Modules\\Vacentral\\": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "phpvms/vacentral",
|
"name": "vacentral",
|
||||||
"alias": "vacentral",
|
"alias": "",
|
||||||
"description": "",
|
"description": "",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"active": 1,
|
"active": 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user