0518yu/frame

php is beautiful

Maintainers

Details

github.com/0518yu/frame

Source

Issues

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

1.0.2 2020-12-16 08:38 UTC

This package is auto-updated.

Last update: 2024-04-16 16:22:49 UTC


README

php is beautiful

运行

本地测试可以使用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/packages/0518yu/frame

关联git

git init
git remote add origin xxxxxxxxxx

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