wdelfuego / nova4-customizable-footer

Customizable footer for Laravel's Nova 4
4 stars 1 forks source link

404 (Not Found) - nova-vendor/wdelfuego/nova4-customizable-footer/footer-content #2

Closed evertonpessoa closed 2 years ago

evertonpessoa commented 2 years ago

In my project I am getting 404. The solution I made was to generate the route using the code

use Illuminate\Support\Facades\Route; Route::middleware(['nova']) ->prefix('nova-vendor/wdelfuego/nova4-customizable-footer') ->group(DIR.'/../routes.php');

wdelfuego commented 2 years ago

Hi Everton, thanks for reporting! That's strange behavior, I'd like to investigate.

A few questions:

davidemorotti commented 2 years ago

Same issue here, the routes.php file exists, but not it's not registering :S

wdelfuego commented 2 years ago

Thanks for the info! I’ll look into this later today and release a fix asap.

wdelfuego commented 2 years ago

Fixed in v1.0.2, just released the package, please run composer update