In this section you'll find links submitted by others.

Did you write or stumbled across a blog post, tutorial or video that might be interesting for others?

To be able to submit a link you need to log in first.

Log in

Laravel Transporter, how to make OOP API requests

www.juststeveking.uk - submitted by Steve McDougall

Sending API requests in any PHP framework has always been a little bit of a manual process, yes you can create an SDK or wrapper - but you are still having to do the same thing. *Introducing Laravel Transporter* an easy to use wrapper around Laravel `PendingRequest` that allows you to define requests as classes, and override options at run time when you need to.

Read more [www.juststeveking.uk]

Automatically Generate a Sitemap for Your Website in Laravel

www.larapeak.com - submitted by Larapeak

Hello today I have a short tutorial for you. I was working on this blog to optimize for SEO. I wanted to create a sitemap that updates automaticly. Luckly for me Spatie created a package for this. With the spatie/laravel-sitemap you can automate the process of creating a sitemap for your Laravel application. Let's learn how to setup and use this package!

Read more [www.larapeak.com]

Laravel Sidecar: Deploy & Execute Lambda Functions from Laravel

github.com - submitted by Aaron Francis

Sidecar packages, creates, deploys, and executes Lambda functions from your Laravel application. You can write functions in any of the following runtimes and execute them straight from PHP: Node.js 14, Node.js 12, Node.js 10, Python 3.8, Python 3.7, Python 3.6, Python 2.7, Ruby 2.7, Ruby 2.5, Java 11, Java 8, Go 1.x, .NET Core 3.1, .NET Core 2.1.

Read more [github.com]