You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current example uses a slim app, so is incompatible with the above. Would it make sense to add a separate file like "components/config/example2.php" (for instance)?
EDIT: This may tie in some how to PR #191 ... but maybe not.
The text was updated successfully, but these errors were encountered:
After much tinkering, I've come up with a way to access config data via
Illuminate\Support\Facades\Config
This uses some code from the existing Config example and uses a container (using kint just for dumping):
Output:
Current example uses a slim app, so is incompatible with the above. Would it make sense to add a separate file like "components/config/example2.php" (for instance)?
EDIT: This may tie in some how to PR #191 ... but maybe not.
The text was updated successfully, but these errors were encountered: