Go to file
Charles 20797ada9b add url 2026-02-10 12:03:05 +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 change to dynamic ur 2026-02-10 11:49:04 +01:00
bin set entities 2025-04-17 16:00:10 +02:00
config change to dynamic ur 2026-02-10 11:49:04 +01:00
docs Added doc for client setup 2026-02-02 16:07:21 +01:00
frankenphp update caddy file 2026-01-15 20:36:31 +01:00
migrations Drop not null on Org name 2026-01-27 10:23:18 +01:00
public Delete public/uploads/logos/6893102127c028.11727111.jpg 2025-08-06 12:22:00 +02:00
src change to dynamic ur 2026-02-10 11:49:04 +01:00
templates change to dynamic ur 2026-02-10 11:49:04 +01:00
tests update tests 2026-02-04 15:42:55 +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 add url 2026-02-10 12:03:05 +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 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 resolve conflict 2026-01-27 09:49:19 +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.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