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
Core Boxx is a PHP framework built with the concept of simplicity and modularity. Install and load only what you need, not bloated with unused features.
3
+
<br><br>
3
4
4
-
TLDR - "Jumpstart your project with a collection of predefined plug-and-play modules".
5
+
## :ballot_box_with_check: REQUIREMENTS
6
+
1) LAMP/WAMP/MAMP/XAMPP
7
+
2) Apache Mod Rewrite
8
+
3) PHP MYSQL PDO Extension
9
+
4) At least PHP 8.0
10
+
<br><br>
11
+
12
+
## :floppy_disk: INSTALLATION & NOTES
13
+
- Copy the contents of `core/` into your HTTP folder.
14
+
- Access `http://your-site.com/` in the browser and walk through the installer.
15
+
16
+
## :zap: OPTIONAL MODULES
17
+
- The rest of the folders are optional modules.
18
+
- To install the optional modules, check out their respective `README.md` files.
19
+
<br><br>
20
+
21
+
## :star: SUPPORT
22
+
Like this project? Just give it a star. That will indirectly help grow my blog a little bit. :wink:
1) Just copy `core/` into your project folder. Access `http://your-site.com/` in the browser and walk through the installer.
53
-
2) The rest are optional modules... Too lazy and messy to create separate repos for each.
54
-
3) Some modules may require "extra installation steps", do check out the respective documentation - https://code-boxx.com/core-boxx-php-framework/#sec-ref
55
-
<br><br>
56
-
57
-
## :bulb: DOCUMENTATION & FRAMEWORKS
62
+
## :bulb: DOCUMENTATION & CREDITS
58
63
1) Visit [Core Boxx](https://code-boxx.com/core-boxx-php-framework/) for more for the full documentation!
59
64
2) Built on [Bootstrap](https://getbootstrap.com/) and [IcoMoon](https://icomoon.io/).
60
65
3) Using [PHP-JWT library](https://github.com/firebase/php-jwt)
61
66
<br><br>
62
67
63
-
## :star: SUPPORT
64
-
Like this project? Just give it a star. That will indirectly help grow my blog a little bit. :wink:
65
-
<br><br>
66
-
67
68
## :newspaper: LICENSE
68
69
Copyright by Code Boxx
69
70
@@ -83,4 +84,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
83
84
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
84
85
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
85
86
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
0 commit comments