Download the PHP package irfa/app-license-client without Composer
On this page you can find all versions of the php package irfa/app-license-client. 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 app-license-client
🚀 Application License uses a Serial Number for client side
This plugin will run if you install a plugin for an endpoint server please visit here https://github.com/irfaardy/app-license-server
This plugin is used to install the application serial number on the client server
🛠️ Installation with Composer
composer require irfa/app-license-client >You can get Composer [ here]( https://getcomposer.org/download/) ***🛠️ Laravel Setup
Add to config/app.php
'providers' => [ .... Irfa\AppLicenseClient\AppLicenseClientServiceProvider::class, ];Add to config/app.php
'aliases' => [ .... 'ALC' => Irfa\AppLicenseClient\Facades\AppLicenseClient::class, ],Publish Vendor
php artisan vendor:publish --tag=app-license-clientConfig File
config/irfa/app-license-client.phpPlugin Settings
Tambahkan baris ini di file .envAdd this line to file .env
Setting Middleware
Buka file App\Http\Kernel.phpOpen file App\Http\Kernel.php
Tambahkan item ini di $routeMiddleware
Add this item in $routeMiddleware
Implementasi di route
All versions of app-license-client with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
ext-json Version *
laravel/framework Version ^6.0|^7.0
ixudra/curl Version >=6.0
ext-json Version *
laravel/framework Version ^6.0|^7.0
ixudra/curl Version >=6.0
The package irfa/app-license-client contains the following files
Loading the files please wait ....