Skip to content

Releases: WebFiori/framework

v3.0.0-RC1

25 Dec 21:14
2312f27
Compare
Choose a tag to compare
v3.0.0-RC1 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0-RC0...v3.0.0-RC1

v3.0.0-RC0

22 Aug 12:05
1e21209
Compare
Choose a tag to compare
v3.0.0-RC0 Pre-release
Pre-release

What's Changed

Full Changelog: v2.4.7...v3.0.0-RC0

v2.4.7

31 Jan 08:46
e5d4691
Compare
Choose a tag to compare

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 .

Version 2.4.6 Stable

17 Jan 19:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.5...v2.4.6

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.6-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 .

What's Changed

Full Changelog: v2.4.5...v2.4.6

Version 2.4.5 Stable

03 Jan 16:34
Compare
Choose a tag to compare

What's Changed

  • Rename Class ViewRoutes to PagesRoutes and APIRoutes to APIsRoutes by @usernane in #109
  • Fix to Bug #110 + Refactoring Tests by @usernane in #111
  • Fix: Router Loads Resource Twice If Class Name is Used by @usernane in #113

Full Changelog: v2.4.4...v2.4.5

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.5-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 .

Version 2.4.4 Stable

12 Dec 20:32
Compare
Choose a tag to compare

What's Changed

  • Enhanced Method File::getExtension() by @usernane in #106
  • Added Support for Before Send Callback on The Class EmailMessage by @usernane in #107
  • Added Ability to Add Extra Attributes to Entity on Table Create by @usernane in #108

Full Changelog: v2.4.3...v2.4.4

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.4-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 .

Version 2.4.3 Stable

07 Dec 21:45
Compare
Choose a tag to compare

Full Changelog: v2.4.2...v2.4.3

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.3-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 .

Version 2.4.2 Stable

05 Dec 20:30
a1244cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.1...v2.4.2

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.2-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 .

Version 2.4.1 Stable

10 Nov 21:49
Compare
Choose a tag to compare

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 .

Version 2.4.0 Stable

03 Nov 19:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.5...v2.4.0

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.0-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 .