vanduke/vanilla-x

There is no license information available for the latest version (1.0.0) of this package.

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Type:project

1.0.0 2019-10-18 07:50 UTC

This package is auto-updated.

Last update: 2024-05-18 20:10:15 UTC


README

Installation

It's recommended that you use Composer to install Vanilla.

$ composer create-project vanduke/vanilla-x blog

This will install Vanilla and all required dependencies. Vanilla requires PHP 7.1.3 or newer.

Usage

You may quickly test this using the built-in PHP server:

$ php -S localhost:8000

Tests

To execute the test suite, you'll need phpunit.

$ phpunit

License

The Vanilla Framework is licensed under the MIT license. See License File for more information.