doc
This commit is contained in:
17
README.md
17
README.md
@@ -1 +1,18 @@
|
|||||||
# blog-slim
|
# blog-slim
|
||||||
|
|
||||||
|
## Utilisation
|
||||||
|
|
||||||
|
Installer les dépendances :
|
||||||
|
```
|
||||||
|
$ composer install
|
||||||
|
```
|
||||||
|
|
||||||
|
Exécuter le script de migration :
|
||||||
|
```
|
||||||
|
$ php migrate.php
|
||||||
|
```
|
||||||
|
|
||||||
|
Lancer le serveur de développement :
|
||||||
|
```
|
||||||
|
$ php -S localhost:8080 -t public
|
||||||
|
```
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
{% extends "layout.twig" %}
|
{% extends "layout.twig" %}
|
||||||
|
|
||||||
{% block title %}
|
{% block title %}
|
||||||
|
|||||||
Reference in New Issue
Block a user