We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20a32b1 + 89e150e commit b6419bdCopy full SHA for b6419bd
README.md
@@ -22,6 +22,11 @@ You'll then need to run `composer install` to download it and have the autoloade
22
```
23
$ php artisan config:publish torann/laravel-asana
24
25
+Now add Asana in your providers array `app/config/app.php`
26
+
27
+~~~
28
+'Torann\LaravelAsana\ServiceProvider'
29
30
31
## Quick Examples
32
@@ -65,4 +70,4 @@ Asana::updateProject(:project_id, array(
65
70
66
71
## Full Documentation
67
72
68
-[View the official documentation](https://github.com/Torann/laravel-asana/wiki).
73
+[View the official documentation](https://github.com/Torann/laravel-asana/wiki).
0 commit comments