LaravelPackages.net
Acme Inc.
Toggle sidebar
artemsk/veer

The Veer Layer.

44
2
v1.2.2
About artemsk/veer

artemsk/veer is a Laravel package for the veer layer.. It currently has 2 GitHub stars and 44 downloads on Packagist (latest version v1.2.2). Install it with composer require artemsk/veer. Discover more Laravel packages by artemsk or browse all Laravel packages to compare alternatives.

Last updated

Veer Engine

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.

Star History Chart