定制 llabs/armando_campaign 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

llabs/armando_campaign

最新稳定版本:v3.0.40

Composer 安装命令:

composer require llabs/armando_campaign

包简介

This Armando Campaign Module Package . Which By Manage Armando Campaign

README 文档

README

Basic Installation

Add the package to your campaign installation:

composer require llabs/armando_campaign

Add the following to the providers array in config/app.php. This provider must be registered as the last service provider on the providers array:

Luminouslabs\Installer\Providers\LuminousLabsServiceProvider::class

Import css path in resources/css/app.css.


@import url('/public/luminouslabs/css/ll_style.css');

Import the class app.php


Luminouslabs\Installer\Providers\LuminousLabsServiceProvider::class

Publish migrations:

php artisan vendor:publish --provider="Luminouslabs\Installer\Providers\LuminousLabsServiceProvider"

Run migrations:

php artisan migrate

Change View File Return You New Theme

The path located at config/view.php. Modify this file to your heart's content. This HTML code add after Account Setting menu.

'paths' => [
    resource_path('views/luminouslabs/installer'),
],

Update You Build File

If project have node module

npm run build

Update You Build File

If you do not have Node modules installed in your project:

npm -i 
npm run build

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-12-11