put a minimal config for installer into config dir

This commit is contained in:
Nabeel Shahzad
2018-02-25 11:12:27 -06:00
parent 44f839e104
commit 82b5ff620d
3 changed files with 14 additions and 5 deletions

View File

@@ -2,9 +2,8 @@
namespace Modules\Installer\Providers;
use Illuminate\Support\ServiceProvider;
use Illuminate\Database\Eloquent\Factory;
use Nwidart\Modules\Support\Stub;
use Illuminate\Support\ServiceProvider;
use Route;
@@ -60,7 +59,7 @@ class InstallerServiceProvider extends ServiceProvider
{
$this->publishes([
__DIR__.'/../Config/config.php' => config_path('installer.php'),
], 'config');
], 'installer');
$this->mergeConfigFrom(
__DIR__.'/../Config/config.php', 'installer'