承接 tjm/wiki-site 相关项目开发

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

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

tjm/wiki-site

最新稳定版本:v0.1.1

Composer 安装命令:

composer require tjm/wiki-site

包简介

Web-site front-end interface for a folder of markdown files, optionally managed with `tjm/wiki`, using Symfony.

README 文档

README

Web-site front-end interface for a folder of markdown files, optionally managed with tjm/wiki, using Symfony.

Usage

You can use this repo directly by creating a wiki directory and storing your markdown files in there. You would set up web as the web root and rewrite requests through index.php. However, you're more likely to have merge conflicts with upstream with this method.

Better would be to use composer to composer require tjm/wiki-site. Then you can create your own php file with contents much like web/index.php, but passing a config file path as the argument to the Kernel, like:

<?php
namespace TJM\WikiSite;
require_once __DIR__ . '/../vendor/autoload.php';
(new Kernel(__DIR__ . '/../config.yml'))->run();

You would again set up your web server to rewrite requests to go through this file.

This repo is set up as a Symfony bundle, and may be used in an existing Symfony application. See the config directory for settings.

License

SPDX-License-Identifier: 0BSD

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: 0BSD
  • 更新时间: 2023-09-17