docs: add post installation command

This commit is contained in:
Younes ENNAJI
2024-04-11 16:19:15 +00:00
parent 6125ac1776
commit c7367e7c12
7 changed files with 20 additions and 36 deletions
+8
View File
@@ -16,6 +16,10 @@ allowing users to install and use only the specific components they need for the
```shell
composer require php-flasher/flasher-laravel
```
Then, run:
```shell
php artisan flasher:install
```
<br />
@@ -23,6 +27,10 @@ composer require php-flasher/flasher-laravel
```shell
composer require php-flasher/flasher-symfony
```
Then, run:
```shell
php bin/console flasher:install
```
---