承接 tigo/curriculum 相关项目开发

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

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

tigo/curriculum

Composer 安装命令:

composer require tigo/curriculum

包简介

migrate curriculum tables to database

README 文档

README

Migrate curriculum tables to database

  • MIT license. Feel free to use this project. Leave a star ⭐ or make a fork !
  • Download package: composer require tigo/curriculum

If you found this project useful, consider making a donation to support the developer.

paypal paypal

Modeling

Click here to check out the database modeling

Introduction

Getting started

Starting with composer

  1. Install composer
  2. Download package: composer require tigo/curriculum
  3. PHP >= 7.0; Versions that have been tested: 7.3.23, 8.0.1 e 8.0.3.

Configure database

 directory: src/Base/Interfaces/IConnect.php

The default configuration uses the sqlite database. You can choose to use mysql or sqlite.

 /*const DATABASE = "mysql:"; 
   const HOST = "host=localhost;";
   const DBNAME = "dbname=name";
   const USER = "";
   const PASS = "";*/
   
   const DATABASE = "sqlite:".__DIR__."../../database.db"; 
   const HOST = "";
   const DBNAME = "";
   const USER = null;
   const PASS = null;

Somewhere in your project, you may need to use autoload

include __DIR__ ."/vendor/autoload.php";

Example: Migrating Tables to Database

 use Tigo\Curriculum\Job\Curriculum; // import class
 
 $table = new Curriculum();
 $table->sqlite(); //migrate sqlite tables
 $table->mysql(); //migrate mysql tables
 

Supporting this project

If you are interested in supporting this project, you can help in many ways. Leave a star ⭐ or make a donation of any value.

Sponsor supporting this project

  • []

Contributors

License

MIT license. See the archive License

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-06-23

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固