osamaAbdullah / nova-collapsible-sidebar

A collapsible sidebar for Laravel Nova.
1 stars 1 forks source link

in my case I had to copy layout.blade.php manually #3

Closed vesper8 closed 2 years ago

vesper8 commented 4 years ago

For some reason nova:publish or vendor:publish -> nova-views was not publishing the layout.blade.php view

No idea why.. even when I used --force

I had to copy it manually from https://github.com/laravel/nova/blob/3.0/resources/views/layout.blade.php

osamaAbdullah commented 2 years ago

this issue is not related to the package probably something is working with your environment setup.