文件名称:tinyme:一个基于Flight和medoo的小型php框架,带有宁静的api服务
文件大小:1.19MB
文件格式:ZIP
更新时间:2024-06-16 15:07:05
api php demo rest flight
小小我 一个基于flight和medoo的小型php框架。 | 安装 就像Laravel安装一样,将public目录设置为vhost.conf服务器根路径,并使用composer来安装或更新软件包等等。 您可以在终端中执行以下操作: //using git git clone https://github.com/ycrao/tinyme.git tinyme //or using composer, but skip ` composer install ` command below composer create-project --prefer-dist ycrao/tinyme tinyme cd tinyme cp .env.example .env vim .env composer install cd app chmod -R 755 storage php -S
【文件预览】:
tinyme-master
----sql()
--------tinyme.sql(9KB)
----bootstrap()
--------init.php(661B)
----.env.example(222B)
----.gitattributes(61B)
----public()
--------robots.txt(24B)
--------favicon.ico(0B)
--------index.php(147B)
--------.htaccess(142B)
--------static()
----README_zh-CN.md(8KB)
----LICENSE(1KB)
----composer.lock(13KB)
----README.md(7KB)
----.editorconfig(135B)
----.gitignore(27B)
----app()
--------views()
--------models()
--------controllers()
--------core()
--------config()
--------routes.php(833B)
--------storage()
----composer.json(641B)