deathart/forum-sf4

This package is abandoned and no longer maintained. No replacement package was suggested.

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


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
    • Theme
      •   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?

Issues

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

Screenshots

Home Forum Topic