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.
- 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 : (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
PHP version 7.1.3 or newer is required, with the intl & iconv extension's installed. Why 7.1?
For any problems or suggestions created a new issue (By checking that this issue has not already been created)