You've already forked pilot-sdk
update README; add Laravel stubs; add form support
This commit is contained in:
27
README.md
Normal file
27
README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# Pilot SDK
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
composer config repositories.pilot vcs "https://git.bluesquare.io/bluesquare/pilot-sdk.git"
|
||||
composer require bluesquare/pilot-sdk
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
### Laravel
|
||||
|
||||
Ajouter la clé d'API Pilot au `.env` :
|
||||
|
||||
```dotenv
|
||||
PILOT_KEY=xxxxx
|
||||
```
|
||||
|
||||
## Utilisation
|
||||
|
||||
### Laravel
|
||||
|
||||
```php
|
||||
php artisan pilot:metric MyMetric
|
||||
php artisan pilot:action MyAction
|
||||
```
|
||||
Reference in New Issue
Block a user