📝 Ajoute un mini readme d'installation

This commit is contained in:
cdesmidt 2019-09-30 16:33:54 +02:00
parent a9cd4ed610
commit 8382f503c0

13
README.md Normal file
View File

@ -0,0 +1,13 @@
## Installation
`composer install`
`yarn install`
`cp .env.example .env`
`php artisan key:generate`
éditer le fichier `.env`
`php artisan migrate`