Ad
How To Access The Visual Interface For October?
I installed October : https://octobercms.com/ on my wamp server and not sure how to access the visual interface I see in tutorials. Could anyone point me in the right direction on documentation on how to access it or let me know how to get to the visual interface?
Ad
Answer
OctoberCMS backend interace is available (by default) in the /backend
route.
Access: yourapp.localhost/backend
.
In the installation process and after installed you can custom this updating the config/cms.php
file.
/*
|--------------------------------------------------------------------------
| Back-end URI prefix
|--------------------------------------------------------------------------
|
| Specifies the URI prefix used for accessing back-end pages.
|
*/
'backendUri' => '/backend',
Ad
source: stackoverflow.com
Related Questions
- → "failed to open stream" error when executing "migrate:make"
- → October CMS Plugin Routes.php not registering
- → OctoberCMS Migrate Table
- → OctoberCMS Rain User plugin not working or redirecting
- → October CMS Custom Mail Layout
- → October CMS - How to correctly route
- → October CMS create a multi select Form field
- → October CMS - Conditionally Load a Different Page
- → How to disable assets combining on development in OctoberCMS
- → October CMS - Radio Button Ajax Click Twice in a Row Causes Content to disappear
- → OctoberCms component: How to display all ID(items) instead of sorting only one ID?
- → In OctoberCMS how do you find the hint path?
- → How to register middlewares in OctoberCMS plugin?
Ad