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

Package for Similar Text Group

github.com - submitted by Alexandr Chernyaev

This is an elementary library for working on identifying similar strings in PHP without using machine learning. It allows you to get groups of one topic from the transferred set of sentences. For example, combine news headlines from different publications, as Google News does.

Read more [github.com]

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]