承接 kettasoft/scaffolding 相关项目开发

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

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

kettasoft/scaffolding

最新稳定版本:v1.0.0

Composer 安装命令:

composer create-project kettasoft/scaffolding

包简介

Scaffolding is a strong and flexible structure based on HMVC architecture.

README 文档

README

Run Tests

Requirements

  • PHP 7.4 or higher
  • Database (eg: MySQL, PostgreSQL, SQLite)
  • Web Server (eg: Apache, Nginx)

Framework

Scaffolding uses Laravel, the best existing PHP framework, as the foundation framework and Module package for Apps.

Installation

  • Install Composer and Npm
  • Clone the repository: git clone https://github.com/kettasoft/scaffolding.git
  • if you want to change dashboard colors ?
  • before running: npm run dev change INSTALLER_CHOSEN_COLOR, MIX_INSTALLER_CHOSEN_COLOR, DASHBOARD_CHOSEN_COLOR, MIX_DASHBOARD_CHOSEN_COLOR and set your desired color without #
  • Install dependencies: composer install ; npm install ; npm run dev
  • Create new MySQL database for this application
  • Install Scaffolding:

simply visit this url {{app_url}}/installer and follow instructions

  • Or :

If you use valet or linux system just execute the init.sh file to configure your environment automatically.

sh init.sh
  • Or :

If you use Windows system just execute the init.bat file to configure your environment automatically.

init.bat
  • Or :
php artisan install
  • Or :
php artisan install --db-name="scaffolding" --db-username="root" --db-password="" --admin-name="admin" --admin-email="admin@demo.com" --admin-phone="987654321" --admin-password="password"
  • Create sample data (optional):
php artisan sample-data:seed
  • Or if you want a specific number
php artisan sample-data:seed --count="your count here"

📦 Scaffolding dependencies

github-readme-streak-stats github-readme-streak-stats github-readme-streak-stats github-readme-streak-stats github-readme-streak-stats github-readme-streak-stats github-readme-streak-stats github-readme-streak-stats github-readme-streak-stats readme-typing-svg custom-icon-badges unicode-formatter unicode-formatter unicode-formatter unicode-formatter unicode-formatter unicode-formatter unicode-formatter unicode-formatter unicode-formatter unicode-formatter

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-10-03