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 cff7e2c4da
some cleanup as-per phpstan
7 years ago
.travis some cleanup as-per phpstan 7 years ago
app some cleanup as-per phpstan 7 years ago
bootstrap Find/replace the LoadConfiguration class #163 7 years ago
config removed/update composer dependencies 7 years ago
modules Add public/uploads to installer permissions check 7 years ago
public Fix link highlight color 7 years ago
resources Added more flight phases from ADREP 7 years ago
storage Add importers in console and admin for flights/aircraft/subfleets and airport #194 7 years ago
tests Some fixes to trends parsing 7 years ago
.gitignore Fix gitignore for config file 7 years ago
.htaccess remove QSA, seems to cause problems 7 years ago
.travis.yml Update dependencies, remove ide_helper generating always 7 years ago
CHANGELOG.md block on/off times in FormRequest check 7 years ago
LICENSE Copyright/license update 7 years ago
Makefile some cleanup as-per phpstan 7 years ago
Procfile Move the model callbacks into Observables; reduce caching since it held balances incorrectly 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 some cleanup as-per phpstan 7 years ago
composer.lock some cleanup as-per phpstan 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.json More styling fixes in admin/flight add/edit form 7 years ago
phpstan.neon some cleanup as-per phpstan 7 years ago
phpunit.xml Refactor all of the unit conversion code 7 years ago
webpack.mix.js More styling fixes in admin/flight add/edit form 7 years ago
yarn.lock More styling fixes in admin/flight add/edit form 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