mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
1010 B
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 %}