events
![Software License][ico-license]
![Coverage Status][ico-scrutinizer]
![Total Downloads][ico-downloads], (*1)
Laravel packages
https://laravel.com/docs/5.5/packages, (*2)
3 passos instal·lació paquet laravel:, (*3)
1) Require
2) Install ServiceProvider
3) Install Facades (optional), (*4)
Structure
If any of the following are applicable to your project, then the directory structure should follow industry best practises by being named the following., (*5)
bin/
config/
src/
tests/
vendor/
Install
Via Composer, (*6)
``` bash
$ composer require acacha/events, (*7)
## Usage
``` php
$skeleton = new Acacha\Events();
echo $skeleton->echoPhrase('Hello, League!');
Change log
Please see CHANGELOG for more information on what has changed recently., (*8)
Testing
bash
$ composer test, (*9)
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*10)
Security
If you discover any security related issues, please email sergiturbadenas@gmail.com instead of using the issue tracker., (*11)
Credits
License
The MIT License (MIT). Please see License File for more information., (*12)