Skip to content

v2.4.7

Latest
Compare
Choose a tag to compare
@usernane usernane released this 31 Jan 08:46
· 1743 commits to master since this release
e5d4691

What's Changed

Full Changelog: v2.4.6...v2.4.7

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.7-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 and run the command php composer install.

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 .