Minor reorg
This commit is contained in:
parent
d7ef9b1738
commit
5fef21e892
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue