code16 / sharp

Laravel 10+ Content management framework
https://sharp.code16.fr/
MIT License
728 stars 73 forks source link

Using sharp at domain root will crash breadcrumb #548

Closed PatrickePatate closed 5 months ago

PatrickePatate commented 5 months ago

It looks like if you do not set any custom_url_segment in sharp configuration, for an app that is only a dashboard for exemple, the breadcrumb service provider will crash.

image

dvlpp commented 5 months ago

Yes... at this moment, Sharp won't work without url_segment: you have to put one.