Minor reorg

This commit is contained in:
Samuel Georges 2016-06-23 07:37:29 +10:00
parent d7ef9b1738
commit 5fef21e892
2 changed files with 17 additions and 12 deletions

View File

@ -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
```

View File

@ -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