-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fabian de Laender
committed
May 10, 2016
1 parent
69d4b47
commit 17b97ee
Showing
1 changed file
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
Laravel Mollie | ||
============== | ||
![Mollie](https://www.mollie.nl/files/Mollie-Logo-Style-Small.png) | ||
|
||
# Laravel-Mollie | ||
|
||
Laravel-Mollie incorporates [Mollie Connect](https://www.mollie.com/en/connect) and the [Mollie API](https://www.mollie.com/en/docs/overview) into your [Laravel](https://laravel.com/) or [Lumen](https://lumen.laravel.com/) project. | ||
|
||
|
@@ -9,7 +10,7 @@ Laravel-Mollie incorporates [Mollie Connect](https://www.mollie.com/en/connect) | |
|
||
## Installation | ||
|
||
Add Laravel Mollie to your composer file via the `composer require` command: | ||
Add Laravel-Mollie to your composer file via the `composer require` command: | ||
|
||
```bash | ||
$ composer require mollie/laravel-mollie | ||
|
@@ -88,6 +89,12 @@ Route::get('login_callback', function () { | |
}); | ||
``` | ||
|
||
## Want to help us make our Laravel module even better? | ||
|
||
Want to help us make our Laravel module even better? We take [pull requests](https://github.com/mollie/laravel-mollie/pulls?utf8=%E2%9C%93&q=is%3Apr), sure. | ||
But how would you like to contribute to a [technology oriented organization](https://www.mollie.com/nl/blog/post/werken-bij-mollie-als-developer/)? Mollie is hiring developers and system engineers. | ||
[Check out our vacancies](https://www.mollie.com/nl/jobs) or [get in touch](mailto:[email protected]). | ||
|
||
## License | ||
|
||
[BSD (Berkeley Software Distribution) License](http://www.opensource.org/licenses/bsd-license.php). Copyright (c) 2016, Mollie B.V. | ||
|