Go to file
Aymeric SERRA 7b85ecfb5b
Ajout de Bootsrap et Wepback Encore
2023-02-06 15:47:14 +01:00
.idea Ajout de Bootsrap et Wepback Encore 2023-02-06 15:47:14 +01:00
assets Ajout de Bootsrap et Wepback Encore 2023-02-06 15:47:14 +01:00
bin Add webapp packages 2023-02-06 14:05:24 +00:00
config Ajout de Bootsrap et Wepback Encore 2023-02-06 15:47:14 +01:00
migrations Add webapp packages 2023-02-06 14:05:24 +00:00
public Add initial set of files 2023-02-06 14:05:07 +00:00
src Ajout controlleur et templates 2023-02-06 14:29:20 +00:00
templates Ajout de Bootsrap et Wepback Encore 2023-02-06 15:47:14 +01:00
tests Add webapp packages 2023-02-06 14:05:24 +00:00
translations Add webapp packages 2023-02-06 14:05:24 +00:00
.env Utilisation de SQLite 2023-02-06 15:25:12 +01:00
.env.test Add webapp packages 2023-02-06 14:05:24 +00:00
.gitignore Ajout de Bootsrap et Wepback Encore 2023-02-06 15:47:14 +01:00
README.md Ajout de Bootsrap et Wepback Encore 2023-02-06 15:47:14 +01:00
composer.json Ajout de Bootsrap et Wepback Encore 2023-02-06 15:47:14 +01:00
composer.lock Ajout de Bootsrap et Wepback Encore 2023-02-06 15:47:14 +01:00
docker-compose.override.yml Add webapp packages 2023-02-06 14:05:24 +00:00
docker-compose.yml Add webapp packages 2023-02-06 14:05:24 +00:00
package-lock.json Ajout de Bootsrap et Wepback Encore 2023-02-06 15:47:14 +01:00
package.json Ajout de Bootsrap et Wepback Encore 2023-02-06 15:47:14 +01:00
phpunit.xml.dist Add webapp packages 2023-02-06 14:05:24 +00:00
symfony.lock Ajout de Bootsrap et Wepback Encore 2023-02-06 15:47:14 +01:00
webpack.config.js Ajout de Bootsrap et Wepback Encore 2023-02-06 15:47:14 +01:00

README.md

CC34

Membres

  • Ayoub ZIANI
  • François ZHU
  • Zakarya BEN JABALLAH
  • Aymeric SERRA

Questions

Question 1

Création du projet

symfony new cc34 --webapp # Création du projet

Création d'un controlleur

symfony console make:controller pages

Bootsrap et Wepback Encore

symfony composer require symfony/webpack-encore-bundle
npm install
npm install bootstrap
npm install bootstrap-icons
# Modifier asset/app.js et config/package/twig.yaml
npm run dev