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
+1 -1
View File
@@ -1,5 +1,5 @@
{
"dist/main.css": "/dist/main.926852a2.css",
"dist/main.css": "/dist/main.a37a03cd.css",
"dist/main.js": "/dist/main.7736601c.js",
"dist/455.3a7b4474.css": "/dist/455.3a7b4474.css",
"dist/455.17bc016b.js": "/dist/455.17bc016b.js",
+1 -1
View File
@@ -2,7 +2,7 @@
"entrypoints": {
"main": {
"css": [
"/dist/main.926852a2.css"
"/dist/main.a37a03cd.css"
],
"js": [
"/dist/main.7736601c.js"
File diff suppressed because one or more lines are too long
+7
View File
@@ -29,6 +29,13 @@ allowing users to install and use only the specific components they need for the
composer require php-flasher/flasher-laravel
```
After installation, you need to run another command to set up the necessary assets for {% PHPFlasher %}:
```shell
php artisan flasher:install
```
---
{% PHPFlasher %} includes a default notification style <i class="fa-duotone fa-comment-captions text-yellow-600"></i>, but users can also install additional adapters to customize the appearance of notifications within their projects such as :
+6
View File
@@ -13,6 +13,9 @@ data-controller: noty
```shell
composer require php-flasher/flasher-noty-laravel
```
```shell
php artisan flasher:install
```
<br />
@@ -21,6 +24,9 @@ composer require php-flasher/flasher-noty-laravel
```shell
composer require php-flasher/flasher-noty-symfony
```
```shell
php bin/console flasher:install
```
---
+6
View File
@@ -13,6 +13,9 @@ data-controller: notyf
```shell
composer require php-flasher/flasher-notyf-laravel
```
```shell
php artisan flasher:install
```
<br />
@@ -21,6 +24,9 @@ composer require php-flasher/flasher-notyf-laravel
```shell
composer require php-flasher/flasher-notyf-symfony
```
```shell
php bin/console flasher:install
```
---
+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
```
---
+6
View File
@@ -13,6 +13,9 @@ data-controller: toastr
```shell
composer require php-flasher/flasher-toastr-laravel
```
```shell
php artisan flasher:install
```
<br />
@@ -21,6 +24,9 @@ composer require php-flasher/flasher-toastr-laravel
```shell
composer require php-flasher/flasher-toastr-symfony
```
```shell
php bin/console flasher:install
```
---
+6
View File
@@ -28,6 +28,12 @@ allowing users to install and use only the specific components they need for the
composer require php-flasher/flasher-symfony
```
After installation, you need to run another command to set up the necessary assets for {% PHPFlasher %}:
```shell
php bin/console flasher:install
```
---
{% PHPFlasher %} includes a default notification style <i class="fa-duotone fa-comment-captions text-yellow-600"></i>, but users can also install and use additional adapters to customize the appearance of notifications within their projects such as :