Version 2.4.1 Stable
What's Changed
Full Changelog: v2.4.0...v2.4.1
Installation
Using Composer
To install the latest release using composer, use the following command:
php composer.phar create-project --prefer-dist "webfiori/app" <project-folder>
Replace <project-folder>
with the name of the folder that will hold your project.
Using Attached File
Optionally, you can download the file webfiori-v2.4.1-stable.zip
which is part of this release if you don't want to use composer in installation. Once downloaded, extract the content of the file in your project folder.
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 -S localhost:8080 -t public
In your web browser, open http://localhost:8080 .
Wondering what is WebFiori Framework? Check following link for more information: https://webfiori.com/learn/introduction
Learning Resources
If you are new to the framework and would like to learn how to use it, you can check at https://webfiori.com/learn .