Skip to content
/ veer Public

Veer is CMS and E-commerce engine built upon Laravel5. In development.

Notifications You must be signed in to change notification settings

artemsk/veer

Repository files navigation

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.

About

Veer is CMS and E-commerce engine built upon Laravel5. In development.

Resources

Stars

Watchers

Forks

Packages

No packages published