Skip to content

Nightly Builds

Fariz Luqman edited this page Feb 15, 2017 · 6 revisions

Nightly builds (dev-nightly) are development builds that includes the latest feature of the framework that are solely for testing purposes only. Nightly builds are almost unstable for production uses.

Getting Nightly Builds

Use composer to create a project directly on the dev-nightly branch.

composer create-project stupidlysimple/php:dev-nightly php-nightly

Visit our website for tutorials: stupidlysimple.github.io

Clone this wiki locally