Go to file
Charles-Edouard MARGUERITE 8317617288 Merge branch 'docs' into 'develop'
Docs

See merge request easy-solutions/apps/easyportal!25
2026-02-02 15:08:00 +00:00
.idea added rate limiter for log in 2025-12-15 14:16:14 +01:00
.phpunit.cache don't perform user check if SUPER ADMIN 2026-01-26 13:58:38 +01:00
.platform set entities 2025-04-17 16:00:10 +02:00
assets add grid like view to the available apps 2026-02-02 15:51:49 +01:00
bin set entities 2025-04-17 16:00:10 +02:00
config setup mercure 2026-01-28 16:10:28 +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 add grid like view to the available apps 2026-02-02 15:51:49 +01:00
templates add grid like view to the available apps 2026-02-02 15:51:49 +01:00
tests update user checker 2026-01-26 14:03:33 +01:00
translations added rate limiter for log in 2025-12-15 14:16:14 +01:00
.dockerignore dockerize portal 2025-12-08 14:35:06 +01:00
.env add missing .env 2025-12-08 15:33:02 +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 don't perform user check if SUPER ADMIN 2026-01-26 13:58:38 +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