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

phpcsfixer-presets

github.com - submitted by Patrick

Opinionated php-cs-fixer rules that can be shared across projects, along with preconfigured Finder classes for Laravel projects/packages/composer packages/etc. Preset rules can be customized. Reduces the amount of code in `.php_cs` to only a few lines.

Read more [github.com]

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]