承接 codewithdiki/filament-theme-manager 相关项目开发

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

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

codewithdiki/filament-theme-manager

Composer 安装命令:

composer require codewithdiki/filament-theme-manager

包简介

Plugin for laravel theme manager deploy your theme just by 1 click.

README 文档

README

Geting Started

Things You Should Know Before Installing This Plugin

This plugin is stand above hexadog/laravel-themes-manager and filament/filament so before you install this plugin I recommend you to learn about them first. This plugin is require you to run a proccess in a queue. Use Laravel Horizon or other tools to run queue and also i recommend you to use redis.

READ THIS

If you install this plugin before vite is supported you should create new migrations for themes table, your migration should looks like this

    public function up()
    {
        Schema::table('themes', function (Blueprint $table) {
            $table->string('asset_compiler')->default('mix');
        });
    }

Install Guide

composer require codewithdiki/filament-theme-manager

In your config/app.php place this code in you providers section

'providers' => [

        ...

        /*
         * Package Service Providers...
         */
        Codewithdiki\FilamentThemeManager\FilamentThemeManagerProvider::class,

        ...

    ],

Publish Views And Migration

php artisan vendor:publish --tag=filament-theme-manager-migrations

php artisan vendor:publish --tag=filament-theme-manager-views

Migrate

php artisan migrate

image image image image

统计信息

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

GitHub 信息

  • Stars: 10
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-06-03

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固