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
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,13 @@ Minimalistic custom framework created for educational purposes.
7
7
## Installation
8
8
9
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
10
+
2. Create database schema
11
+
3. Create `.env` file from `.env.example` file and adjust database parameters (including schema name)
12
+
4. Run `composer install`
13
+
5. Run migrations by executing `php migrations.php` from the project root directory
14
+
6. Go to the `public` folder
15
+
7. Start php server by running command `php -S 127.0.0.1:8080`
16
+
8. Open in browser http://127.0.0.1:8080
15
17
16
18
17
19
> 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