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
+2
View File
@@ -13,6 +13,7 @@ data-controller: notyf
```shell
composer require php-flasher/flasher-notyf-laravel
```
Then, run:
```shell
php artisan flasher:install
```
@@ -24,6 +25,7 @@ php artisan flasher:install
```shell
composer require php-flasher/flasher-notyf-symfony
```
Then, run:
```shell
php bin/console flasher:install
```