laravel-starter-serverless
laravel-starter-serverless copied to clipboard
This repository uses Bref(https://bref.sh) to create a serverless application which can be deployed on AWS Lambda. The application provides everything you need to get started with Laravel APIs develop...
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.6.1 to 1.8.5. Release notes Sourced from guzzlehttp/psr7's releases. 1.8.5 See change log for changes. 1.8.4 See change log for changes. 1.8.3 See change log for changes....
Bumps [league/flysystem](https://github.com/thephpleague/flysystem) from 1.0.66 to 1.1.4. Commits f3ad691 Reject paths with funky whitespace. 1ac14e9 Added SharePoint community adapter 4347fe7 Remove ext-fileinfo from suggests, it's already in requires 1bf07fc Fix time-related...
Bumps [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) from 2.0.27 to 3.0.7. Release notes Sourced from phpseclib/phpseclib's releases. 3.0.7 X509: always parse the first cert of a bundle (#1568) SSH2: behave like putty with broken publickey...
Bumps [laravel/framework](https://github.com/laravel/framework) from 7.4.0 to 7.30.4. Release notes Sourced from laravel/framework's releases. v7.30.4 Fixed Fixed empty html mail (#35941) Fixed type error in Illuminate\Http\Concerns\InteractsWithContentTypes::isJson() (#35956) Limit expected bindings (#35972, 006873d)...
i enable cors on serverless.yml like this ``` events: - http: path: 'ANY /' cors: true - http: path: 'ANY /{proxy+}' cors: true ``` but it gives me warning given...