Hash ID's
Introduction
from masonite.request import Request
class SomeController:
# Route: /dashboard/user/@id
# URL: /dashboard/user/l9avmeG
def show(self, request: Request):
request.input('id') #== 10Installation
$ pip install masonite-essentials[hashids]Configuration
Middleware
Service Provider
Usage
Views
Controllers
Inputs
Encoding
Decoding
Last updated