承接 n0izestr3am/license-client 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

n0izestr3am/license-client

最新稳定版本:v1.0

Composer 安装命令:

composer require n0izestr3am/license-client

包简介

"License/Serial for web apllication"

README 文档

README

Aplikasi licence dan Payment Reminder untuk Internal Klien GTDS

This package based on app-license-client for Laravel package.

   composer require n0izestr3am/license-client
  php artisan migrate --path=vendor/n0izestr3am/license-client/migrations
  php artisan db:seed --class=gtdsClientsSeeder

Laravel Setup

Add to config/app.php

'providers' => [
    ....
    n0izestr3am\AppLicenseClient\AppLicenseClientServiceProvider::class,
     ];

Add to config/app.php

'aliases' => [
         ....
        'ALC' => n0izestr3am\AppLicenseClient\Facades\AppLicenseClient::class,

    ],

Publish Vendor

  php artisan vendor:publish --tag=app-license-client

Config File

config/n0izestr3am/app-license-client.php

Implementasi Middleware di route

Route::middleware('expired')->get('/example','TestController@index');

Implementasi Notif di Dashboard

 @include('vendor.client.notif')

统计信息

  • 总下载量: 28
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-05-14