Skip to content

Commit

Permalink
put explanation on top of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Benja-san committed Jan 26, 2024
1 parent f470602 commit a76869d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Simple MVC

## For Windows Users

:heavy_exclamation_mark: To do BEFORE CLONING REPOSITORY :heavy_exclamation_mark: :

If you develop on Windows, edit your git configuration to change your end of line rules with this command :

`git config --global core.autocrlf true`

Then clone this Repository safely :white_check_mark:

## Description

This repository is a simple PHP MVC structure from scratch.
Expand All @@ -25,16 +35,6 @@ define('APP_DB_PASSWORD', 'your_db_password');
6. Go to `localhost:8000` with your favorite browser.
7. From this starter kit, create your own web application.

### Windows Users

:heavy_exclamation_mark: To do BEFORE CLONING REPOSITORY :heavy_exclamation_mark: :

If you develop on Windows, edit your git configuration to change your end of line rules with this command :

`git config --global core.autocrlf true`

Then clone this Repository safely :white_check_mark:

## Example

An example (a basic list of items) is provided (you can load the _simple-mvc.sql_ file in a test database). The accessible URLs are :
Expand Down

0 comments on commit a76869d

Please sign in to comment.