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
+4
View File
@@ -21,6 +21,10 @@ To integrate {% PHPFlasher %} with Livewire, follow the same installation steps
```shell
composer require php-flasher/flasher-laravel
```
Then, run:
```shell
php artisan flasher:install
```
---