Skip to content

Commit c081399

Browse files
authored
Merge pull request 5am-code#1 from 5am-code/main
pull recent changes
2 parents b7e3151 + 5af94b7 commit c081399

20 files changed

+7864
-7
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.idea
2+
vendor

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# Very short description of the package
1+
# Laravel Notion API
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/fiveam-code/laravel-notion-api.svg?style=flat-square)](https://packagist.org/packages/fiveam-code/laravel-notion-api)
44
[![Total Downloads](https://img.shields.io/packagist/dt/fiveam-code/laravel-notion-api.svg?style=flat-square)](https://packagist.org/packages/fiveam-code/laravel-notion-api)
55
![GitHub Actions](https://github.com/fiveam-code/laravel-notion-api/actions/workflows/main.yml/badge.svg)
66

7-
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
8-
97
## Installation
108

119
You can install the package via composer:
@@ -23,7 +21,7 @@ composer require fiveam-code/laravel-notion-api
2321
### Testing
2422

2523
```bash
26-
composer test
24+
vendor/bin/phpunit tests
2725
```
2826

2927
### Changelog
@@ -40,13 +38,14 @@ If you discover any security related issues, please email hello@dianaweb.dev ins
4038

4139
## Credits
4240

43-
- [Diana Scharf](https://github.com/fiveam-code)
44-
- [All Contributors](../../contributors)
41+
- [Diana Scharf](https://github.com/mechelon)
42+
- [Johannes Güntner](https://github.com/johguentner)
4543

4644
## License
4745

4846
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
4947

50-
## Laravel Package Boilerplate
5148

49+
50+
## Laravel Package Boilerplate
5251
This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

0 commit comments

Comments
 (0)