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

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]

Understanding Laravel’s SerializesModels trait

dev.to - submitted by ryancco

A few months ago a conversation around queued jobs hammering a database came up due to Laravel’s SerializesModels trait. While aware of the issue, I wasn't sure of the specifics. Digging deeper, I was extremely surprised by how relations are handled. Here are the findings and a few workarounds when queueing relations.

Read more [dev.to]

Crawler Tests

crawler-test.com - submitted by Peter

Test if your crawler handles various cases such as broken meta redirects, foreign chars in the URLs, etc. pp. correctly. Crawl this website to see if you crawler does well.

Read more [crawler-test.com]