You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,11 +56,11 @@ For developers who are very familiar with the CodeIgniter3 framework can still r
56
56
57
57
## Server Requirements
58
58
59
-
PHP version 7.4 or newer is recommended.
59
+
PHP version 8.0 or newer is recommended.
60
60
61
-
PHP 8.1 was released in November 2021 and so most of it's functionalities were not known to be supported yet, this delayed the development of this project to work perfectly with the latest version 8.1 of PHP and the framework, we advise to stay between versions 7.4 and 8.0 for stable PHP appplication development.
61
+
PHP 8.1 was released in November 2021 and so most of it's functionalities were not known to be supported yet, this delayed the development of this project to work perfectly with the latest version 8.1 of PHP and the framework, ~~we advise to stay between versions 7.4 and 8.0 for stable PHP appplication development.~~
62
62
63
-
If you want to discover bugs and contribute, then you are welcome to use the PHP 8.1 version.
63
+
~~If you want to discover bugs and contribute, then you are welcome to use the PHP 8.1 version.~~
64
64
65
65
Currently it supports 8.1 but no issues have come up yet. We will be looking forward to that as 8.2 is to be released later.
66
66
@@ -70,7 +70,9 @@ Currently it supports 8.1 but no issues have come up yet. We will be looking for
70
70
71
71
#### Why did you decide to create Webby
72
72
---
73
-
Webby was created with PHP beginners in mind. Looking at how other frameworks makes it difficult for beginners to start.
73
+
* Webby was created with PHP beginners in mind, to simplify how web applications can be built without complex concepts and functionalities
74
+
* Looking at how other frameworks makes it difficult for beginners to start, we are making the approach different.
75
+
* Also CodeIgniter was not been updated for sometime and new PHP versions were not working until they updated to the recent version (3.1.13).
74
76
75
77
#### Is it anything different from CodeIgniter 3 or 4?
76
78
---
@@ -93,12 +95,13 @@ There are lots of future plans for Webby
93
95
*[x] Improve and simplify CI3's database migrations
94
96
*[x] Enable module based packages to use composer packages
95
97
*[ ] Enable easy engine folder upgrade (Currently folder will have to be replaced when an update is available)
96
-
*[ ] Write version two (v2) without a major class api change so as to reduce future upgrade headache. Unlike other major PHP Frameworks
97
98
*[ ] Create a compatible HTTP and Routing feature (may be PSR-7 compatible) that enables general integration with other frameworks
98
99
*[ ] Improve and optimize speed
99
100
*[ ] Improve on cli or console feature
100
101
*[ ] Integrate asynchronous features (may be fibers) [as a package]
101
102
*[ ] And many more to add (and many more to learn)
103
+
*[ ] Write version two (v2) without a major class api change so as to reduce future upgrade headache. Unlike other major PHP Frameworks
0 commit comments