2017 © Pedro Peláez
 

project forum-sf4

Develop forum with the symfony 4

image

deathart/forum-sf4

Develop forum with the symfony 4

  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Forum-sf4

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., (*1)

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
        • shell 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
        • shell 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
    • Theme
      • shell yarn install yarn run encore production
    • Go to http://127.0.0.1:8000

Themes and languages

  • Themes : (Provisional).
    • For templates files : Ressources/templates
    • For assets (JS/CSS/IMG/FONTS) : Ressources/assets
  • 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?, (*2)

Issues

For any problems or suggestions created a new issue (By checking that this issue has not already been created), (*3)

Screenshots

Home Forum Topic, (*4)

The Versions