Skip to content

Commit 35b618a

Browse files
committed
Merge remote-tracking branch 'origin/master' into master
2 parents 150ddf6 + 2571aa7 commit 35b618a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# PHP MVC framework
2+
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)".
18+
> I appreaciate if you share it.

0 commit comments

Comments
 (0)