Top Quality Products

SmartEnd CMS for multipurpose & real estate with Restful API

4.69
Expert ScoreRead review

$30.00

Added to wishlistRemoved from wishlist 0
Add to compare

90 sales

LIVE PREVIEW

SmartEnd CMS for multipurpose & real estate with Restful API

SmartEnd CMS Review

I am thrilled to share my review of SmartEnd CMS, a powerful and feature-rich admin dashboard built with Laravel 6.0, a popular PHP framework. As a developer, I was impressed by the ease of use, flexibility, and scalability of this CMS. In this review, I will cover the key features, installation process, and my overall experience with SmartEnd CMS.

Key Features

SmartEnd CMS boasts an impressive list of features that make it an ideal choice for building any type of website, including multipurpose and real estate websites. Some of the notable features include:

  • Responsive Admin Panel
  • Two languages (English and Arabic) with RTL and LTR support
  • Secure dashboard with login access and reset password functionality
  • Webmaster permission to manage site sections and main features
  • Dynamic website sections, pages, and categories
  • Multi-login features with Facebook, Twitter, Google, LinkedIn, GitHub, and Bitbucket
  • Control over Google Tags and Analytics
  • Ability to clear cache and add custom fields to any section
  • Automatic sitemap generator and SEO settings
  • Multi-categories choosing and related topics tab
  • Ability to activate or deactivate registration feature
  • Text editor for every page and multi-upload module for bulk photo uploads

FrontEnd Features

The frontend features of SmartEnd CMS are equally impressive, with a responsive Bootstrap Flat Design, two languages (English and Arabic), and RTL and LTR support. Some of the notable frontend features include:

  • Dynamic menus and pages
  • Multi-maps and locations with every topic
  • Multi-photos with every topic
  • Enable or disable comments and order forms
  • Ajax forms for contact page, newsletter subscribe, comments, and orders
  • Ability to enable or disable Captcha
  • Multi-places for Ad Banners and home page slide show banners
  • Latest topics on home page and control over social networks links

Installation

The installation process of SmartEnd CMS is straightforward and well-documented. The installation guide provides step-by-step instructions, and the API documentation is also available for developers who want to customize the CMS.

Languages

SmartEnd CMS supports two languages: English and Arabic. The process of adding new languages is also documented, making it easy for developers to translate the CMS into other languages.

Our Guarantee

The developer of SmartEnd CMS provides excellent support with a fast response rate, patches and fixes any bugs or broken content, helps with setup and installation, and answers any questions you may have.

Project Folder Contents

The project folder contents include the _documentation, _demo_data, _Requirements.txt, and smartend folders.

Changelog

The changelog provides a detailed history of updates, fixes, and new features added to SmartEnd CMS.

Conclusion

SmartEnd CMS is an excellent choice for building any type of website, including multipurpose and real estate websites. Its powerful features, ease of use, and scalability make it an ideal solution for developers and non-developers alike. With a score of 4.69, I highly recommend SmartEnd CMS to anyone looking for a reliable and feature-rich CMS.

Rating: 4.69/5

User Reviews

0.0 out of 5
0
0
0
0
0
Write a review

There are no reviews yet.

Be the first to review “SmartEnd CMS for multipurpose & real estate with Restful API”

Your email address will not be published. Required fields are marked *

Introduction to SmartEnd CMS

SmartEnd CMS is a powerful, flexible, and scalable content management system designed for multipurpose and real estate websites. It offers a robust set of features, including a user-friendly interface, customizable templates, and a robust API for integrating with third-party services. In this tutorial, we will guide you through the process of setting up and using SmartEnd CMS for your multipurpose or real estate website.

Prerequisites

Before starting this tutorial, make sure you have the following:

  • A computer with a web browser (Google Chrome, Mozilla Firefox, or Microsoft Edge)
  • A domain name and a web hosting service (optional)
  • Basic knowledge of HTML, CSS, and JavaScript

Setting up SmartEnd CMS

To set up SmartEnd CMS, follow these steps:

  1. Download and Install SmartEnd CMS: Go to the SmartEnd CMS website and download the latest version of the CMS. Extract the zip file to a directory on your computer.
  2. Create a Database: Create a new database for your SmartEnd CMS installation. You can use a database management system like MySQL or PostgreSQL.
  3. Configure the Database: Open the config.php file in the root directory of your SmartEnd CMS installation and update the database connection settings to match your database configuration.
  4. Upload the Files: Upload the files from the SmartEnd CMS directory to your web server or hosting service.
  5. Run the Installation Script: Run the installation script by accessing the install.php file in your web browser. Follow the prompts to complete the installation process.

Using SmartEnd CMS

