fortune/backend
Composer 安装命令:
composer create-project fortune/backend
包简介
Kickstart a RESTful backend for your Javascript application
关键字:
README 文档
README
Kickstart a RESTful API for your JavaScript application.
Installation
composer (recommended)
composer create-project fortune/backend your-project
direct
git clone https://github.com/jfortunato/fortune-backend
cd fortune-backend
php composer.phar install
Getting Started
A server is required to run your application. Fortunately PHP 5.4+ comes with a
development server that is very easy to get started with. Just navigate into the
public directory using your terminal and start the server from there.
cd public/
php -S localhost:8000
Now just navigate to http://localhost:8000 using your web browser to view the main page.
You can also use a full-fledged server such as Apache or Nginx
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-09-24