Skip to content

Releases: WebFiori/framework

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 .

Version 2.3.5 Stable

20 Oct 11:58
Compare
Choose a tag to compare

New Features

  • Added a way to view raw server output when forcing a job to execute through cron web interface.

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

05 Oct 15:58
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a bug in autoloader (#77 )

New Features

  • Added Support for Grouping Routes (#44)

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

02 Oct 23:35
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a small bug in the command update-table

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

30 Sep 15:53
Compare
Choose a tag to compare

Enhancements

  • Support for adding more than one before loaded and after loaded for themes is added.
  • Fixed small bug in the class WebPage

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