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

Exploring Elasticsearch with Laravel Scout

jeroeng.dev - submitted by Jeroen

Searching in Laravel is very easy with Laravel Scout, but it only ships with an Algolia driver. Because Elasticsearch is fun, powerful and can also be self-hosted I created an Elasticsearch driver for Laravel Scout and in this blog post I will explain how to get started.

Read more [jeroeng.dev]

Laravel flattale

github.com - submitted by Taukeer Liaqat

It helps you manage de-normalized tables in your laravel applications. It automatically syncs your normalized tables with source tables using simple configurations.

Read more [github.com]