PHPackages                             irfa/app-license-server - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. irfa/app-license-server

ActivePackage[Security](/categories/security)

irfa/app-license-server
=======================

"License/Serial for web apllication"

v1.2(5y ago)493MITPHPPHP ^7.2

Since Nov 23Pushed 5y ago1 watchersCompare

[ Source](https://github.com/irfaardy/app-license-server)[ Packagist](https://packagist.org/packages/irfa/app-license-server) Fund[ Fund](https://ko-fi.com/irfaardy)[ RSS](/packages/irfa-app-license-server/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

🚀Lisensi aplikasi untuk server endpoint
=======================================

[](#lisensi-aplikasi-untuk-server-endpoint)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/1c4a833a1e9e249f6a31927331cebb0986c618c224f94348892e49d022ac5c98/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f69726661617264792f6170702d6c6963656e73652d7365727665722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/irfaardy/app-license-server/?branch=master) [![Build Status](https://camo.githubusercontent.com/e954948099d6db8fe1a75b291c2acf39aa48ce067fa7e6993709e7293c69a594/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f69726661617264792f6170702d6c6963656e73652d7365727665722f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/irfaardy/app-license-server/build-status/master) [![Latest Stable Version](https://camo.githubusercontent.com/099eb2d120004deb8fded62189fdaaa7f11dcdc4c10854ef1ce66be2a87a860f/68747470733a2f2f706f7365722e707567782e6f72672f697266612f6170702d6c6963656e73652d7365727665722f76)](//packagist.org/packages/irfa/app-license-server) [![GitHub license](https://camo.githubusercontent.com/f97c327cef9e63aef616e8b89d3239bfed9f7def414748d7142d502c98f19c10/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f69726661617264792f656e63727970742d66696c652d6c61726176656c3f7374796c653d666c61742d737175617265)](https://github.com/irfaardy/encrypt-file-laravel/blob/master/LICENSE)

[![Support me](https://camo.githubusercontent.com/77f29148bd78dc2f56f42dc05f429e32fa7f45a323cf02468938c4032fe73292/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f537570706f72742d4275792532306d6525323061253230636f666665652d79656c6c6f772e7376673f7374796c653d666c61742d737175617265)](https://www.buymeacoffee.com/OBaAofN) [![ko-fi](https://camo.githubusercontent.com/1fedf764fa06114b797ee53e7506df10880abed6766f854202d758df1707969d/68747470733a2f2f7777772e6b6f2d66692e636f6d2f696d672f676974687562627574746f6e5f736d2e737667)](https://ko-fi.com/S6S52P7SN)

This plugin functions to create a serial number that will be accessed using plugin [Client side License](https://github.com/irfaardy/app-license-client)

### 🛠️ Installation with Composer

[](#️-installation-with-composer-)

```
composer require irfa/app-license-server

```

> You can get Composer [ here](https://getcomposer.org/download/)

---

🛠️ Laravel Setup
-----------------

[](#️-laravel-setup-)

### Add to config/app.php

[](#add-to-configappphp)

```
'providers' => [
    ....
   Irfa\AppLicenseServer\AppLicenseServerServiceProvider::class,
     ];

```

### Add to config/app.php

[](#add-to-configappphp-1)

```
'aliases' => [
         ....
  'ALS' => Irfa\AppLicenseServer\Facades\AppLicenseServer::class,

    ],

```

Publish Vendor
--------------

[](#publish-vendor)

```
php artisan vendor:publish --tag=app-license-server

```

Run Migration
-------------

[](#run-migration)

```
php artisan migrate

```

Config File
-----------

[](#config-file)

```
config/irfa/app_license_server.php

```

Inside Config File
------------------

[](#inside-config-file)

```
