harkalygergo/symfony-platform
Composer 安装命令:
composer create-project 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.
README 文档
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:
- latest Symfony PHP Framework (https://symfony.com)
- latest Twig template engine (https://twig.symfony.com/)
- latest Bootstrap (https://getbootstrap.com)
- latest chart.js (https://www.chartjs.org/)
Copyright
Symfony Platform made with 💚 in Hungary by Gergő Harkály (https://www.harkalygergo.hu).
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-06-06