We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3f801 commit 15366c8Copy full SHA for 15366c8
src/config/backpack/base.php
@@ -41,7 +41,7 @@
41
// ---------
42
43
// Show "Getting Started with Backpack" info block?
44
- 'show_getting_started' => (app()->env == 'local'),
+ 'show_getting_started' => env('APP_ENV') == 'local',
45
46
// ------
47
// STYLES
0 commit comments