WebFiori Framework v2.0.0 Beta 2
Pre-release
Pre-release
Changelog
- Renamed the library
RESTEasy
toWebFiori HTTP
. - Moved all things which is related to request and response to the library
WebFiori HTTP
. - Added support for middleware (more info at https://webfiori.com/learn/middleware) .
- Moved initialization classes from the folder
ini
to the folder `app/ini'. - Removed all deprecated classes in the folder
entity
. - Fixed detected bugs.
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.2" <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.2.zip
which is part of this release if you don't want to use composer in installation.