spatie/laravel-prefixed-ids package and want the URL to reflect the prefixed ID and lookup using that instead of the ID column. So if I have an invoice with ID 100, instead of /invoices/100/edit, I would want the URL to be /invoices/INV100/edit.protected static ?string $recordRouteKeyName = ‘column_name’; in your resource. Assuming that is an actual column on your db table.