定制 makscraft/mv-framework 二次开发

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

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

makscraft/mv-framework

最新稳定版本:3.1.1

Composer 安装命令:

composer create-project makscraft/mv-framework

包简介

MV - content management framework for developing internet sites and applications

README 文档

README

Content management framework with admin panel for developing internet sites and applications.

Installation via composer

composer create-project makscraft/mv-framework project_name
  • If your project is located at the domain root, get into the domain root directory and run the composer command with the . (dot) value instead of project_name.
  • If your project is located not at the domain root, you will need to specify the project subdirectory like /my/project/ during the composer installation.
  • All the other critical settings will be generated automatically by composer.
  • After the intallation process run your http server and check your app.

Manual installation

  • Download archive from the official site.
  • Unzip the contents into your project folder.
  • Fill the database section in the .env file at the root directory (sqlite is set by default, in this case you don't need to fill anything for start).
  • For mysql database initial dump is located at the /userfiles/database directory. Upload it into your database.
  • If your project is located not at the domain root, you need to fill APP_FOLDER setting in .env file and RewriteBase value in .htaccess file with the same value like /my/project/.
  • You may not fill APP_TOKEN value in .env file, because later MV will generate random value for you and ask you to put it into .env file.
  • After the intallation process run your http server and check your app.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-08-23