zhangpeng/aliyun-oss

1.5 2019-05-05 11:40 UTC

This package is auto-updated.

Last update: 2024-04-06 11:47:45 UTC


README

项目介绍

基于tp5,关于gd的基本使用示例 包含基本的项目分析名片,和含有小程序码的公司介绍名片

此项目完全开源,也希望各位能参与贡献

安装前必读

  1. 在命令行下php -v可以执行,如果不能执行,请自行百度处理
  2. 会使用composer
  3. 按操作执行后,会在demo模块下生成一个Gd控制器,示例代码在里面

安装教程

  1. composer require zhangpeng/gd * 创建项目成功以后,可以通过php think,查看提示可用操作 demo Gd
  2. php think demo:Gd 执行完成后会提示 app\demo\controller\Gd created successfully.

Documentation

thinkphp官网

特别鸣谢

thinkphp作者,tpl_tp5作者,以及参与贡献的所有人

参与贡献

  1. Fork 本项目
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request