Skip to content

Commit 29d1cea

Browse files
authored
Revise README
1 parent b1d79dd commit 29d1cea

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
# Telegram Notifications Channel for Laravel 5.3 [WIP]
1+
# Telegram Notifications Channel for Laravel
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/laravel-notification-channels/telegram.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/telegram)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
5-
[![Build Status](https://img.shields.io/travis/laravel-notification-channels/telegram/master.svg?style=flat-square)](https://travis-ci.org/laravel-notification-channels/telegram)
65
[![StyleCI](https://styleci.io/repos/65490735/shield)](https://styleci.io/repos/65490735)
76
[![SensioLabsInsight](https://img.shields.io/sensiolabs/i/d28e31ec-55ce-4306-88a3-84d5d14ad3db.svg?style=flat-square)](https://insight.sensiolabs.com/projects/d28e31ec-55ce-4306-88a3-84d5d14ad3db)
87
[![Quality Score](https://img.shields.io/scrutinizer/g/laravel-notification-channels/telegram.svg?style=flat-square)](https://scrutinizer-ci.com/g/laravel-notification-channels/telegram)
9-
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/laravel-notification-channels/telegram/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/laravel-notification-channels/telegram/?branch=master)
108
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-notification-channels/telegram.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/telegram)
119

12-
This package makes it easy to send Telegram notification using [Telegram Bot API](https://core.telegram.org/bots) with Laravel 5.3.
10+
This package makes it easy to send Telegram notification using [Telegram Bot API](https://core.telegram.org/bots) with Laravel.
1311

1412
## Contents
1513

@@ -33,16 +31,6 @@ You can install the package via composer:
3331
composer require laravel-notification-channels/telegram
3432
```
3533

36-
You must install the service provider:
37-
38-
```php
39-
// config/app.php
40-
'providers' => [
41-
...
42-
NotificationChannels\Telegram\TelegramServiceProvider::class,
43-
],
44-
```
45-
4634
## Setting up your Telegram Bot
4735

4836
Talk to [@BotFather](https://core.telegram.org/bots#6-botfather) and generate a Bot API Token.

0 commit comments

Comments
 (0)