Download the PHP package telegramapp/telegram without Composer
On this page you can find all versions of the php package telegramapp/telegram. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download telegramapp/telegram
More information about telegramapp/telegram
Files in telegramapp/telegram
Package telegram
Short Description Telegram Application for Laravel which allows to send messages to created groups and individual users.
License
Informations about the package telegram
telegram-panel
Admin Panel Integrater with Telegram Communicator
Lines to put in your config/app.php
Providers:
Telegramapp\Telegram\TelegramServiceProvider::class, Telegramapp\Telegram\AdminPanel\Providers\AdminLTETemplateServiceProvider::class, Cartalyst\Sentinel\Laravel\SentinelServiceProvider::class,
Aliases:
'Telegram' => Telegramapp\Telegram\Laravel\Facades\Telegram::class, 'AdminLTE' => Telegramapp\Telegram\AdminPanel\Facades\AdminLTE::class, 'Activation' => Cartalyst\Sentinel\Laravel\Facades\Activation::class, 'Reminder' => Cartalyst\Sentinel\Laravel\Facades\Reminder::class, 'Sentinel' => Cartalyst\Sentinel\Laravel\Facades\Sentinel::class,
Now do 'php artisan vendor:publish --force'
We are using the "--force" attribute, because we are overriding app.js file to use AdminLTE
Now put these classes into you 'App\Http\Kernel.php' under $routeMiddleware:
'admin' => \App\Http\Middleware\AdminMiddleware::class, 'teacher' => \App\Http\Middleware\TeacherMiddleware::class, 'student' => \App\Http\Middleware\StudentsMiddleware::class,
All versions of telegram with dependencies
guzzlehttp/guzzle Version ~6.0
illuminate/support Version ~5.0
cartalyst/sentinel Version 2.0.*
acacha/adminlte-laravel-installer Version ~3.0
creativeorange/gravatar Version ~1.0
sofa/eloquence Version ~5.3
twbs/bootstrap Version *