Skip to content

Commit

Permalink
Adds some missing documentation about the database migrations.
Browse files Browse the repository at this point in the history
  • Loading branch information
dniccum committed Feb 19, 2022
1 parent 5a3d68b commit 42bc901
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ A tool for Laravel's Nova administrator panel that enables users to create webho
## Table of Contents

* [Installation](#installation)
* [Migrations](#migrations)
* [File Additions](#file-additions)
* [Configuration](#configuration)
* [Implementing the Tool](#implementing-the-tool)
* [Nova Resource](#nova-resource)
Expand Down Expand Up @@ -46,6 +48,16 @@ Doing this action will add the following items:
- configuration files *(Note: there will be two)*
- translations

### Migrations

Perform your database migrations via artisan command:

```bash
php artisan migrate
```

### File Additions

There are two things that you will need to add to your application's `NovaServiceProvider.php`:

#### Addition 1 - Resource Trait
Expand Down

0 comments on commit 42bc901

Please sign in to comment.