Go to file
2018-02-22 09:31:07 -06:00
.travis Add collision for test listeners and remove one old dep 2018-02-12 09:02:05 -06:00
app Cleanup some class names; move acars data into separate seed file 2018-02-22 09:31:07 -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 Change volume units to be in lbs/kg closes #193 2018-02-20 14:07:33 -06:00
modules set country on the airline, in admin and installer #191 2018-02-12 10:51:04 -06:00
public Fix map centering 2018-02-21 15:07:44 -06:00
resources Add flight log to both frontend and admin pirep edit view 2018-02-21 15:24:46 -06:00
storage fix ignore files 2018-01-04 15:08:32 -06:00
tests Return string if not multi-value; add delete_previous flag #194 2018-02-21 21:42:47 -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 Added new phpvms:dev-install command #176 2018-02-09 17:11:55 -06:00
composer.json Fix a few items in composer.json 2018-02-19 21:56:41 -06:00
composer.lock Updated lock file 2018-02-19 20:58:32 -06:00
env.php.example Cleanup the sample env.php file 2018-02-09 16:36:02 -06: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 Cleanup some class names; move acars data into separate seed file 2018-02-22 09:31:07 -06:00
package-lock.json set country on the airline, in admin and installer #191 2018-02-12 10:51:04 -06:00
package.json set country on the airline, in admin and installer #191 2018-02-12 10:51:04 -06:00
phpunit.xml Add collision for test listeners and remove one old dep 2018-02-12 09:02:05 -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 set country on the airline, in admin and installer #191 2018-02-12 10:51:04 -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