Download the PHP package yeszao/fastphp without Composer
On this page you can find all versions of the php package yeszao/fastphp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yeszao/fastphp
More information about yeszao/fastphp
Files in yeszao/fastphp
Download yeszao/fastphp
More information about yeszao/fastphp
Files in yeszao/fastphp
Vendor yeszao
Package fastphp
Short Description Simple and lightweight PHP framework
License MIT
Homepage http://www.awaimai.com
Package fastphp
Short Description Simple and lightweight PHP framework
License MIT
Homepage http://www.awaimai.com
Please rate this library. Is it a good library?
Informations about the package fastphp
FastPHP
简述
fastphp是一款简单的PHP MVC框架,目的是方便学习《手把手编写自己的PHP MVC框架》教程的同学下载源代码,详细介绍请参考网站:http://www.awaimai.com/128.html 。
要求:
- PHP 5.4.0+
目录说明
使用
1.安装
主要介绍通过composer和git两种安装方法,选择其一即可。
方法1:Composer安装(推荐)
其中,--no-dev
表示不安装-dev依赖包(PHPUnit)。
方法2:Github安装:
说明:这两个命令都会创建并将代码安装到
project
目录。
2. 创建数据库
在数据库中创建名为 project 的数据库,并插入两条记录,命令:
3.修改数据库配置文件
打开配置文件 config/config.php ,使之与自己的数据库匹配
4.配置Nginx或Apache
在Apache或Nginx中创建一个站点,把 project 设置为站点根目录(入口文件 index.php 所在的目录)。
然后设置单一入口, Apache服务器配置:
Nginx服务器配置:
5.测试访问
然后访问站点域名:http://localhost/ 就可以了。
All versions of fastphp with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package yeszao/fastphp contains the following files
Loading the files please wait ....