如何进入十月可视化界面?
How to access the Visual interface for October?
我在我的 wamp 服务器上安装了 October : https://octobercms.com/,但不确定如何访问我在教程中看到的可视化界面。谁能为我指明有关如何访问它的文档的正确方向,或者让我知道如何进入可视化界面?
OctoberCMS 后端接口在 /backend
路由中可用(默认情况下)。
访问:yourapp.localhost/backend
.
在安装过程中和安装后,您可以自定义更新 config/cms.php
文件。
/*
|--------------------------------------------------------------------------
| Back-end URI prefix
|--------------------------------------------------------------------------
|
| Specifies the URI prefix used for accessing back-end pages.
|
*/
'backendUri' => '/backend',
我在我的 wamp 服务器上安装了 October : https://octobercms.com/,但不确定如何访问我在教程中看到的可视化界面。谁能为我指明有关如何访问它的文档的正确方向,或者让我知道如何进入可视化界面?
OctoberCMS 后端接口在 /backend
路由中可用(默认情况下)。
访问:yourapp.localhost/backend
.
在安装过程中和安装后,您可以自定义更新 config/cms.php
文件。
/*
|--------------------------------------------------------------------------
| Back-end URI prefix
|--------------------------------------------------------------------------
|
| Specifies the URI prefix used for accessing back-end pages.
|
*/
'backendUri' => '/backend',