Skip to content

Commit

Permalink
Added override configs and blade directive
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensrocha committed Oct 28, 2019
1 parent f36d715 commit 2bf5da9
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,19 @@
*/
'defaults' => [
'foo' => 'bar',
]
],

/*
|--------------------------------------------------------------------------
| Override application config values
|--------------------------------------------------------------------------
|
| If defined, settings package will override these config values.
|
| Sample:
| "app.locale" => "settings.locale",
|
*/
'override' => [
],
];

0 comments on commit 2bf5da9

Please sign in to comment.