You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Nabeel Shahzad 8c05ad134e
Move images to right directory
7 years ago
.travis Add collision for test listeners and remove one old dep 7 years ago
app Finance overview page added to admin with monthly breakdown #130 7 years ago
bootstrap Add config.php at root; include configuration overhaul and then fixes to the installer #156 7 years ago
config Moved away from the phpmoney library since it requires intl extension 7 years ago
modules Fix the module stubs and sample module for admin closes #201 7 years ago
public Move images to right directory 7 years ago
resources Finance overview page added to admin with monthly breakdown #130 7 years ago
storage fix ignore files 7 years ago
tests Add subfleet specific expenses, fixed bug for pirep fares #130 #136 7 years ago
.gitignore Fix gitignore for config file 7 years ago
.htaccess remove QSA, seems to cause problems 7 years ago
.travis.yml Travis build distros on PHP 7.1 7 years ago
CHANGELOG.md Update changelog 7 years ago
LICENSE Copyright/license update 7 years ago
Makefile Cleanup some class names; move acars data into separate seed file 7 years ago
Procfile updated travis and dependencies 7 years ago
README.md Cleanup composer file and reqs in readme #166 7 years ago
artisan laravel base files 7 years ago
composer.json Moved away from the phpmoney library since it requires intl extension 7 years ago
composer.lock Updated composer reqs 7 years ago
env.php.example Cleanup the sample env.php file 7 years ago
index.php Changes for shared hosting and numerous installer fixes 7 years ago
package-lock.json Update node and package deps 7 years ago
package.json Update node and package deps 7 years ago
phpunit.xml Add collision for test listeners and remove one old dep 7 years ago
webpack.mix.js Move images to right directory 7 years ago

README.md

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