You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -50,16 +50,24 @@ To do this run: `composer config platform.php 8.0` substituting `8.0` for the ve
50
50
51
51
### Configure your Laravel Project
52
52
53
-
Now that you have a Laravel Project setup it is a good time to edit the values in your `.env` file to reflect your setup. The `APP_URL` and `DB_*` variables are particularly important for later steps in the Coilpack setup.
53
+
Now that you have a Laravel Project setup it is a good time to edit the values in your `.env` file to reflect your setup. The `APP_URL` and `DB_*` variables are particularly important for later steps in the Coilpack setup. The values you choose might look something like this:
54
+
55
+
```sh
56
+
APP_URL=https://project-name.test
57
+
DB_HOST=127.0.0.1
58
+
DB_DATABASE=project_name_database
59
+
DB_USERNAME=root
60
+
DB_PASSWORD=
61
+
```
54
62
55
63
### Require Coilpack
56
64
57
65
Inside of your Laravel project, you will need to update your project to use the Coilpack package.
Copy file name to clipboardExpand all lines: docs/index.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
# Coilpack
2
2
3
-
*Currently in Beta*
4
-
5
3
Coilpack is a composer package that lets you harness the powerful Laravel ecosystem to bring your ExpressionEngine content forward in exciting new ways. Once installed in a standard Laravel application Coilpack loads ExpressionEngine and integrates many core services.
6
4
7
5
## Feature Highlights
@@ -15,7 +13,7 @@ Coilpack is a composer package that lets you harness the powerful Laravel ecosys
15
13
16
14
## Changelog
17
15
18
-
To view a list of changes in the project please visit the [current changelog](https://github.com/ExpressionEngine/Coilpack/blob/0.x/CHANGELOG.md).
16
+
To view a list of changes in the project please visit the [current changelog](https://github.com/ExpressionEngine/Coilpack/blob/1.x/CHANGELOG.md).
0 commit comments