PHPackages                             aldiskatel/license - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. aldiskatel/license

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

aldiskatel/license
==================

a License software published by Neumedira Indonesia

522[2 PRs](https://github.com/aldiskatel/license-laravel/pulls)PHP

Since Apr 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/aldiskatel/license-laravel)[ Packagist](https://packagist.org/packages/aldiskatel/license)[ RSS](/packages/aldiskatel-license/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

DEMO:
---------------------------------------------------

[](#demo-httpswwwyoutubecomwatchvu8fqwh3jthy)

license-laravel (BETA)
======================

[](#license-laravel-beta)

a License software published by Neumedira Indonesia

Register your code to us
------------------------

[](#register-your-code-to-us)

>

Start adding our lib
--------------------

[](#start-adding-our-lib)

> composer require aldiskatel/license

Add This to your .env file
--------------------------

[](#add-this-to-your-env-file)

> APP\_LICENSE={your license key}

put this to your controller
---------------------------

[](#put-this-to-your-controller)

implement `Aldiskatel\License\NeuLicense` in use below namespace

> namespace App\\Http\\Controller;

> `use Aldiskatel\License\NeuLicense;`

Then implement verify method to your controller
-----------------------------------------------

[](#then-implement-verify-method-to-your-controller)

> NeuLicense::verify();

Example
-------

[](#example)

```
