Adel
Custom pages SEO?
Steps to do:
1. Create new panel ex. site
2. in SiteServiceProvider:
a. remove Widgets\AccountWidget::class widget
b. remove Authenticate::class middleware
c. remove Dashboard::class page
d. add the below functions to the panel chain
3. Create new Page HomePage and add it to SiteServiceProvider pages
4. add the below code to HomePage
5. create another Panel for user control panel ex. dashboard
6. add render hook to SitePanelProvider
content of global-search-after:
9 replies