We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbe501e + 298e06e commit f2a7ed3Copy full SHA for f2a7ed3
1 file changed
src/Config.php
@@ -68,6 +68,7 @@ private static function loadServerlessConfig(string $fileName, ?string $override
68
'region' => $region,
69
// Health checks are automatically enabled if the package is installed
70
'healthChecks' => file_exists('vendor/bref/laravel-health-check/composer.json'),
71
+ 'isLaravel' => file_exists('vendor/bref/laravel-bridge/composer.json'),
72
];
73
}
74
0 commit comments