Skip to content

Commit f2a7ed3

Browse files
authored
Merge pull request #45 from brefphp/laravel-detection
Add `isLaravel` to the config to enable Laravel-only features
2 parents cbe501e + 298e06e commit f2a7ed3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Config.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ private static function loadServerlessConfig(string $fileName, ?string $override
6868
'region' => $region,
6969
// Health checks are automatically enabled if the package is installed
7070
'healthChecks' => file_exists('vendor/bref/laravel-health-check/composer.json'),
71+
'isLaravel' => file_exists('vendor/bref/laravel-bridge/composer.json'),
7172
];
7273
}
7374

0 commit comments

Comments
 (0)