This repository has been archived on 2026-03-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blog-slim.old/README.md
julien 69d8c1bc22 doc
2026-02-22 16:13:36 +01:00

19 lines
230 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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
```