Go to file
Charles 5dffbeaa69 fix unrecognized field on password setup 2026-03-03 15:31:12 +01:00
.idea added rate limiter for log in 2025-12-15 14:16:14 +01:00
.phpunit.cache update tests 2026-02-04 15:42:55 +01:00
.platform set entities 2025-04-17 16:00:10 +02:00
assets fix tabulator name field for orgs 2026-03-03 15:05:46 +01:00
bin set entities 2025-04-17 16:00:10 +02:00
config Update login handling to allow default redirection and adjust security settings 2026-02-27 13:53:53 +01:00
docs Implement multi-application redirect handling using redirect_app parameter 2026-02-27 14:01:23 +01:00
frankenphp update caddy file 2026-01-15 20:36:31 +01:00
migrations Ajax call to create + edit organizations 2026-03-03 11:29:34 +01:00
public Delete public/uploads/logos/6893102127c028.11727111.jpg 2025-08-06 12:22:00 +02:00
src fix unrecognized field on password setup 2026-03-03 15:31:12 +01:00
templates Ajax call to create + edit organizations 2026-03-03 11:29:34 +01:00
tests renamed entity 2026-02-16 16:52:12 +01:00
translations added rate limiter for log in 2025-12-15 14:16:14 +01:00
uploads update tests 2026-02-04 15:42:55 +01:00
.dockerignore dockerize portal 2025-12-08 14:35:06 +01:00
.env update EasyCheck URL in environment configuration 2026-02-27 11:31:19 +01:00
.gitignore Drop not null on Org name 2026-01-27 10:23:18 +01:00
.gitlab-ci.yml add deployment and notification stages to CI pipeline 2026-01-19 22:58:05 +01:00
.platform.app.yaml set entities 2025-04-17 16:00:10 +02:00
Dockerfile dockerize portal 2025-12-08 14:35:06 +01:00
HELPER.MD user service test 2025-12-09 15:22:35 +01:00
NOTIFICATION.MD start notification/mailing process 2025-10-29 10:34:05 +01:00
README.MD upgrade readme 2026-02-25 11:06:11 +01: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 upgrade firebase version 2026-02-25 10:30:14 +01:00
importmap.php Added S3 bucket for organizations 2025-10-13 15:12:53 +02:00
phpunit.xml.dist update tests 2026-02-04 15:42:55 +01:00
symfony.lock Drop not null on Org name 2026-01-27 10:23:18 +01:00

README.MD

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

Stack technique

  • Symfony 7.4
  • 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