定制 codions/laravel-themes-installer 二次开发

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

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

codions/laravel-themes-installer

最新稳定版本:v1.0.1

Composer 安装命令:

composer require codions/laravel-themes-installer

包简介

README 文档

README

Latest Stable Version Total Downloads License

This package facilitates working with theme packages by enabling the installation of standalone theme packages directly into the themes/ directory instead of the vendor/ directory.

For example if your Theme package name is prismalms/admin-theme then the package will be installed into themes/prismalms/admin directory.

You can specify an alternate directory by including a theme-dir in the extra data in your composer.json file:

"extra": {
    "theme-dir": "custom"
}

Installation

  1. Ensure you have the type set to laravel-theme in your theme's composer.json
  2. Require this package: composer require codions/laravel-themes-installer
  3. Require your bespoke theme using Composer

Notes

When working on a theme that is version controlled within an app that is also version controlled, you have to commit and push from inside the Theme directory and then composer update within the app itself to ensure that the latest version of your theme (dependant upon constraint) is specified in your composer.lock file.

Related projects

Credits

License

Laravel Themes Manager is open-sourced software licensed under the MIT license.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-05-16