Skip to content

Instantly share code, notes, and snippets.

@TheNodi
TheNodi / HashidsRoutable.php
Last active November 6, 2024 14:26
Laravel Model Bindings with Hashids
<?php
namespace App;
use Vinkla\Hashids\HashidsManager;
/**
* Bind a model to a route based on the hash of
* its id (or other specified key).
*