From b3af0b21e3bdf866852b5b85bcc984dd8c6c7b81 Mon Sep 17 00:00:00 2001 From: Kepson Diaz <67605105+Kepsondiaz@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:42:48 -0500 Subject: [PATCH] Update installation.md to help user to easly copy command line for laratrust package installation and configuration. --- docs/docs/8.x/installation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/8.x/installation.md b/docs/docs/8.x/installation.md index 5af049fc..587b1dd7 100644 --- a/docs/docs/8.x/installation.md +++ b/docs/docs/8.x/installation.md @@ -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 ``` @@ -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 ```