deathart / forum-sf4
Develop forum with the symfony 4
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 0
Open Issues: 16
Language:HTML
Type:project
Requires
- php: ^7.1.3
- ext-iconv: *
- ext-intl: *
- doctrine/doctrine-fixtures-bundle: ^3.0
- php-translation/symfony-bundle: ^0.8
- sensio/framework-extra-bundle: ^5.1
- sensiolabs/security-checker: ^5.0
- symfony/asset: ^4.1
- symfony/console: ^4.1
- symfony/dotenv: ^4.1
- symfony/flex: ^1.0
- symfony/framework-bundle: ^4.1
- symfony/lts: ^4@dev
- symfony/maker-bundle: ^1.5
- symfony/orm-pack: ^1.0
- symfony/profiler-pack: ^1.0
- symfony/translation: ^4.1
- symfony/twig-bundle: ^4.1
- symfony/webpack-encore-pack: ^1.0
- symfony/yaml: ^4.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.11
- symfony/web-server-bundle: ^4.1
Conflicts
- dev-master
- dev-dependabot/npm_and_yarn/sass-loader-8.0.0
- dev-dependabot/npm_and_yarn/babel/preset-env-7.7.4
- dev-dependabot/npm_and_yarn/node-sass-4.13.0
- dev-dependabot/composer/symfony/asset-4.4.1
- dev-dependabot/composer/symfony/translation-4.3.9
- dev-dependabot/composer/symfony/dotenv-4.4.1
- dev-dependabot/composer/symfony/flex-1.5.3
- dev-dependabot/composer/symfony/web-server-bundle-4.4.1
- dev-dependabot/composer/symfony/console-4.4.1
- dev-dependabot/composer/symfony/mime-4.4.1
- dev-dependabot/composer/symfony/http-foundation-4.4.1
- dev-dependabot/composer/symfony/var-exporter-4.4.1
- dev-dependabot/composer/friendsofphp/php-cs-fixer-2.16.1
- dev-dependabot/composer/symfony/maker-bundle-1.14.3
- dev-dependabot/composer/sensiolabs/security-checker-6.0.3
- dev-dependabot/composer/php-translation/symfony-bundle-0.9.1
- dev-develop
This package is not auto-updated.
Last update: 2020-03-20 18:31:18 UTC
README
I created this forum system with the help of Symfony4, thank you for being lenient I'm not a professional developer, this system just helps me to learn more deeply Symfony but also PHP, don't hesitate to help me in this project and tell me what's going and what's not going well.
Installation (An automatic installation will come later on)
- First of all, configure the file .env to the root of the folder.
- Then execute the following commands :
- PHP
- Normal
-
composer install php bin/console doctrine:schema:update --force php bin/console doctrine:fixtures:load composer dump-autoload --optimize --no-dev --classmap-authoritative php bin/console server:run
-
- Docker
-
docker-compose build && docker-compose up -d ./docker/composer install ./docker/console bin/console doctrine:schema:update --force ./docker/console bin/console doctrine:fixtures:load ./docker/composer dump-autoload --optimize --no-dev --classmap-authoritative
-
- Normal
- Theme
-
yarn install yarn run encore production
-
- Go to http://127.0.0.1:8000
- PHP
Themes and languages
- Themes : (Provisional).
- For templates files :
Ressources/templates
- For assets (JS/CSS/IMG/FONTS) :
Ressources/assets
- For templates files :
- Language : To modify or add a new language, go to http://127.0.0.1:8000/admin/_trans
Server Requirements
PHP version 7.1.3 or newer is required, with the intl & iconv extension's installed. Why 7.1?
Issues
For any problems or suggestions created a new issue (By checking that this issue has not already been created)