No description
  • PHP 75.4%
  • Twig 20.2%
  • JavaScript 3.2%
  • CSS 0.5%
  • Shell 0.4%
  • Other 0.3%
Find a file
Nora bf7815bbd0
All checks were successful
Symfony / symfony-tests (push) Successful in 1m46s
Release / release (push) Successful in 1m45s
Merge pull request 'fix fil ariane' (#48) from fix/search-item into develop
Reviewed-on: #48
2026-07-14 17:34:44 +00:00
.forgejo/workflows removing guard 2026-06-09 19:16:37 +02:00
assets better accessibility 2026-06-19 11:35:38 +02:00
bin init 2026-06-08 16:50:39 +02:00
config ongoing 2026-06-10 18:21:00 +02:00
docker/db init 2026-06-08 16:50:39 +02:00
frankenphp init 2026-06-08 16:50:39 +02:00
migrations add web site url 2026-06-11 11:45:25 +02:00
public feature 1 2026-06-08 18:10:57 +02:00
scripts removing guard 2026-06-09 19:16:37 +02:00
SQL on going 2026-06-10 12:13:40 +02:00
src add other check 2026-07-14 19:32:15 +02:00
templates better accessibility 2026-06-19 11:35:38 +02:00
tests add other check 2026-07-14 19:32:15 +02:00
translations init 2026-06-08 16:50:39 +02:00
.dockerignore init 2026-06-08 16:50:39 +02:00
.editorconfig init 2026-06-08 16:50:39 +02:00
.env on going 2026-06-09 19:37:53 +02:00
.env.test mago test 2026-06-10 10:03:57 +02:00
.gitignore done 2026-06-18 16:24:06 +02:00
Caddyfile init 2026-06-08 16:50:39 +02:00
compose.override.yaml feature 1 2026-06-08 18:10:57 +02:00
compose.yaml on going 2026-06-10 17:27:42 +02:00
composer.json mago format 2026-06-10 18:00:02 +02:00
composer.lock accessibility 2026-06-19 10:50:55 +02:00
dc init 2026-06-08 16:50:39 +02:00
Dockerfile init 2026-06-08 16:50:39 +02:00
importmap.php on going accessibility 2026-06-19 11:01:48 +02:00
mago.toml removing guard 2026-06-09 19:16:37 +02:00
phpstan.dist.neon fix phpstan 2026-06-08 22:10:44 +02:00
phpunit.dist.xml mago test 2026-06-10 10:03:57 +02:00
README.md ongoin 2026-06-10 00:58:05 +02:00
release.sh still cleaning 2026-06-09 16:41:52 +02:00
symfony.lock mago format 2026-06-10 18:00:02 +02:00

PanneauPub

Installation

./dc up -d
./dc exec php composer install
./dc exec php bin/console doctrine:migrations:migrate

Anti-spam & Maintenance

Une commande de purge des avis non confirmés est disponible. Il est recommandé de la planifier toutes les heures.

Purge des avis non confirmés (> 24h)

bin/console app:avis:purge

Planification (Cron)

Ajoutez la ligne suivante à votre crontab pour une exécution toutes les heures :

0 * * * * /path/to/project/bin/console app:avis:purge >> /path/to/project/var/log/purge.log 2>&1

Si vous utilisez Docker, vous pouvez utiliser :

0 * * * * docker exec panneau-pub-php bin/console app:avis:purge