Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
angelokezimana committed Jan 15, 2021
1 parent d49d112 commit f42e5e1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,14 @@
>
> <a href="http://www.youtube.com/watch?feature=player_embedded&v=6ERdu4k62wI
" target="_blank"><img src="http://img.youtube.com/vi/6ERdu4k62wI/0.jpg" alt="Use PHP to Create an MVC Framework - Full Course" width="240" height="180" border="10" /></a>
## Installation

1. First of all, clone this project `git clone https://github.com/angelokezimana/elephpant-project.git`;
2. Navigate to the root project folder `cd elephpant-project`;
3. Install the dependencies of this project via composer `composer install`;
4. Copy the `.env.example` file and rename it to `.env` or just use `cp .env.example .env`;
5. Change the credentials of your database in the `.env` file;
6. Run migrations `php migrations.php`.

Run php built-in web server `php -S 127.0.0.1:8000 -t public`.

0 comments on commit f42e5e1

Please sign in to comment.