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
@@ -175,7 +175,7 @@ You can also [import existing resources](https://sst.dev/docs/import-resources/)
175
175
If you need to customize the environment variable names for your resources, you can provide an object with the resource and a callback function in the `link` array:
176
176
177
177
```js
178
-
constapp=newLaravel('MyLaravelApp', {
178
+
constapp=newLaravelService('MyLaravelApp', {
179
179
link: [
180
180
email,
181
181
{
@@ -223,7 +223,7 @@ The IAM permissions for the linked resources are also automatically added to the
223
223
You can configure the PHP version, custom environment variables and a custom deployment script.
0 commit comments