artemsk/veer

The Veer Layer.

Maintainers

Details

github.com/artemsk/veer

Source

Issues

Installs: 30

Dependents: 2

Suggesters: 0

Security: 0

Stars: 2

Watchers: 4

Forks: 0

Open Issues: 0

Type:project

v1.2.2 2016-03-24 22:35 UTC

This package is not auto-updated.

Last update: 2024-04-13 14:29:15 UTC


README

GitHub release Packagist Tea

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.