Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
- [Introduction](#introduction)
- [Installation](#installation)
- [Configuration](#configuration)
- [Table Prefix](#table-prefix)
- [JSON Schema Defaults](#json-schema-defaults)
- [Custom Models](#custom-models)
- [Creating Templates](#creating-templates)
Expand Down Expand Up @@ -60,15 +59,6 @@ php artisan vendor:publish --tag=schematic-config

The Schematic configuration file is located at `config/schematic.php`. Each configuration option is documented below.

<a name="table-prefix"></a>
### Table Prefix

The `table_prefix` option controls the prefix applied to all Schematic database tables:

| Option | Environment Variable | Default | Description |
|---|---|---|---|
| `table_prefix` | — | `schematic_` | The prefix used for all database tables created by Schematic. |

<a name="json-schema-defaults"></a>
### JSON Schema Defaults

Expand Down
Loading