lasallesoftware-serverless/render-blade-lambda

Render a Laravel Blade template in AWS Lambda without mounting a Laravel Framework based Application.

v1.5 2025-07-18 21:16 UTC

README

Render a Laravel Blade template without by using just Illuminate's view package.

With Deepest Appreciation

Thank you to Matt Stauffer, and to all contributors, for his Torch repository.

https://github.com/mattstauffer/Torch

My repo is adapted from Torch's view component.

Thank you, Matt, for deciding to assign Torch the MIT Licence a mere month before I needed to mess with it (in April 2021)!

Example

An example of how to use this repo is at https://github.com/lasallesoftware-serverless/sample-lambda-create-form-with-illuminate-view-package

Security

If you discover any security related issues, please email Bob Bloom at "bob dot bloom at lasallesoftware dot ca" instead of using the issue tracker.

License

LaSalle Software is open-sourced software licensed under the MIT license.

As reference, there is a wonderful blog post called The MIT License, Line by Line -- 171 words every programmer should understand.

Please note:

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Links