Once you have set up SmartEnd CMS, you can start using it to manage your website's content. Here are some basic steps to get you started:

  1. Login to the Admin Panel: Go to the admin panel by accessing the admin directory in your web browser. Log in with the default administrator credentials (username: admin, password: password).
  2. Create a New Page: Click on the Pages tab and click on the Add New Page button. Enter the page title, content, and other settings as needed.
  3. Create a New Post: Click on the Posts tab and click on the Add New Post button. Enter the post title, content, and other settings as needed.
  4. Customize the Template: Click on the Templates tab and customize the template to match your website's design.
  5. Use the Restful API: Use the Restful API to integrate SmartEnd CMS with third-party services or to retrieve data for your website.

Restful API Tutorial

SmartEnd CMS provides a Restful API that allows you to interact with the CMS programmatically. Here are some basic steps to get you started with the Restful API:

  1. Get the API Token: Go to the Settings tab and click on the API Tokens button. Generate a new API token and copy the token value.
  2. Make a Request: Use a tool like Postman or cURL to make a request to the SmartEnd CMS API. For example, to retrieve a list of pages, you can make a GET request to http://yourwebsite.com/api/pages.
  3. Use the API Endpoints: SmartEnd CMS provides a range of API endpoints that allow you to perform various actions, such as creating a new page, retrieving a list of posts, or updating a page's content. Here are some examples of API endpoints:
    • GET /api/pages: Retrieve a list of pages
    • GET /api/posts: Retrieve a list of posts
    • POST /api/pages: Create a new page
    • PUT /api/pages/{id}: Update a page's content
    • DELETE /api/pages/{id}: Delete a page

Conclusion

SmartEnd CMS is a powerful and flexible content management system that can be used for multipurpose and real estate websites. In this tutorial, we have covered the basics of setting up and using SmartEnd CMS, as well as using the Restful API to interact with the CMS programmatically. With SmartEnd CMS, you can create a custom website that meets your specific needs and integrates with third-party services.

Here is an example of how to configure SmartEnd CMS for multipurpose & real estate with Restful API:

Database Settings

To configure the database settings, follow these steps:

  • Go to the config.php file and update the DB_HOST, DB_USERNAME, DB_PASSWORD, and DB_NAME variables with your database credentials and name.
  • For example:
    'db' => [
    'host' => 'localhost',
    'username' => 'root',
    'password' => 'password',
    'name' => 'smartend_cms',
    ],

    API Settings

To configure the API settings, follow these steps:

  • Go to the config.php file and update the API_KEY and API_SECRET variables with your API key and secret.
  • For example:
    'api' => [
    'key' => 'your_api_key',
    'secret' => 'your_api_secret',
    ],

    Email Settings

To configure the email settings, follow these steps:

  • Go to the config.php file and update the MAIL_HOST, MAIL_USERNAME, MAIL_PASSWORD, and MAIL_PORT variables with your email server credentials.
  • For example:
    'mail' => [
    'host' => 'smtp.gmail.com',
    'username' => 'your_email_username',
    'password' => 'your_email_password',
    'port' => 587,
    ],

    Real Estate Settings

To configure the real estate settings, follow these steps:

  • Go to the config.php file and update the REAL_ESTATE_API_URL variable with the URL of your real estate API.
  • For example:
    'real_estate' => [
    'api_url' => 'https://api.realestate.com',
    ],

    Other Settings

To configure other settings, follow these steps:

  • Go to the config.php file and update the TIMEZONE variable with your desired timezone.
  • For example:
    'date' => [
    'timezone' => 'America/New_York',
    ],

    Security Settings

To configure security settings, follow these steps:

  • Go to the config.php file and update the SECURITY_KEY variable with a secure key.
  • For example:
    'security' => [
    'key' => 'your_security_key',
    ],

    Note: Replace your_api_key, your_api_secret, your_email_username, your_email_password, and your_security_key with your actual API key, API secret, email username, email password, and security key respectively.

Here are the features of SmartEnd CMS:

