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 b28ace970c
Add interface to additional roles/permissions
5 years ago
.github Add stale check for github issues 5 years ago
.travis Check for calendar extension in installer 5 years ago
app Add interface to additional roles/permissions 5 years ago
bootstrap Code cleanup from inspection results 6 years ago
config Add php-cs-fixer to build 5 years ago
modules Add interface to additional roles/permissions 5 years ago
public Make admin input border darker 6 years ago
resources Add interface to additional roles/permissions 5 years ago
storage Add interface to additional roles/permissions 5 years ago
tests Add interface to additional roles/permissions 5 years ago
.eslintignore Add eslint and styleci files 6 years ago
.eslintrc Add eslint and styleci files 6 years ago
.gitignore Add php-cs-fixer to build 5 years ago
.htaccess Install bug 7 years ago
.php_cs Formatting 5 years ago
.styleci.yml Add eslint and styleci files 6 years ago
.travis.yml ordering 5 years ago
CHANGELOG.md block on/off times in FormRequest check 7 years ago
LICENSE Copyright/license update 7 years ago
Makefile Fix php-cs-fixer for build 5 years ago
Procfile Working docker-compose files for development 5 years ago
README.md Update to Laravel 5.8 5 years ago
artisan laravel base files 7 years ago
composer.json Fix php-cs-fixer for build 5 years ago
composer.lock Fix php-cs-fixer for build 5 years ago
docker-compose.yml Add interface to additional roles/permissions 5 years ago
index.php Working docker-compose files for development 5 years ago
package.json Upgrade for vulnerabilities 5 years ago
phpstan.neon some cleanup as-per phpstan 7 years ago
phpunit.xml Force cache to array 5 years ago
swagger.yml Add swagger docs for search 5 years ago
webpack.mix.js Add assets and banner message for EU cookie laws 6 years ago
yarn.lock Upgrade for vulnerabilities 5 years ago

README.md

phpvms 7

Build Status 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.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

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