harkalygergo/symfony-platform

Platform is a multisite and multilingual compatibility Management System based on Symfony PHP Framework. It's ideal for managing and growing any organization. Free and open-source and always will be.

This package is auto-updated.

Last update: 2025-07-05 16:59:35 UTC


README

Version: 2024.11.11.1

Symfony Platform is a multisite and multilingual compatibility Management System based on Symfony PHP Framework. It's ideal for managing and growing any organization. Free and open-source and always will be.

How to install?

  • Clone source code from GitHub
  • Copy .env.dist to .env and modify.
  • Run composer install command
  • Create database with php bin/console doctrine:database:create command
  • Migrate database with php bin/console doctrine:migrations:migrate command
  • Update Composer dependencies with composer update command

How to update?

One line command to update:

git status; git pull; php bin/console doctrine:migrations:migrate; composer update; composer dump-autoload -o; php bin/console cache:clear;

Documentation

Developer Book

Based on:

Copyright

Symfony Platform made with 💚 in Hungary by Gergő Harkály (https://www.harkalygergo.hu).