symfony-platform

Symfony Platform is a multisite and multilingual compatibility Business Management System as a Symfony PHP Framework vendor bundle. It's ideal for growing any business. Free and open-source and always will be.

Downloads
12
Stars
0
Committers
1

Symfony Platform

Version: 2024.10.11.6

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 Harkly (https://www.harkalygergo.hu).