#folio default path

2 messages · Page 1 of 1 (latest)

trim mica
#

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?

south quest
#

Rename landing.blade.php to index.blade.php