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.
1 parent 65a8d31 commit 5dae535Copy full SHA for 5dae535
.gitignore
@@ -0,0 +1 @@
1
+.idea
README.md
@@ -9,7 +9,6 @@
9
- [Installation](#installation)
10
- [Composer](#composer)
11
- [Configuration](#configuration)
12
- - [Service Provider](#service-provider)
13
- [Usage](#usage)
14
- [Test Data](#test-data)
15
- [How To Use](#how-to-use)
@@ -23,18 +22,6 @@
23
22
composer require "lartie/telegram-bot-pagination:^1.0.0"
24
```
25
26
-### Service Provider
27
-
28
-You must install this service provider.
29
-```php
30
-// config/app.php
31
-'providers' => [
32
- ...
33
- LArtie\TelegramBotPagination\TelegramBotPaginationServiceProvider::class,
34
35
-];
36
-```
37
38
## Usage
39
40
### Test Data
src/TelegramBotPaginationServiceProvider.php
0 commit comments