laravel-bridge
Laravel on AWS Lambda with Bref
File Explorer
Download Latest Version (.zip)- test.yml
- pull_request_template.md
- bref.php
- BrefTinkerCommand.php
- FormatsFailedJob.php
- QueueFailedJobsCountCommand.php
- QueueFailedJobsListCommand.php
- QueueFailedJobsShowCommand.php
- LambdaShell.php
- ServeStaticAssets.php
- HttpHandler.php
- OctaneHandler.php
- SymfonyRequestBridge.php
- OctaneClient.php
- QueueHandler.php
- SqsJob.php
- Worker.php
- bref-init.php
- BrefServiceProvider.php
- BrefSubscriber.php
- HandlerResolver.php
- LaravelPathFinder.php
- MaintenanceMode.php
- StorageDirectories.php
- 503.html
- 503.json
- serverless.yml
- QueueFailedJobsCommandTest.php
- SqsJobTest.php
- BrefServiceProviderTest.php
- TestCase.php
- .codespellrc
- .editorconfig
- .gitattributes
- .gitignore
- CHANGELOG.md
- composer.json
- LICENSE
- phpcs.xml.dist
- phpstan.neon
- phpunit.xml.dist
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/brefphp/laravel-bridge
Downloads the entire project code from GitHub to your computer.
cd laravel-bridge
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
