From 53f5a57b1204dd67b5b48129d03480253ab6aace Mon Sep 17 00:00:00 2001 From: Jared Chesebro Date: Tue, 24 Dec 2024 12:30:34 -0800 Subject: [PATCH] Update getting-started.md Add tip for updating admin_url to the correct value when trying to install ExpressionEngine --- docs/getting-started.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/getting-started.md b/docs/getting-started.md index a2ee27b..02a1832 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -74,6 +74,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.