mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
docs: add the flasher:install command need after composer require step
This commit is contained in:
@@ -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",
|
||||
|
||||
Vendored
+1
-1
@@ -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
@@ -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 :
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -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 :
|
||||
|
||||
Reference in New Issue
Block a user