Package Data | |
---|---|
Maintainer Username: | artemsk |
Package Create Date: | 2014-11-24 |
Package Last Update: | 2016-03-24 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-26 15:04:42 |
Package Statistics | |
---|---|
Total Downloads: | 31 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 4 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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.