Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
secrethash committed May 30, 2020
1 parent 815e8aa commit afbe72b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,15 @@ First, pull in the package through Composer.
composer require secrethash/r8
```

**NOTE: ONLY DEV-MASTER IS AVAILABLE. THIS PACKAGE IS NOT STABLE.**

**_UNDER HEAVY DEVELOPMENT_**
**NOTE: The `dev-master` is _UNDER HEAVY DEVELOPMENT_**

You will need to publish and run the migrations.

```
php artisan vendor:publish --provider="Secrethash\R8\R8ServiceProvider" --tag="migrations"
```

Run the migration
Run the migrations

```
php artisan migrate
Expand All @@ -52,7 +50,9 @@ use Illuminate\Database\Eloquent\Model;

class Post extends Model implements R8
{

use R8Trait;

}
```

Expand Down

0 comments on commit afbe72b

Please sign in to comment.