Skip to content

Commit

Permalink
Minor reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Jun 22, 2016
1 parent d7ef9b1 commit 5fef21e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
24 changes: 12 additions & 12 deletions config/cms.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -38,6 +26,18 @@

'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
Expand Down

0 comments on commit 5fef21e

Please sign in to comment.