This is an old revision of the document!


Web

Setting up a new website

  • node modules: issue following commands in root of website:
    • Bootstrap: npm install bootstrap@5.3.2
    • JQuery: npm install jquery
  • Bootstrap customization
    • Create /scss folder and create custom.scss in it
  • composer modules: issue following commands in root of website:
    • simpleMysqli: composer require websitebeaver/simple-mysqli 1
    • phpMailer: composer require phpmailer/phpmailer 2