项目作者: designcise

项目描述 :
HelloWorld Example Project for BitFrame PHP Microframework
高级语言: PHP
项目地址: git://github.com/designcise/bitframe-example-helloworld.git
创建时间: 2018-05-16T06:36:41Z
项目社区:https://github.com/designcise/bitframe-example-helloworld

开源协议:MIT License

下载


BitFrame Hello World Example

This example demonstrates very basic functionality of the BitFrame PHP Microframework to output Hello World! to the browser.

Install

Prerequisites

  • PHP 7.1.0+
  • Webserver with URL Rewriting (such as Apache or nginx)

Install Via Composer

Simply navigate to the hello_world project directory in terminal/command line (to the folder where composer.json resides) and run the following command:

  1. composer install

Make sure you have Composer installed.

Running The Code

Once you’ve installed the required dependency files, point your browser to the hello_world project’s url (for example: http://localhost/hello_world/public_html/) to see a page that outputs Hello World!. Remember though, since we’re not using a Router, all pages would display the same output by default.

License

Please see License File for licensing information.