Skip to content

Commit 1e67351

Browse files
committed
docs: add note for tablename customization
1 parent 6a4d781 commit 1e67351

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

docs/install.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ Require it with an explicit version constraint allowing its desired stability.
7474
php spark shield:setup
7575
```
7676

77+
> **Note** If you want to customize table names, you must change the table names
78+
> before running database migrations.
79+
> See [Customizing Shield](./customization.md#custom-table-names).
80+
7781
2. Configure **app/Config/Email.php** to allow Shield to send emails with the [Email Class](https://codeigniter.com/user_guide/libraries/email.html).
7882

7983
```php
@@ -145,6 +149,10 @@ your project.
145149

146150
5. **Migration** Run the migrations.
147151

152+
> **Note** If you want to customize table names, you must change the table names
153+
> before running database migrations.
154+
> See [Customizing Shield](./customization.md#custom-table-names).
155+
148156
```console
149157
php spark migrate --all
150158
```
@@ -278,4 +286,4 @@ public $globals = [
278286
]
279287
]
280288
```
281-
The same should apply for the Rate Limiting and Forcing Password Reset.
289+
The same should apply for the Rate Limiting and Forcing Password Reset.

0 commit comments

Comments
 (0)