Download the PHP package visualweber1/zalo-laravel without Composer
On this page you can find all versions of the php package visualweber1/zalo-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package zalo-laravel
zalo-laravel
Zalo For laravel
-
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,
]
-
Config Zalo App
php artisan vendor:publish then choose Visualweber\Zalo\ZaloServiceProvider then enter
You can show file zalo.php in config folder
All versions of zalo-laravel with dependencies
PHP Build Version
Package Version
The package visualweber1/zalo-laravel contains the following files
Loading the files please wait ....