From 96c3f13e643dc089af1af176daba6efb3fdca962 Mon Sep 17 00:00:00 2001 From: Randall Wilk Date: Wed, 6 Mar 2024 10:28:43 -0600 Subject: [PATCH] Add alternatives --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c85928d..347a115 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,9 @@ Please review [my security policy](.github/SECURITY.md) on how to report securit This package is very similar to the [laravel-human-keys](https://github.com/oneduo/laravel-human-keys) package by [oneduo](https://github.com/oneduo), however I created my own version because I wanted more flexibility in which columns IDs are generated for. +Other alternatives include: +- [spatie/laravel-prefixed-ids](https://github.com/spatie/laravel-prefixed-ids) + ## Credits - [Randall Wilk](https://github.com/rawilk)