Skip to content

Instantly share code, notes, and snippets.

@ruaq
ruaq / HashidsRoutable.php
Last active December 11, 2018 00:12 — forked from TheNodi/HashidsRoutable.php
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).
*