exciler / phpvms

virtual airline management

Home Page:http://www.phpvms.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phpVMS 7

Build Codacy Badge Latest Stable Version StyleCI License

The next phpvms version built on the laravel framework. work in progress. The latest documentation, with installation instructions is available on the phpVMS documentation page.

Installation

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

Requirements

  • PHP 7.3+, 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

Development Environment

A full development environment can be brought up using Docker:

composer install
npm install
docker-compose build
docker-compose up

Then go to http://localhost. If you're using dnsmasq, the app container is listening on phpvms.test, or you can add to your /etc/hosts file:

127.0.0.1   phpvms.test

Building JS/CSS assets

Yarn is required, run:

make build-assets

This will build all of the assets according to the webpack file.

About

virtual airline management

http://www.phpvms.net

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 49.7%Language:JavaScript 15.7%Language:Blade 13.9%Language:CSS 12.1%Language:SCSS 8.3%Language:Shell 0.1%Language:Makefile 0.1%Language:Dockerfile 0.0%