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 uses Composer to manage dependencies. Also there are several system requirements:
$ 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
$ composer update
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
$ php artisan veer:install <url> --migrate
Veer is open-sourced software licensed under the MIT license.