aymanalhattami / filament-page-with-sidebar

Organize pages in the sidebar in order to make navigation between pages more comfortable.
https://github.com/aymanalhattami/filament-page-with-sidebar
MIT License
175 stars 22 forks source link

No publishable resources for tag [filament-page-with-sidebar-components]. #9

Closed danilogiacomi closed 1 year ago

danilogiacomi commented 1 year ago

When running the
php artisan vendor:publish --tag="filament-page-with-sidebar-components" command, nothing is done, and the message

INFO No publishable resources for tag [filament-page-with-sidebar-components].

is returned

aymanalhattami commented 1 year ago

There is no components to be published, README file will be updated.

you can publish

php artisan vendor:publish --tag="filament-page-with-sidebar-config"

php artisan vendor:publish --tag="filament-page-with-sidebar-views"

danilogiacomi commented 1 year ago

ok, thanks