Dashboard Features:

  1. Perfect and stylish dashboard with 4 different colors and styles.
  2. Responsive Admin Panel.
  3. Two Languages (English & Arabic).
  4. Two directions LTR and RTL.
  5. Laravel 6.0 powerful Framework.
  6. Secure dashboard with login access and reset password functionality.
  7. Webmaster permission to mange site sections and main features.
  8. Dashboard with quick overview of all the modules.
  9. All general settings you will need for any website.
  10. Dynamic website sections, pages and categories.
  11. Multi Login features with Facebook, Twitter, Google, LinkedIN, Github, Bitbucket.
  12. Control Google Tags & Analytics control in dashboard.
  13. Control activate/Deactivate captcha from dashboard.
  14. Control Email settings control in dashboard.
  15. Ability to clear cache feature.
  16. Ability to add additional custom fields to any section (CRUD).
  17. Automatic sitemap generator (/sitemap.xml or /sitemap/en).
  18. SEO settings and ability to activate friendly URLs.
  19. Multi categories choosing for every topic.
  20. Related topics tab for every topic.
  21. Ability to activate/disable registration feature for the dashboard.
  22. Every section fields and features management.
  23. Adding ability to activate expire date with topics of any section.
  24. Adding ability to activate attaching more files with any topic.
  25. Text editor for every page.
  26. Multi upload module to upload bulk of photos.
  27. Google map module to add multi maps in pages.
  28. SEO module for every page and section to help improve your website.
  29. Icon picker to choose icons for categories and pages.
  30. Additional fields for Arabic language can be activated.
  31. Control activate or deactivate APPs for dashboard.
  32. Search engine to search any where in dashboard.
  33. One place (Menu) to add every thing in your website.
  34. Categories and subcategories management.
  35. Banners and sliders management.
  36. Powerful inbox will ability to connect your webmail.
  37. Multiple reports with graphical illustrations.
  38. Notifications with new emails and events.
  39. Users Permission Control.
  40. Visual Translations.

FrontEnd Features:

  1. All features of SmartEnd script is available.
  2. Demo preview photos not included.
  3. Responsive Bootstrap Flat Design.
  4. Two Languages (English & Arabic).
  5. Two directions RTL and LTR.
  6. Ability to control style settings and colors.
  7. Ability to control logo, fav icon, backgrounds.
  8. Dynamic menus and pages.
  9. All topics type: text pages, photos, videos add audios.
  10. Multi maps and locations with every topic.
  11. Multi Photos with every topics.
  12. Enable/Disable Comments.
  13. Get all topics for every user.
  14. Search Engine in all site sections.
  15. Enable/Disable Order form for every topic.
  16. Topic details format with advanced text editor.
  17. Multi categories with Fontawesome icons.
  18. Ajax forms for contact page, newsletter subscribe, comments and orders.
  19. Ability to enable or disable Captcha.
  20. Multi places for Ad Banners.
  21. Home page slide show banners.
  22. Latest topics on home page.
  23. Control all social networks links.
  24. Share script for: Facebook, Twitter, Google+, LinkedIn and Pintrest.
  25. Visits counter for every page.
  26. Most Viewed for every section.
  27. Two styles for footer.
  28. Enable/Disable newsletter subscription form.
  29. Enable/Disable Pre loader.

Languages:

  1. English.
  2. Arabic.
  3. How to add new Languages?: http://smartfordesign.net/smartend/documentation/fordevelopers.html

Our Guarantee:

  1. Provide excellent support with a fast response rate.
  2. Patch and fix any bugs or broken content.
  3. Help get you setup and installed!
  4. Answer any questions you may have.

Project folder contents:

  1. _documentation
  2. _demo_data
  3. _Requirements.txt
  4. smartend

Changelog:

February 27, 2020:

  • Update: To the latest Laravel version 6.0 (Requires PHP >= 7.2.0).
  • Urgent: Add htaccess file to protect /core files from direct access.
  • Fix: Topics list in front from multi categories.
  • Fix: External links start with (www) in main menu.
  • Fix: Resolve compact errors with php v7.3.
  • Fix: Resolve str_limit errors with php v7.3.
  • Fix: Receive orders in order group in web mail.
  • Fix: Changing contacts status.
  • Update: improve visitors analytics generation.
  • Update: hide user name of topics from front totally.
  • Feature: Control Google maps api key from dashboard.
  • Feature: Enable sending attachment with emails from web mail.
  • Feature: Change topics ordering (ASC/DESC) from front settings.
  • Feature: Order, comment and contact forms auto detect logged user info.

September 02, 2019:

  • Update: reCAPTCHA to latest version.
  • Fix: Installer warning in local machine.
  • Fix: Slider banner title in case no description.
  • Fix: Google maps URL if HTTPS is enabled.

July 20, 2019:

  • Update to latest Laravel version 5.8 (Requires PHP >= 7.1.3).
  • Update files to be a FULL custom version of SmartEnd CMS.

May 18, 2018:

  • Update to latest version of SmartEnd dashboard features.

April 23, 2018:

  • Update to latest version of SmartEnd dashboard features.
  • Change Arabic fonts.

January 18, 2018:

  • Resolve: CSS/JS Paths bug while running on local machine.

December 15, 2017:

  • Release of this script on Codecanyon.
SmartEnd CMS for multipurpose & real estate with Restful API
SmartEnd CMS for multipurpose & real estate with Restful API

$30.00

Shop.Vyeron.com
Logo
Compare items
  • Total (0)
Compare
0