SkillAgentSearch skills...

ForumSF4

Develop forum with the symfony 4

Install / Use

/learn @deathart/ForumSF4
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

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

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated3y ago
Forks0

Languages

HTML

Security Score

75/100

Audited on Jan 28, 2023

No findings