Skip to content

Commit

Permalink
Merge pull request #655 from Kepsondiaz/patch-1
Browse files Browse the repository at this point in the history
Update installation.md to help user to easly copy command line for la…
  • Loading branch information
filippotoso authored Jan 3, 2024
2 parents 7efd3a0 + b3af0b2 commit 3462ba8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/8.x/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

1. You can install the package using composer:

```bash
```
composer require santigarcor/laratrust
```

2. Publish the configuration file:

```bash
```
php artisan vendor:publish --tag="laratrust"
```

::: warning
If this command did not publish any files, chances are, the Laratrust service provider hasn't been registered. Try clearing your configuration cache

```bash
```
php artisan config:clear
```

Expand All @@ -27,7 +27,7 @@ php artisan config:clear
**Before running the command go to your* `config/laratrust.php` *file and change the values according to your needs.**
:::

```bash
```
php artisan laratrust:setup
```

Expand Down

0 comments on commit 3462ba8

Please sign in to comment.