File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 77
88> The 1.0 version of this package supports Laravel 5.1, 5.2, and 5.3 only. Version 2.0 is needed for Laravel 5.4.
99
10+ ### Supported Versions
11+ | Laravel Version | Package Tag | Supported |
12+ | -----------------| -------------| -----------|
13+ | 5.4.x | 2.0.x | yes |
14+ | 5.3.x | 1.0.x | yes |
15+ | 5.2.x | 1.0.x | yes |
16+ | 5.1.x | 1.0.x | yes |
17+
18+ ### Installation
19+ See the table above for package version information, and change the version below accordingly.
20+
21+ Using ` composer ` , run:
22+
23+ composer require lukewaite/laravel-queue-aws-batch ~1.0
24+
1025### Usage
11261 . Your Laravel application will need to be dockerized and pushed into a container registry of your choice. The ` ENTRYPOINT `
1227 should be set to ` artisan ` .
You can’t perform that action at this time.
0 commit comments