artemsk/veer
最新稳定版本:v1.2.2
Composer 安装命令:
composer create-project artemsk/veer
包简介
The Veer Layer.
关键字:
README 文档
README
Requirements
Veer uses Composer to manage dependencies. Also there are several system requirements:
- PHP >= 5.5.9
- Mcrypt PHP Extension
- Mbstring PHP Extension
- JSON PHP Extension
- MySQL or SQLite (coming soon)
Installation
- Clone git repository or use Composer:
$ git clone https://github.com/artemsk/veer.git ./
or
$ composer create-project artemsk/veer ./
If you don't have Composer install it with $ php -r "readfile('https://getcomposer.org/installer');" | php
- Install all dependencies:
$ composer update
- Copy and rename main configuration file — .env.example to .env. Set database parameters in it (others are optional):
DB_HOST=<localhost or url>
DB_DATABASE=<your database name>
DB_USERNAME=<database username>
DB_PASSWORD=<database password>
-
Set permissions for these folders: storage, vendor.
-
Cache configuration & routes:
$ php artisan config:cache
$ php artisan route:cache
- Set your initial url and migrate database. You will be asked to set administrator login and password.
$ php artisan veer:install <url> --migrate
License
Veer is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 44
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-02-04