Skip to content

Commit 9ab67dd

Browse files
authored
Update README.md
1 parent ff0ae11 commit 9ab67dd

File tree

1 file changed

+25
-27
lines changed

1 file changed

+25
-27
lines changed

README.md

Lines changed: 25 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,6 @@
22
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.
33
<br><br>
44

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) PHP OpenSSL Extension
10-
5) At least PHP 8.0
11-
<br><br>
12-
13-
## :floppy_disk: INSTALLATION
14-
- Copy the contents of `core/` into your HTTP folder.
15-
- Access `http://your-site.com/` in the browser and walk through the installer.
16-
17-
## :zap: INSTALLING OPTIONAL MODULES
18-
- The rest of the folders are optional modules.
19-
- To install the optional modules, check out their respective `README.md` files.
20-
<br><br>
21-
22-
## :star: SUPPORT
23-
Like this project? Just give it a star. That will indirectly help grow my blog a little bit. :wink:
24-
<br><br>
25-
265
## :camera: SCREENSHOTS
276
<p float="left">
287
<img width="250" src="https://github.com/code-boxx/Core-Boxx-PHP-Framework/blob/main/core/assets/core-boxx-1.png">
@@ -32,17 +11,24 @@ Like this project? Just give it a star. That will indirectly help grow my blog a
3211
<img width="250" src="https://github.com/code-boxx/Core-Boxx-PHP-Framework/blob/main/core/assets/core-boxx-5.png">
3312
<img width="250" src="https://github.com/code-boxx/Core-Boxx-PHP-Framework/blob/main/core/assets/core-boxx-6.png">
3413
</p>
14+
<br>
15+
16+
## :floppy_disk: INSTALLATION
17+
- Copy the contents of `core/` into your HTTP folder.
18+
- Access `http://your-site.com/` in the browser and walk through the installer.
3519
<br><br>
3620

37-
## :white_check_mark: "OUT OF THE BOX" FEATURES
38-
1) Pretty URL and routing.
39-
2) API endpoints with CORS support.
40-
3) Installable Progressive Web App.
41-
4) JSON Web Token sessions.
42-
5) Bootstrap HTML template.
21+
## :ballot_box_with_check: REQUIREMENTS
22+
1) LAMP/WAMP/MAMP/XAMPP
23+
2) Apache Mod Rewrite
24+
3) PHP MYSQL PDO Extension
25+
4) PHP OpenSSL Extension
26+
5) At least PHP 8.0
4327
<br><br>
4428

4529
## :electric_plug: MODULES
30+
The rest of the folders are optional modules. To install the modules, check out their respective `README.md` files.
31+
4632
* `admin` Admin panel.
4733
* `ai chatbot` Run a local AI Chatbot (Python).
4834
* `autocomplete` Autocomplete/suggestion.
@@ -60,6 +46,18 @@ Like this project? Just give it a star. That will indirectly help grow my blog a
6046
* `web push` Send push notifications.
6147
<br><br>
6248

49+
## :white_check_mark: "OUT OF THE BOX" FEATURES
50+
1) Pretty URL and routing.
51+
2) API endpoints with CORS support.
52+
3) Installable Progressive Web App.
53+
4) JSON Web Token sessions.
54+
5) Bootstrap HTML template.
55+
<br><br>
56+
57+
## :star: SUPPORT
58+
Like this project? Just give it a star. That will indirectly help grow my blog a little bit. :wink:
59+
<br><br>
60+
6361
## :bulb: DOCUMENTATION & CREDITS
6462
1) Visit [Core Boxx](https://code-boxx.com/core-boxx-php-framework/) for more for the full documentation!
6563
2) Built on [Bootstrap](https://getbootstrap.com/) and [IcoMoon](https://icomoon.io/).

0 commit comments

Comments
 (0)