dnwjn / nova-button

A Nova package for rendering buttons on different views.
MIT License
10 stars 6 forks source link

Fix: Use Nova Helper Function for Resource URL Generation #40

Closed KasparRosin closed 8 months ago

KasparRosin commented 8 months ago

Overview

This pull request addresses the issue where resource navigation (create, edit, view) fails with a 404 error when Laravel Nova is configured to reside on the root domain instead of using the /nova slug. The root cause of the problem was identified as the hardcoded usage of /nova in the application code, specifically in the resource URL generation logic.

Changes

closes: #39

dnwjn commented 8 months ago

Hi @KasparRosin! Thank you for your extensive and detailed PR and issue. Very well spotted and you I think your fix is great, so I'll merge and release it right away!