Home

Awesome

Pails

Pails is a PHP framework based on Phalcon.

Style CI

Package version

Install & Run

Composer

The fastest way to install Pails is to add it to your project using Composer (http://getcomposer.org/).

  1. Install Composer:

    curl -sS https://getcomposer.org/installer | php
    
  2. Create a pails project using Composer:

    php composer.phar create-project xueron/pails-seed myapp
    

基本目录结构

~/app

~/resources

~/config

~/db

~/log

~/public

~/resources

~/tests

~/tmp

~/composer.json PHP的包管理配置

~/package.json npm的包管理配置

~/webpack.mix.js webpack打包工具的配置

~/pails 命令行工具入口

下面两个是动态生成的:

~/node_modules

~/vendor