diff --git a/README.md b/README.md index 66cac42e3..a1bfc1d9e 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,11 @@ For advanced users, run this in your terminal to install October from command li ``` wget https://octobercms.com/api/installer -O temp.zip && unzip temp.zip && rm temp.zip +``` + +If you plan on using a database, run this command: + +``` php artisan october:install ``` diff --git a/config/cms.php b/config/cms.php index 0e12a3817..1b3e01dee 100644 --- a/config/cms.php +++ b/config/cms.php @@ -2,18 +2,6 @@ return [ - /* - |-------------------------------------------------------------------------- - | Back-end URI prefix - |-------------------------------------------------------------------------- - | - | Specifies the URL name used for accessing back-end pages. - | For example: backend -> http://localhost/backend - | - */ - - 'backendUri' => 'backend', - /* |-------------------------------------------------------------------------- | Specifies the default CMS theme. @@ -38,6 +26,18 @@ return [ 'edgeUpdates' => false, + /* + |-------------------------------------------------------------------------- + | Back-end URI prefix + |-------------------------------------------------------------------------- + | + | Specifies the URL name used for accessing back-end pages. + | For example: backend -> http://localhost/backend + | + */ + + 'backendUri' => 'backend', + /* |-------------------------------------------------------------------------- | Back-end timezone