nebulapackage / nebula

Nebula is a minimalistic and easy to use administration tool for Laravel applications, made with Laravel, Alpine.js, and Tailwind CSS.
https://nebulapackage.com
227 stars 27 forks source link

Edit models that have route key names other than ID #35

Closed tomlerendu closed 3 years ago

tomlerendu commented 3 years ago

If a models route key name is changed from ID to something different it's currently not possible to edit it in Nebula. This PR fixes that.

Larsklopstra commented 3 years ago

Looks good, will check it out ASAP