Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
⚙️ Added extra path to the config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
rabrowne85 committed Jul 9, 2021
1 parent eadd718 commit e6b11db
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/resources/config/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@

'base_currency' => 'GBP',

/*
|--------------------------------------------------------------------------
| Core Path
|--------------------------------------------------------------------------
|
| This is the base URI path where the Core's views, such as the user
| management screen, will be available from. You're free to tweak
| this path according to your preferences and application design.
|
*/
'path' => env('PWWEB_CORE_PATH', 'core'),

'permission' => [
'abilities' => [
'view',
Expand Down

0 comments on commit e6b11db

Please sign in to comment.