Code

Discussion on SmartEnd CMS - Laravel Admin Dashboard with Frontend and Restful API

Discussion on SmartEnd CMS - Laravel Admin Dashboard with Frontend and Restful API

Cart 1,549 sales

smart4ds supports this item

Supported

This author's response time can be up to 1 business day.

1191 comments found.

Hello,

I need assistance with a fresh SmartEnd installation.

I installed the full SmartEnd package on my VPS server which is running:

Ubuntu 22.04 LTS

OpenLiteSpeed (OLS)

PHP via: /usr/local/lsws/lsphp83/bin/php

File transfers via WinSCP

SSH terminal for commands (root access)

The application loads correctly, and .env is configured successfully. APP_KEY is generated, file permissions are correct, and the web server points to /core/public.

The MySQL connection works, I created the database manually:

CREATE DATABASE smartend CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;

However, I am receiving this error when accessing the application:

SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘smartend.cache’ doesn’t exist (Connection: mysql, SQL: delete from `cache`)

This means SmartEnd did not create the required database tables.

Here is what I have confirmed:

The /core directory is fully uploaded (app, vendor, public, bootstrap, routes, etc.)

.env is correctly set (DB credentials are correct)

APP_KEY generated successfully

OpenLiteSpeed pointing to /core/public

Database exists, but tables were never created

No installer screen appeared on first load

My question: What is the correct method to initialize the default SmartEnd database tables?

Should SmartEnd automatically run its installer or database migrations on the first run? Or should I manually execute:

php artisan migrate—seed

If SmartEnd has an installation wizard or an initialization script, how can I trigger it again?

Thank you for your support.

Best regards,

I purchased SmartEnd CMS from CodeCanyon, but the ZIP file I download does not contain the smartend/ directory or any Laravel CMS files. I only receive the HTML frontend demo files.

Could you please provide me with the correct CMS ZIP package, or enable the proper download on my account? https://prnt.sc/0r5ygwTCPnBM

I downloaded the item multiple times from CodeCanyon, but the ZIP file I receive does NOT contain the SmartEnd CMS (Laravel) files.

Inside the ZIP, there is:

NO app/

NO vendor/

NO routes/

NO database/

NO bootstrap/

NO artisan

core/public is empty

Only HTML frontend demo files are included.

This means the ZIP provided to my account is incorrect.

Please provide the correct SmartEnd CMS (Laravel) full installable package, or enable the correct file in my downloads.

Hello sir,
It seems you are experiencing an individual issue. Please contact us via email at support@smartend.app
and include your website information. We will upload and install the project for you.

am2556

am2556 Purchased

I want change my domain.

Hello,
If you want to move the website to another domain or hosting, follow these steps:

1. Move all website files to the new domain.
2. Create the website’s MySQL database and import the existing database backup.
3. Open the /core/.env file and update the APP_URL and database connection details. If you are working on the latest version of Smartend 12, You will need also to change the LOCAL_UPLOADS_PATH to the new one.
4. Finally Clear the website cache by deleting the following files:
/core/bootstrap/cache/config.php
/core/bootstrap/cache/routes-v7.php
After completing these steps, the website should work normally on the new domain.
If you have any questions, please contact us at support@smartend.app.
Regards,
https://mainstreet.associates/admin/login dev.pizzato@gmail.com main2025

data base connection not working properly can save any change in admin panel try with whatsapp any number and try to save it it wont work or any change

Hello, you are welcome.
Please don’t share any information here in comments. You can contact support directly via email: support@smartend.app
With your website information to help you with any issue you are facing.

Hi, My website is hosted on https://www.abetterlogic.com/

All the image in website works fine when I browse, but it returns 404 when crawler hits

For Example : CURL -I “https://www.abetterlogic.com/files/topics/4dd26eb2-7655-48b9-8aa9-37910b7729cf.png?w=200&h=200” returns error 404

But it is visible on the website.

And this is happening with all the image ( except SVG and PDF ) which I upload from backend.

Please help me with this.

quck update : I have resolved the issue it was NGINX error.

Hello,
happy to know you have resolved the issue. If you have any questions please let me know. You can also contact support directly via email:
support@smartend.app

Kim_Bo Purchased

I changed the password in FrontEnd, but can’t remember it. How do I retrieve/reset one? There is no button “I forgot password”. This should be fixed. Also no Register option for clients etc.

Hello,
The “Forgot Password” button appears only when the SMTP mail settings are properly configured, as the system needs to send you a reset email.
Please contact support via email at support@smartend.app To help you resetting the password directly through the database.

Hello, I want to install SmartEnd — everything works fine, but in the admin area, when I try to enter the license code, the site crashes and shows this error: “This site can’t be reached.”

Hello,
To connect successfully to the license server, make sure both cURL and allow_url_fopen are enabled on your server.
If you don’t have permission to enable these settings, please contact your hosting provider and ask them to enable allow_url_fopen for you.

