定制 platine-php/starter 二次开发

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

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

platine-php/starter

最新稳定版本:v2.0.0

Composer 安装命令:

composer create-project platine-php/starter

包简介

Platine Starter is a Platine Framework based simple starter project

README 文档

README

Platine Starter is a Platine Framework based simple starter project. Most of the commonly needed features of an application like Authentication, Authorisation, User and Role management, Application Backend, are available here. It is modular, so you may use this project as a base and build your own application.
The Platine Starter comes with several features which are the most common in almost all applications. It is a template project which means it is intended to build in a way that it can be used for other projects. It is a modular application, and some modules are installed by default. It will be helpful to use it as a base for future applications.

Project Status Latest Stable Version Latest Unstable Version Total Downloads License
Tests Quality Score Codacy Badge Codacy Badge

Requirements

  • Any web server (Apache, nginx, lighttp, etc.)
  • PHP >= 8.0

Installation

Follow the steps mentioned below to install and run the project.

  1. Create project
composer create-project platine-php/starter
  1. Create .env file by copying the .env.example. You may use the command to do that
cp .env.example .env
  1. Update the database, application URL and others information in .env file.
# Application
PL_APP_URL=http://localhost/starter/public/

# Database
PL_DB_DRIVER=mysql
PL_DB_NAME=db_platine_starter
PL_DB_HOST=127.0.0.1
PL_DB_PORT=3306
PL_DB_USER=root
PL_DB_PASSWORD=
  1. Run the command to execute migration
php platine migration:init
php platine migration:migrate
  1. Run the command to insert demo data
php platine seed:exec
  1. You may create a virtualhost entry to access the application or run php platine server from the project root and visit http://127.0.0.1:8080.

Demo

Use the following account credentials to access the application backend:

Username: admin
Password: admin

License

MIT License See LICENSE.MD

Resources

统计信息

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

GitHub 信息

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

其他信息

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