Today I am checking out Folio, and I stuck at a base path.
I put this in boot of FolioServiceProvider
Folio::path(resource_path('views/pages/guest'))->uri('/');
and inside guest folder, I have landing.blade.php
I can access this page using localhost:8000/landing but I want to access this landing page in base url (localhost:8000)
How can I do this?