If the issue persists, please reach out to us directly via email at support@smartend.app, including your website and hosting details so we can assist or activate it manually if needed.

Sir, I want to remove the category from the URL of the post but I also want to create the category.

https://prnt.sc/B_s4IX9zncDr

Hello,
This cannot be done directly — it requires custom development to modify the route structure.
If you’d like to inquire about customization, please contact support at support@smartend.app.

Sir, after updating to the new version, all my Hindi-language URLs have changed. And the URL slugs in new posts are not the same as before. This is incorrect.

URL before update – https://emitra.co.in/आवेदन-फॉर्म/ई-मित्र-फॉर्म/नया-राशन-कार्ड-आवेदन-फॉर्म-एपीएल

URL after update- https://emitra.co.in/आवदन-फरम/ई-मतर-फरम-नय-रशन-करड-आवदन-फरम-एपएल

The URL is fine now. I’ve restored a backup of the site, and I’ve provided it to you for your understanding. Please tell me the solution.

I’ll review it and get back to you as soon as possible.

Sir, I am waiting.. Cheers

Hello,
I’ve reviewed the slug you mentioned in action. In the new Smartend 12 update, the system automatically converts slugs to the new UTF character format when you update a topic’s SEO settings (I hadn’t clarified this earlier).
If you prefer to keep the old behavior where slugs remain unchanged, you can modify the helper file as follows:
/core/app/Helpers/Helper.php
Then replace the StringToSlug method with this one.
    static function StringToSlug($string = "")
    {
        if ($string != "") {
            $separator = "-";
            $string = @strtolower($string);
            $string = @str_replace(["/","&","?"], [$separator,"-",""], $string);
            $string = @trim($string);
            $re = "/(\\s|\\" . $separator . ")+/mu";
            return preg_replace($re, $separator, $string);
        }
        return "";
    }
Regards

I’ve tested SmartEnd CMS on two of my websites for over a month, and I can confidently say it’s one of the best CMS solutions I’ve ever used. The system is powerful, stable, and developed by a truly professional team. I was amazed to see how quickly my pages started ranking higher on Google search results.

When I faced an installation issue, the developer personally fixed it and set everything up perfectly. Their support is always fast, kind, and solution-oriented — even making small custom adjustments beyond their usual responsibilities.

If you’re looking for a high-quality, reliable CMS backed by a strong and dedicated team, SmartEnd CMS is the right choice for you. I give it 5 out of 5 stars — and if there were a 100 rating scale, I’d give it 100!

The best part is that you’re not just buying software — you’re gaining a trustworthy support team that truly cares about your success.

SmartEnd CMS yazılımını iki farklı sitemde 1 aydan uzun süre test ettim ve gönül rahatlığıyla onaylıyorum. Yazılım son derece güçlü, stabil ve profesyonel bir ekip tarafından geliştiriliyor. Google arama sonuçlarında sayfalarımın kısa sürede yükseldiğini görmek beni gerçekten şaşırttı.

Kurulum sırasında yaşadığım sorunu geliştirici ekip bizzat çözdü; yazılımı siteme kurup tüm ayarları eksiksiz yaptılar. Teknik destek her zaman hızlı, ilgili ve çözüm odaklıydı. Hatta destek kapsamı dışında kalan ufak düzenlemeleri bile beni kırmadan yaptılar.

Eğer kaliteli, güçlü ve arkasında duran bir ekip tarafından geliştirilen bir CMS arıyorsanız, SmartEnd CMS tam size göre. Ben 5 üzerinden 5 puan veriyorum — hatta puanlama 100 olsaydı, 100 tam puan verirdim!

Bu işin en güzel yanı, sadece bir yazılım satın almıyorsunuz — aynı zamanda arkasında duran, güvenilir bir destek ekibi kazanıyorsunuz.

Thank you for your great review.

Hello, I need suppot urgently, i don’t know why is sending automatic emails. looks like spam creator.

Please contact the support team via email: support@smartend.app.
Make sure to include clear details about your issue along with your website information, so we can review and assist you effectively.

Hello,

I have successfully installed SmartEnd on my hosting and the system is running fine. However, I’m having issues with the language files.

Even though I have created and edited the Turkish translation files under: `/core/resources/lang/tr/` and also set `’locale’ => ‘tr’` in `config/app.php`, many parts of the admin panel (menu names, modules, and buttons) still remain in English or missing.

I also checked the database tables (`languages`, `phrases`, `frontend_texts`) but it seems the Turkish translations are not being loaded by the system.

Could you please confirm: 1. Which exact path the system reads its language files from? 2. How can I make the Turkish language the default and fully applied across the admin panel?

Thank you for your help!

Hello,
You’re welcome.

You must add the new language you need from the dashboard — this means you should create the language first inside the system so that Smartend CMS can automatically generate all the necessary language fields and files for it. Without doing this, the system won’t recognize or display the new language properly.

To do this, follow these steps:

