Looking to hire Laravel developers? Try LaraJobs

zalo-laravel maintained by visualweber1

Description
Zalo Push Wrapper Laravel
Author
Last update
2019/04/08 11:07 (dev-master)
License
Links
Downloads
46

Comments
comments powered by Disqus

zalo-laravel

Zalo For laravel

  1. How to install

    composer require visualweber1/zalo-laravel

2.Add to config/app.php

Service Providers...
'providers'=>[
  Visualweber\Zalo\ZaloServiceProvider::class,
]

aliases....

'aliases'=>[
  'Zalo' => Visualweber\Zalo\ZaloFacade::class,
]
  1. Config Zalo App

    php artisan vendor:publish then choose Visualweber\Zalo\ZaloServiceProvider then enter

    You can show file zalo.php in config folder