Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhall17 committed Feb 4, 2020
1 parent f5909c8 commit 5c6604b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ This package can be used in Laravel 6.0 or higher.
You can install the package via composer:

``` bash
composer require spatie/laravel-uuid
composer require macsidigital/laravel-uuid
```

This is quite a simple package, which can be used to override teh primary key to uuid, or to add an additional uuid field, our prefered option to keep an incrementing index.
This is quite a simple package, which can be used to override the primary key to uuid, or to add an additional uuid field, our prefered option to keep an incrementing index.

Add a uuid field

Expand All @@ -27,7 +27,7 @@ Add a uuid field
});
```

Thats it! unless we use a different column name to uuid for the uuid field, then do thisdd teh following method
Thats it! unless we use a different column name for the uuid field, then we add the following method

``` php
public function uuidColumn(): string
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "macsidigital/laravel-uuid",
"description": "Laravel Mailer package",
"description": "Laravel UUID package",
"homepage": "https://github.com/MacsiDigital/laravel-uuid",
"keywords": ["macsidigital", "laravel-uuid", "uuid", "laravel", "client"],
"type": "library",
Expand Down

0 comments on commit 5c6604b

Please sign in to comment.