1. Go to Dashboard → System Settings → Local Settings.
2. Click Add New Language https://prnt.sc/JbwZzEb0FQjy
3. Enter the language name, short code, select the flag, and click Add https://prnt.sc/xt1DkL7yUeTt

This process will automatically create all the necessary language fields and files.
After that, you can edit and update the translations for the new language directly from the dashboard or from files as you preferred.

How to build service request forms and and tracking page to track service request

Hello,
You can find a detailed guide on how to create and manage public forms here:
https://smartend.app/docs/modules-forms-management/creating-and-managing-custom-forms
All form submissions will be received directly in the dashboard, and you can also enable email notifications for new submissions.
However, please note that there is currently no tracking feature available for form submissions or related services.

In admin panel if i created new module it will shows folder icon for this link i n the sidebar how to change the icon ??

any suggestions to change it manually

To add it manually, Edit this view file
/Ucore/resources/views/dashboard/layouts/menu.blade.php
After line (276) And this code
if ($GeneralWebmasterSection->id == 13) {
  $LiIcon = '<i class="fas fa-tachometer-alt" />';
}
like: https://prnt.sc/ckOyTEJZ2vQ_
Change the number (13) to the module ID you want.

You can get the icon code from here
https://fontawesome.com/v5/search?ic=free&o=r
Regards

thansk a lot for your help

Sir, your new update is not working even after manually updating.

We request you to make a step-by-step video and show us how to update.

Old Version- Proper Work Website- https://emitra.co.in/

New Version- Menu and Other Link Not Work—https://emitra.co.in/NEW/

Thank you.

Hello,
There’s currently no video guide available for the manual update. Please follow the steps provided, and if you encounter any issues, contact support with your website details for assistance at support@smartend.app.

Steps to Upgrade Your Website to Smartend CMS v12.0.0:

1. Backup your website files – compress and save them in a secure location.

2. Backup your database – export a full copy using phpMyAdmin.

3. Save your environment file – download a copy of /core/.env. You will need its database connection details later.

4. Update your database – import the following SQL update into your database via phpMyAdmin:
https://smartend.app/updates/update12.0.0.sql.zip

5. Clean the root directory – delete all old files except the uploads folder (do not remove it).

6. Upload the new version – copy a fresh set of project files to your server, but do not overwrite your existing uploads folder.

7. Restore database connection settings – copy the DB credentials from your old /core/.env file into the new /core/.env file.
All info that starting with DB_, You can also set the APP_URL to your website domain and copy MAIL_ details if it applicable.

8. Rename the installation marker file – change /core/storage/_installed to installed.

✅ After completing these steps, your website should run smoothly with the new Smartend CMS v12.0.0.
Regards

Thank you sir, I have updated it as per your instructions. Your step-by-step explanation is excellent. ❤️

How to update to 12 version? where are the steps?

Hello,
This update must be installed manually and replace all files except the “uploads” directory , as it includes major changes to the structure and configuration files, and requires additional time to extract and replace all files and packages.
You can find the manual update guide here.
https://smartend.app/update-guide#manual-upgrade-guide
If you need any help, you can contact support directly via email
support@smartend.app

wbarazi

wbarazi Purchased

Hi,

Any update about new release?

Thanks

You’re welcome. We’re preparing to publish it within the next two days.
You can review the full changelog here:
https://smartend.app/release-notes
wbarazi

wbarazi Purchased

Thanks a lot for your efforts and great support.

Dear smart4ds team,

I have bought the Smart CMS web application. I want to know if it has audit history feature inside like checking history of what admin has changed in the system. If this is possible please let me know

Hello,
Smartend CMS does not currently include a feature for saving change history.

Hello, When will the new version be updated? When will the new version be released? I kindly ask you to provide us with some clarification on this matter. Thank you

Sorry for the delay. The release was originally planned for two weeks ago, but due to an emergency this month, the update has been delayed. I’ll do my best to finalize and publish it as soon as possible. Regards,

Hello.. There is an option to select an image from the custom field options. When selecting the Add Image field, it only selects one image. Is it possible to select multiple images instead of one?

Hello.
There is no multiple-image select field available, and this cannot be done through custom fields.
If you want to add multiple images to a topic, you can use the Additional Images tab. This option can also be enabled for any module from System Modules if it’s not already active.

Hello

I have purchased your smartend app

I have removed the subscription from the footer menu but when I do it removes Our Company and Quick Links = from the footer and just leaves the Contact Details

When I add another 3rd Main Title it still don’t show the links but when I add a 4th Main Title all the Titles Show again but the 4th title I added starts on a new line under the Contact Details.

What I want is the option to remove the Contact Details and have 4 Main Titles with the links below each Title.

Can you please me how this can be achieved.

Thank You

Hello, You are welcome.
You can try this version of footer view file:
http://smartend.app/updates/10.0.4/footer.blade.php_v2.zip
In this version it will shows only menu links in footer without contact or newsletter blocks.
You can extract and replace it on this path:
/core/resources/views/frontEnd/layouts/footer.blade.php
by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey