Files
php-flasher/docs/_includes/_installation.md
T
2024-04-09 07:57:01 +00:00

1010 B

Installation

{% PHPFlasher %} is modular and consists of multiple libraries, allowing users to install and use only the specific components they need for their project.

{% PHPFlasher %} can be installed using composer :

{% if 'laravel' == framework %}

Laravel:

composer require php-flasher/flasher-laravel

{% else %}

Symfony:

{{ framework }}
composer require php-flasher/flasher-symfony

{% endif %}


{% PHPFlasher %} includes a default notification style , but users can also install additional adapters to customize the appearance of notifications within their projects such as :


{% include _usage.md %}