Skip to content

Commit 2e36509

Browse files
authored
Merge pull request #6 from jaredchesebro/beta
Update getting-started.md
2 parents cdcc7f6 + 53f5a57 commit 2e36509

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/getting-started.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ php artisan coilpack
9494

9595
We recommend keeping your version of ExpressionEngine updated to the latest 7.x release as we are constantly making improvements that may also affect Coilpack.
9696

97+
:::tip
98+
Whether installing a fresh copy of ExpressionEngine or adding Coilpack to an existing site you may need to update the value of `admin_url` in `config/coilpack.php` to be `/admin` instead of `/admin.php`. This will be the default in version 2 of Coilpack. The reason for this change is that some server configurations will incorrectly route files that end in .php if they don't exist.
99+
:::
100+
97101
### Using a New ExpressionEngine Install
98102

99103
If you want Coilpack to create a new ExpressionEngine install, it will be placed in an `ee` folder within your Laravel project. You now need to setup ExpressionEngine via the `admin.php` file in your `ee` folder. Example: `http://localhost/admin.php`. Follow the on-screen instructions to finalize your ExpressionEngine install.

0 commit comments

Comments
 (0)