doxa/doxa-cms 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

doxa/doxa-cms

最新稳定版本:v1.0.27

Composer 安装命令:

composer require doxa/doxa-cms

包简介

CMS for laravel

README 文档

README

An admin panel with built-in user authentication and Socket.IO servers.

Overview

Doxa CMS provides a complete admin interface solution with user authentication and real-time communication capabilities through Socket.IO. This package is currently in development and not publicly published.

Installation

1. Clone the Repository

git clone https://github.com/dtchkoidze/doxa-cms.git

2. Install Dependencies

Navigate to the cloned directory and install all required dependencies:

cd doxa-cms
npm run i-all

3. Configure Your Consumer Project

In your consumer project (the one that will use this package), add the following to your composer.json:

"repositories": [
  {
    "type": "path",
    "url": "/absolute/path/to/doxa-cms",
    "options": {
      "symlink": true
    }
  }
]

4. Set Minimum Stability

Since Doxa CMS is still in development, set the minimum stability in your consumer project's composer.json:

"minimum-stability": "dev"

5. Require the Package

From the root of your consumer project, run:

composer require doxa/doxa-cms

6. Environment Configuration

In the Doxa CMS clone:

  • Copy the contents of .env.example to a new file called .env
  • Set the VITE_CONSUMER_PROJECT_PATH to the absolute path of your consumer project root
    • Example: /home/username/sites/site.loc

7. Start the Development Server

npm run dev-all

8. Access the Admin Panel

You're all set! You can now access the admin panel by navigating to yourwebsite.loc/admin in your browser.

Development

You can now start working on or with Doxa CMS.

Current Status

This project is currently under development and not considered stable. It's not published publicly yet.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-05-01