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.
2 parents 9b3f801 + 15366c8 commit cfb8c07Copy full SHA for cfb8c07
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