Skip to content

Commit

Permalink
Merge pull request #6 from jaredchesebro/beta
Browse files Browse the repository at this point in the history
Update getting-started.md
  • Loading branch information
bryannielsen authored Jan 2, 2025
2 parents cdcc7f6 + 53f5a57 commit 2e36509
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ php artisan coilpack

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.

:::tip
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.
:::

### Using a New ExpressionEngine Install

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

0 comments on commit 2e36509

Please sign in to comment.