BIG UPDATE : BO menu + debug + optims + FRONT OFFICE start with controller +…
BIG UPDATE : BO menu + debug + optims + FRONT OFFICE start with controller + templates + Cotisation in flux + Form types adherer / cotisation / test transfert
Showing
assets/css/global.scss
0 → 100644
assets/js/flash-messages.js
0 → 100644
assets/js/mlc.js
0 → 100644
... | ... | @@ -18,6 +18,7 @@ |
"php-http/guzzle6-adapter": "^2.0", | ||
"php-http/message": "^1.7", | ||
"pixassociates/sortable-behavior-bundle": "^1.5", | ||
"prodigious/sonata-menu-bundle": "^3.0", | ||
"sensio/framework-extra-bundle": "^5.1", | ||
"sonata-project/admin-bundle": "^3.40", | ||
"sonata-project/block-bundle": "^3.12", | ||
... | ... |
config/mlc.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/images/logo.png
0 → 100644
14.8 KB
src/Admin/NewsAdmin.php
0 → 100644
src/Controller/AdherentController.php
0 → 100644
src/Controller/ComptoirController.php
0 → 100644
src/Controller/GroupePrestaController.php
0 → 100644
src/Controller/NewsController.php
0 → 100644
src/Controller/PrestaController.php
0 → 100644
src/Entity/CotisationAdherent.php
0 → 100644
src/Entity/CotisationInfos.php
0 → 100644
src/Entity/CotisationPrestataire.php
0 → 100644
src/Entity/GlobalConfiguration.php
deleted
100644 → 0
src/Form/Type/AdhererFormType.php
0 → 100644
src/Form/Type/CotisationFormType.php
0 → 100644
src/Form/Type/GeolocFormType.php
0 → 100644
src/Migrations/Version20190207172333.php
0 → 100644
src/Migrations/Version20190208141356.php
0 → 100644
src/Migrations/Version20190208174745.php
0 → 100644
src/Migrations/Version20190208234646.php
0 → 100644
src/Migrations/Version20190209181817.php
0 → 100644
src/Migrations/Version20190209182635.php
0 → 100644
src/Migrations/Version20190211150525.php
0 → 100644
src/Migrations/Version20190211150957.php
0 → 100644
src/Migrations/Version20190211151206.php
0 → 100644
src/Migrations/Version20190211162828.php
0 → 100644
src/Migrations/Version20190211163824.php
0 → 100644
src/Migrations/Version20190211164400.php
0 → 100644
src/Migrations/Version20190211172020.php
0 → 100644
src/Migrations/Version20190212114916.php
0 → 100644
src/Migrations/Version20190212115211.php
0 → 100644
src/Repository/.gitignore
deleted
100644 → 0
src/Repository/HoraireRepository.php
deleted
100644 → 0
src/Repository/PrestataireRepository.php
0 → 100644
src/Repository/UserRepository.php
deleted
100644 → 0
src/Twig/MenuExtension.php
0 → 100644
templates/adherent/Adherer.html.twig
0 → 100644
templates/adherent/index.html.twig
0 → 100644
templates/admin/settings.html.twig
deleted
100644 → 0
templates/base.html.twig
deleted
100644 → 0
templates/charte.html.twig
0 → 100644
templates/common/flash-messages.html.twig
0 → 100644
templates/common/footer.html.twig
0 → 100644
templates/common/header.html.twig
0 → 100644
templates/common/layout.html.twig
0 → 100644
This diff is collapsed.
Click to expand it.
templates/common/menu.html.twig
0 → 100644
This diff is collapsed.
Click to expand it.
templates/common/menu_tree_macro.html.twig
0 → 100644
This diff is collapsed.
Click to expand it.
templates/comptoir/carte.html.twig
0 → 100644
This diff is collapsed.
Click to expand it.
templates/comptoir/liste.html.twig
0 → 100644
This diff is collapsed.
Click to expand it.
templates/contact.html.twig
0 → 100644
This diff is collapsed.
Click to expand it.
templates/faq/liste.html.twig
0 → 100644
This diff is collapsed.
Click to expand it.
templates/faq/show.html.twig
0 → 100644
This diff is collapsed.
Click to expand it.
templates/groupepresta/carte.html.twig
0 → 100644
This diff is collapsed.
Click to expand it.
templates/groupepresta/liste.html.twig
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
templates/news/liste.html.twig
0 → 100644
This diff is collapsed.
Click to expand it.
templates/news/show.html.twig
0 → 100644
This diff is collapsed.
Click to expand it.
templates/presta/carte.html.twig
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
templates/presta/rubriques.html.twig
0 → 100644
This diff is collapsed.
Click to expand it.
templates/presta/show.html.twig
0 → 100644
This diff is collapsed.
Click to expand it.
templates/presta/show_rubrique.html.twig
0 → 100644
This diff is collapsed.
Click to expand it.