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
Minimalistic custom framework created for educational purposes.
3
+
4
+
## NOT READY FOR PRODUCTION
5
+
6
+
----
7
+
## Installation
8
+
9
+
1. Download the archive or clone the project using git
10
+
1. Create `.env` file from `.env.example` file and adjust database parameters
11
+
1. Run `composer install`
12
+
1. Go to the `public` folder
13
+
1. Start php server by running command `php -S 127.0.0.1:8080`
14
+
1. Open in browser http://127.0.0.1:8080
15
+
16
+
17
+
> The project was created along with Youtube Video Series "[Build PHP MVC Framework](https://www.youtube.com/playlist?list=PLLQuc_7jk__Uk_QnJMPndbdKECcTEwTA1)".
0 commit comments