Installation CMS

Download CMS Full Form from PHPFast

  1. Visit the official PHPFast page at https://cmsfullform.com/download or the source to download the CMS Full Form source code.

  2. Download the latest version of CMS Full Form (in .zip or .tar.gz format)

  3. Extract the file and check that the files are extracted into the correct directory.


Install CMS Full Form

  • After successfully installing and extracting the files, place the extracted files into your public folder.

  • Create new folder and name themes in the root folder, copy folder default from application/views/default to themes.

  • Change the configuration in application/Config/Config.php:

'theme' => [
        'theme_path' => 'themes',
        'theme_name' => 'default'
    ]
  • Then, navigate to the following URL: http://yourdomain.com/install

Follow these detailed steps to ensure a successful installation:


Step 1: Database Configuration

  1. Enter Database Information:

    • Database Host: Enter the host name (e.g., localhost).

    • Database Name: Enter the name of the database you wish to use.

    • Database Username: Enter the database username.

    • Database Password: Enter the corresponding password.

  2. Test Connection:

    • Click the Test Connection button to verify that the information you entered is correct.

    • If the connection is successful, the button to proceed to the next step will be activated.

    • If the connection fails, recheck your information and try again.

  3. Proceed to the Next Step:

    • Once the connection is successful, click the Next button to continue.


Step 2: Website Configuration

  1. Enter Website Information:

    • Brand Website: Enter the website’s brand name or title.

    • Website URL: Enter the full website URL (e.g., http://yourdomain.com).

    • Site Email: Enter the website email for notifications and contact purposes.

    • Theme: Select your desired theme from the list of available themes (this will determine your website’s appearance).

  2. Save Website Configuration:

    • After filling in all the required fields, click Next to proceed to the next step.


Step 3: Admin Account & Advanced Configuration

  1. Set Up the Admin Account:

    • Admin Username: Enter the username for the admin account.

    • Admin Email: Enter the admin’s email address.

    • Admin Password: Enter a secure password for the admin account.

  2. Mail Configuration:

    • SMTP Host: Enter the SMTP server address (e.g., smtp.yourdomain.com).

    • SMTP Port: Enter the SMTP port number (e.g., 587 or 465).

    • SMTP Username: Enter the SMTP account username.

    • SMTP Password: Enter the SMTP account password.

    • Purpose: These settings allow the system to send notifications, password recovery emails, and other related functions.

    • Test Mail: Click the Test Mail button to verify that the information you entered is correct.

  3. Files Configuration:

    • File Storage Path: Enter the server path where uploaded files will be stored (e.g., /public/uploads).

    • Allowed File Formats: List the allowed file formats (e.g., jpg, png, pdf, docx, etc.).

    • File Size Limit: Specify the maximum allowed file size (e.g., 2MB or 5MB).

    • Purpose: This configuration ensures that file uploads comply with the specified format and size requirements.

  4. Save Admin & Advanced Settings:

    • After entering all the required information, click Next to move to the final step.


Step 4: Roles Configuration

  1. Configure User Roles:

    • Confirm that the default Admin account you created has full access to all CMS Full Form functionalities.

    • If desired, create additional roles for other users with specific permissions.

    • A list of available permissions will be displayed, and you can adjust them as needed.

  2. Complete Installation:

    • After reviewing and confirming all settings and permissions, click Install to complete the installation process.

Last updated

Was this helpful?