Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-frey committed Jun 18, 2024
2 parents a008710 + 5e5cf64 commit 3d3dfca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ You can publish and run the migrations with:

```bash
php artisan vendor:publish --tag="simple-permissions-migrations"
```

You have to reneme the migration: `0000_00_00_000000_create_permissions_table.php`!

```bash
php artisan migrate
```

Expand All @@ -45,6 +50,10 @@ This is the contents of the published config file:

```php
return [
'tables' => [
'roles' => 'model_has_role',
'permissions' => 'model_has_permission',
],
];
```

Expand Down

0 comments on commit 3d3dfca

Please sign in to comment.