Go to file
Charles 9dc97c5843 add dynamic notification with mercure 2025-11-17 16:11:35 +01:00
.idea petite refonte graphique 2025-10-21 16:38:19 +02:00
.platform set entities 2025-04-17 16:00:10 +02:00
assets add dynamic notification with mercure 2025-11-17 16:11:35 +01:00
bin set entities 2025-04-17 16:00:10 +02:00
config add dynamic notification with mercure 2025-11-17 16:11:35 +01:00
migrations add dynamic notification with mercure 2025-11-17 16:11:35 +01:00
public Delete public/uploads/logos/6893102127c028.11727111.jpg 2025-08-06 12:22:00 +02:00
src add dynamic notification with mercure 2025-11-17 16:11:35 +01:00
templates add dynamic notification with mercure 2025-11-17 16:11:35 +01:00
tests set entities 2025-04-17 16:00:10 +02:00
translations set entities 2025-04-17 16:00:10 +02:00
.env AWS 2025-08-05 09:13:04 +02:00
.env.dev set entities 2025-04-17 16:00:10 +02:00
.env.test set entities 2025-04-17 16:00:10 +02:00
.gitignore ignore uploads 2025-08-06 12:20:55 +02:00
.platform.app.yaml set entities 2025-04-17 16:00:10 +02:00
HELPER.MD petite refonte graphique 2025-10-21 16:38:19 +02:00
NOTIFICATION.MD start notification/mailing process 2025-10-29 10:34:05 +01:00
README.MD Added tabulator for all user table 2025-10-21 11:48:54 +02:00
compose.override.yaml set entities 2025-04-17 16:00:10 +02:00
compose.yaml set entities 2025-04-17 16:00:10 +02:00
composer.json start notification/mailing process 2025-10-29 10:34:05 +01:00
composer.lock start notification/mailing process 2025-10-29 10:34:05 +01:00
importmap.php Added S3 bucket for organizations 2025-10-13 15:12:53 +02:00
phpunit.xml.dist set entities 2025-04-17 16:00:10 +02:00
symfony.lock AWS 2025-08-05 09:13:04 +02:00

README.MD

Template de base pour les applications de la suite Solutions-easy

Stack technique

  • Symfony 7.2
  • php 8.2 ou supérieur
  • Stimulus
  • Turbo
  • Bootstrap 5.3

Installation

Database

  php bin/console doctrine:database:create
  php bin/console doctrine:schema:update --force

Roles

    php bin/console app:create-role USER
    php bin/console app:create-role ADMIN
    php bin/console app:create-role "SUPER ADMIN"

Choices.js

  php bin/console importmap:require choices.js
  php bin/console importmap:require choices.js/public/assets/styles/choices.min.css