Go to file
2018-02-09 15:44:36 -06:00
.travis String comparison in deploy 2018-02-03 13:55:55 -06:00
app Change the filtering to operate without being in the service layer #174 2018-02-09 15:42:37 -06:00
bootstrap Add config.php at root; include configuration overhaul and then fixes to the installer #156 2018-01-29 13:16:39 -06:00
config update composer 2018-02-08 19:16:03 -06:00
modules Updates for addon/modules to make it easier to create APIs 2018-02-08 19:11:53 -06:00
public Cleanup the PIREP edit page and add the comments in 2018-01-11 15:07:11 -06:00
resources Updates for addon/modules to make it easier to create APIs 2018-02-08 19:11:53 -06:00
storage fix ignore files 2018-01-04 15:08:32 -06:00
tests Change the filtering to operate without being in the service layer #174 2018-02-09 15:42:37 -06:00
.gitignore Fix gitignore for config file 2018-02-04 12:49:35 -06:00
.htaccess add the exit() to the env file in a better way, add some more htaccess rules to block the env file 2018-01-09 07:09:16 -06:00
.travis.yml Travis build distros on PHP 7.1 2018-02-06 13:13:45 -06:00
artisan laravel base files 2017-06-08 13:28:26 -05:00
CHANGELOG.md update changelog 2018-02-09 15:44:36 -06:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-12-09 08:52:43 -06:00
composer.json Updates for addon/modules to make it easier to create APIs 2018-02-08 19:11:53 -06:00
composer.lock update composer 2018-02-08 19:16:03 -06:00
env.php.example Some more updates to the installer and env file stuff 2018-01-18 21:40:25 -05:00
index.php Changes for shared hosting and numerous installer fixes 2017-12-17 16:58:53 -06:00
LICENSE Initial commit 2017-06-07 18:35:27 -05:00
Makefile Use migrate:fresh instead of refresh 2018-02-07 10:37:54 -06:00
package-lock.json Cleanup the PIREP edit page and add the comments in 2018-01-11 15:07:11 -06:00
package.json Add flag-icon-css library 2018-01-09 18:49:15 -06:00
phpunit.xml db cleanup/try phpunit with in-memory tests 2017-12-06 11:25:41 -06:00
Procfile updated travis and dependencies 2018-01-18 20:22:24 -05:00
README.md Cleanup composer file and reqs in readme #166 2018-02-05 13:26:54 -06:00
webpack.mix.js Add flag-icon-css library 2018-01-09 18:49:15 -06:00

phpvms 7

Build Status Codacy Badge Total Downloads Latest Stable Version Latest Unstable Version License

The next phpvms version built on the laravel framework. work in progress. If you're looking for the old, phpVMS classic, it's available here.

installation

A full distribution, with all of the composer dependencies, is available at this GitHub Releases link.

The latest documentation, with installation instructions is available on the phpVMS documentation page.

Requirements

  • PHP 7.1+, extensions:
    • cURL
    • JSON
    • mbstring
    • openssl
    • pdo
    • tokenizer
  • Database:
    • MySQL 5.5+ (or MySQL variant, including MariaDB and Percona)

View more details on requirements

Installer

  1. Upload to your server
  2. Visit the site, and follow the link to the installer

View installation details