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.

Warning: Do not download unless you are contributing to the project or testing out the nightly builds. These are NEVER MEANT to be used in production.

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