Go to file
Clement Desmidt f97c6a56ec Permet la mise à jour du profil
La mise à jour de l'avatar fonctionne à moitié
Pour #12
2020-03-17 17:33:58 +01:00
app Permet la mise à jour du profil 2020-03-17 17:33:58 +01:00
bootstrap 🎉 Hello world 2019-09-18 16:50:01 +02:00
config Finalise la mise en cache des images 2020-03-12 17:31:51 +01:00
database Permet la mise à jour du profil 2020-03-17 17:33:58 +01:00
public 💄 Modifie l'aspect 2019-10-07 12:56:42 +02:00
resources Permet la mise à jour du profil 2020-03-17 17:33:58 +01:00
routes Permet la mise à jour du profil 2020-03-17 17:33:58 +01:00
storage 🎉 Hello world 2019-09-18 16:50:01 +02:00
tests 🎉 Hello world 2019-09-18 16:50:01 +02:00
.editorconfig 🎉 Hello world 2019-09-18 16:50:01 +02:00
.env.example 🎉 Hello world 2019-09-18 16:50:01 +02:00
.gitattributes 🎉 Hello world 2019-09-18 16:50:01 +02:00
.gitignore 🙈 Ajoute un dossier généré par tabler-ui 2020-03-05 17:41:06 +01:00
.styleci.yml 🎉 Hello world 2019-09-18 16:50:01 +02:00
README.md 📝 Ajoute une instruction à l'installation 2020-03-05 17:43:15 +01:00
artisan 🎉 Hello world 2019-09-18 16:50:01 +02:00
composer.json Permet la mise à jour du profil 2020-03-17 17:33:58 +01:00
composer.lock Permet la mise à jour du profil 2020-03-17 17:33:58 +01:00
package.json 🍱 Met à jour le js pour l'encryption de bout en bout 2019-10-08 17:10:11 +02:00
phpunit.xml 🎉 Hello world 2019-09-18 16:50:01 +02:00
server.php 🎉 Hello world 2019-09-18 16:50:01 +02:00
webpack.mix.js 🎉 Hello world 2019-09-18 16:50:01 +02:00

README.md

Installation

composer install

yarn install

cp .env.example .env

php artisan key:generate

éditer le fichier .env

php artisan migrate

php artisan db:seed --class=TagsTableSeeder