docs: add the flasher:install command need after composer require step

This commit is contained in:
Younes ENNAJI
2024-04-11 16:07:32 +00:00
parent 3452651eac
commit 6125ac1776
9 changed files with 40 additions and 3 deletions
+6
View File
@@ -13,6 +13,9 @@ data-controller: sweetalert
```shell
composer require php-flasher/flasher-sweetalert-laravel
```
```shell
php artisan flasher:install
```
<br />
@@ -21,6 +24,9 @@ composer require php-flasher/flasher-sweetalert-laravel
```shell
composer require php-flasher/flasher-sweetalert-symfony
```
```shell
php bin/console flasher:install
```
---