This is the source code for https://superwebforms.infinityfreeapp.com.
This web application is in continuous development.
Super WebForms depends on the following libraries.
The preferred method is via composer. Follow the installation instructions if you do not already have composer installed. Example of a composer installation command for debian-based distributions:
sudo apt-get update
sudo apt-get install composer
Example of a composer installation command for CentOS/RHEL/Fedora distributions:
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
chmod +x /usr/local/bin/composer
Once composer is installed, execute the following commands in your project root to install these libraries:
composer require patreon/patreon
composer require phpmailer/phpmailer
composer require google/apiclient:"^2.7"
All custom configurations are found in config.php.
First transfer all the code to the site folder. Standard Apache path:
/var/www/html
Edit all custom configurations are found in config.php.
Reload the host service. Apache exemple:
sudo systemctl restart apache2
sudo systemctl reload apache2