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.

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/harkalygergo/symfony-platform

This package is auto-updated.

Last update: 2025-12-05 17:54:29 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).