Encode model keys to JSON:API resource ids using vinkla/hashids. This is a plugin for Laravel JSON:API.
Install using Composer
composer require laravel-json-api/hashids
This will also install vinkla/hashids. After installing, you will need to publish the configuration for that package:
php artisan vendor:publish --provider="Vinkla\Hashids\HashidsServiceProvider"
Refer to the README in that package for more configuration information.
Laravel JSON:API is open-sourced software licensed under the MIT License.