mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
docs: add post installation command
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user