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 12caa3b214
Some more messing with webpack
7 years ago
.travis version file name 7 years ago
app Add AirspaceMap widget; airport overview page 7 years ago
bootstrap Find/replace the LoadConfiguration class #163 7 years ago
config Update dependencies, remove ide_helper generating always 7 years ago
modules asset cleanup 7 years ago
public more asset file cleanup 7 years ago
resources more asset file cleanup 7 years ago
storage Add importers in console and admin for flights/aircraft/subfleets and airport #194 7 years ago
tests Move subfleet add/remove to fleet service for a flight 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 Store full datetime in post_date; recalculate finances on every pirep 7 years ago
LICENSE Copyright/license update 7 years ago
Makefile rename yaml import/export 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 Remove Google libs 7 years ago
composer.lock Remove Google libs 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 more asset file cleanup 7 years ago
package.json more asset file cleanup 7 years ago
phpunit.xml Update dependencies, remove ide_helper generating always 7 years ago
webpack.config.js Some more messing with webpack 7 years ago
webpack.mix.js more asset file cleanup 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