Skip to content

WebFiori Framework v2.0.0 Beta 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@usernane usernane released this 07 Dec 22:09

Changelog

  • Updated WebFiori HTTP.
  • Updated database abstraction layer.
  • Added full support for Arabic in Email (including sender name, receiver name).
  • Fixed detected bugs.
    • Bug in class CreateCommand
    • Bug in class Router
    • Bug in class ConfigController

Installation:

To install the new release using composer, use the following command:
php composer.phar create-project --prefer-dist "webfiori/framework:v2.0.0-beta.3" <project-folder>

Replace <project-folder> with the name of the folder that will hold your project.

Optionally, you can download the file webfiori-v2.0.0-beta.3.zip which is part of this release if you don't want to use composer in installation.

Running Using PHP's Built-in Server

To run the project, open command line interface and navigate to <project-folder>. While inside the folder, run the following command:
path/to/php.exe -S localhost:8080 -t public
In your web browser, open http://localhost:8080 .