0518yu/frame

PHP 真的很美

维护者

详细信息

github.com/0518yu/frame

源代码

问题

安装: 9

依赖: 0

建议: 0

安全: 0

星星: 0

关注者: 1

分支: 0

开放问题: 0

类型:项目

1.0.2 2020-12-16 08:38 UTC

This package is auto-updated.

Last update: 2024-09-16 17:06:30 UTC


README

PHP 真的很美

运行

本地测试可以使用PHP内置服务

php -S 127001.run:8088 -t public public/index.php

自动创建项目

1.需要github上创建一个开源项目并且发不到composer中
2.安装命令
php composer.phar create-project 0518yu/frame auto_web

使用composer修改发布

git tag 1.0.0
git push origin 1.0.0

自动更新:https://packagist.org.cn/packages/0518yu/frame

关联git

git init
git remote add origin xxxxxxxxxx

git add .
git commit -m '初始化项目'
git push -u origin master