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,546 sales

smart4ds supports this item

Supported

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

1188 comments found.

kirimuttu

kirimuttu Purchased

How can import and insert my old database from Nexelit CMS script Have failed

Smartend CMS supports importing topics or records from Excel files only.

If your data is stored in an Excel file, follow these steps:
- Click the import button and select your `.xls` or `.xlsx` file.
https://prnt.sc/37yxvvv3MvHb

- In the second step, map each field in the module to the corresponding column in your Excel file.
https://prnt.sc/6CnTratfV9Rk

- After assigning all fields, click Continueto begin importing your data.

Product shows googlemap in the demo and product description but I am unable to find the same to add google map on contact us page. can you help me on that

The slider images are designed by default to function as responsive backgrounds, with the text displayed as a separate layer from the banner content.

In your case, the text is embedded within the images themselves. Because of this, I recommend setting fixed dimensions so the entire image is displayed properly.

To do this, add the following CSS code to your website via: Website Settings => Custom Code
https://prnt.sc/mfDjF2uiECEp
/* For Big Screens */
#hero, #hero .carousel-item {
  height: 600px;
}
#hero .carousel-item{
  background-size: 100% 100% !important;
  height:600px;
}

/* For Medium Screens */
@media (max-width: 1024px) {
    #hero, #hero .carousel-item {
        height: 400px;
    }
    #hero .carousel-item {
        height: 400px;
    }
}

/* For Phone Screens */
@media (max-width: 767px) {
    #hero, #hero .carousel-item {
        height: 300px;
    }
    #hero .carousel-item {
        height: 300px;
    }
}

Thanks , your support is beound my expectation. Its so quick and proper support. Thanks

I am unable to use “Attach Google Maps” from Additional Tab. When I try to add it and enter location Latitude 23.0134659 and Longitude 74.5822995 in the given format it gives error 500 Server error , when I check via debug mod it gives error in the page as shown in the attached screenshot : https://drive.google.com/file/d/1tMFrB0aTRU63NIIJyw_GNGJTTqerEnsc/view?usp=sharing

Please help

Thank you for reporting the issue.
You can extract and replace this file to resolve it
https://smartend.app/updates/12.0.0/maps.blade.php.zip On this path:
/core/resources/views/dashboard/topics/tabs/maps.blade.php

Good afternoon, I wanted to ask a question and get a detailed answer regarding the extended license. When purchasing an extended license, can I install it on my domain and then install it on my clients’ domains?

Hello, and welcome and thank you for your 5-star review.
Yes, that’s correct. If you have purchased an extended license, you can use and activate Smartend CMS on unlimited domains, whether for your own websites or your clients’ websites.

The only restriction is that you are not allowed to resell or redistribute the script online.
Regards

Sir, when I create a modal or category and type “up” in its friendly URL, it gives the following error.

URL… https://live.smartend.app/up

Application up HTTP request received. Response rendered in 28ms.

You can see for yourself.

Fix it as soon as possible.

Hello,
You can’t use /up for your custom routes because it is a reserved route that displays the status of the Laravel application/website.
If you want to use this path, you must first remove or change it in:
bootstrap/app.php
https://prnt.sc/4e7TMy3vuLOT

What exact file type should we import to blog, tried to import blog xls file to blog section but they don’t get added

Hello, You’re welcome.
You can use the Import Tool to upload content directly into your site sections.
Regarding the blog: it may not work exactly as you expect. However, if you already have your blog post details in an Excel file or exported from another system, you can import them. During the second step of the import process, you’ll be able to map the appropriate columns (such as Title, Content, etc.).
Once completed, the imported content will be listed in the selected section.

How to make it so that when you log in as a guest user, you are taken directly to the front page

Hello, You can add a custom condition to redirect the user depending on his permission group ID to the front page like if the group ID is equal to 3 and other admin users will still be on the admin dashboard normally.
        if(Auth::user()->permissions_id == 3){
            return redirect()->to("/");
        }
You can add this condition on the top of index method on
/app/Http/Controllers/Dashboard/DashboardController.php
like https://prnt.sc/baLlIsixclxG
Hope this helps. Regards
https://live.smartend.app/admin/banners > create video banner but can not show in frontend?

Hello,

You can follow these steps to set a video as the home banner:
1. Remove all existing home banners. (When using a video, only one banner is allowed — sliders are not supported.)
2. Go to Banner Settings and change the Home Banner type to Video: https://prnt.sc/OZHOBF-hmdlI
3. Return to Banners, add a new banner, select the Video type, and upload the video file or add the video link.

Once completed, the video will be displayed on the website like this:
https://prnt.sc/F4gRNDtUWwwb

Hello,

I have purchased this software a total of 5 times so far, and each time I experienced the same quality, professionalism, and seamless user experience. Most recently, we made another purchase for our new project.

The strong technical infrastructure of your software, its user-friendly interface, and its continuously updated structure enable us to implement our projects with confidence. Its stable performance and quick response to needs significantly facilitate our business processes. Additionally, the interest and solution-oriented approach of your after-sales support team has further increased our satisfaction.

I would like to thank your entire team for their efforts and wish you continued success.

906a3b1f-1bfe-4821-bb96-58abd2bfb021 purchase code not working site shows:Unlicensed version !

Hello,
Please edit your comment and remove the purchase code from your comment, this is critical.

This error usually occurs when your website is unable to connect to the license verification server.
Please make sure of the following on your hosting server:
- cURL is enabled
- allow_url_fopen is enabled

If these functions are disabled, Smartend CMS will not be able to verify the purchase code automatically.

If the issue persists after confirming the above, please contact us directlly via email support@smartend.app and include:
- Your website URL
- Your purchase code
- CPanel or hosting login details
So we can then log and activate the license manually if needed in your website.

Thank you for your cooperation, and I look forward to resolving this for you.

Hello, I previously asked a question about this posting and im still following it. Something came to mind and i wanted to ask again.

Does this script have an auto-blog author feature? If not, can it be integrated? The feature should work briefly as follows: There will be a feature in the blog section of the website admin dashboard that can be activated/deactivated. When active, it will work with the OpenAI or Gemini AI API and will write articles using the AI ​​API at time intervals previously specified by the admin, based on the topic titles imported by the admin, and publish them on the website like every 3hour or 6 hour or 12 hour.

Thank you, Have a good day.

Hello,
Thanks for reaching out! The short answer is no, this feature isn’t available at the moment, and we don’t have plans to add it soon.

That said, we do have a similar idea on our roadmap: integrating AI-powered content creation. Right now, the cost of using AI models API is still quite high for many of our customers, this may be changed on the near future.
Regards

Can I add some simple calculations. In My Forms. And if yes how can I. Or we wait the next update

Hello, At the moment, Forms does not support adding calculations.

Can we hv hope in the coming updates?

I can’t promise now, but I will add your suggestion. Thank you.

The JSON file was uploaded successfully. The file is automatically deleted after uploading. This error occurs after enabling debug mode and then creating or updating any post or category.

  1. Exception – Internal Server Error Google service account (.json) file not founded

PHP 8.4.7 Laravel 12.30.1 emitra.co.in

  1. Stack Trace

0 – app/Helpers/GoogleIndexing.php:40 1 – app/Helpers/GoogleIndexing.php:17 2 – app/Http/Controllers/Dashboard/CategoriesController.php:289 3 – vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54 4 – vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43 5 – vendor/laravel/framework/src/Illuminate/Routing/Route.php:265 6 – vendor/laravel/framework/src/Illuminate/Routing/Route.php:211 7 – vendor/laravel/framework/src/Illuminate/Routing/Router.php:822 8 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180 9 – app/Http/Middleware/LanguageSwitcher.php:22 10 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 11 – vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:50 12 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 13 – vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php:63 14 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 15 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:87 16 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 17 – vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:48 18 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 19 – vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:120 20 – vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:63 21 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 22 – vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:36 23 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 24 – vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:74 25 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 26 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:137 27 – vendor/laravel/framework/src/Illuminate/Routing/Router.php:821 28 – vendor/laravel/framework/src/Illuminate/Routing/Router.php:800 29 – vendor/laravel/framework/src/Illuminate/Routing/Router.php:764 30 – vendor/laravel/framework/src/Illuminate/Routing/Router.php:753 31 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:200 32 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180 33 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21 34 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php:31 35 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 36 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21 37 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php:51 38 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 39 – vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php:27 40 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 41 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php:109 42 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 43 – vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php:48 44 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 45 – vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php:58 46 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 47 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php:22 48 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 49 – vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php:26 50 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 51 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:137 52 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:175 53 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:144 54 – vendor/laravel/framework/src/Illuminate/Foundation/Application.php:1220 55 – /home/u994695665/domains/emitra.co.in/public_html/index.php:20

  1. Request

POST /sso/18/categories/43/update

  1. Headers
  • accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.7
  • accept-encoding: br
  • accept-language: en-US,en;q=0.9,hi;q=0.8
  • content-type: multipart/form-data; boundary=--WebKitFormBoundaryeppB3rlNJ0sPRsVK
  • content-length: 1123
  • cookie: user_documents_page_order=eyJpdiI6IllxSW5WcTFuSStOcGZIRVUwcU9HWFE9PSIsInZhbHVlIjoiYVdsNzRiZy8rTkQxWDY2MUJqMEdoVExQeUtMQVNLcVlITTRQcUUyWDQ1NWcycjg5YjA5c29aZHRKNTQ3QVV6eCIsIm1hYyI6IjM4Yjg2NmQ4YjUxMTZkYzU5N2FlNGRkN2Y5MWNkNWEyMjFhYTZlYTdhYzQ2MGI5ODMzOTRmOTY0OGUwNjNlNzgiLCJ0YWciOiIifQ%3D%3D; XSRF-TOKEN=eyJpdiI6InVjTWtmRmVNRm5rbEhJWW1ZWXlNSHc9PSIsInZhbHVlIjoiak4wYjUzS1NWVGJVMTBWcTR5eWlmM1Ntd2Y4OERSbVVlSFFiYlhSbHlNdTcyS2g0MGRVSmFiNXd4UDJwbkllU1JTTkdTL0RZVGorcm9BbkN5R0Npa04xWDByYlRLMlJzS0k5a1hZVzBnTHZxbzYyY2xnRXkxQ2JGSHJLQTlyaGciLCJtYWMiOiJkY2E1MmY0NWYwYzZiMzViMTdhN2I0NTUzYjczNTExOTUwZWJjZjg3YjI5NGUyZWUzMDkzY2RjYmEyY2Q3MWExIiwidGFnIjoiIn0%3D; emitracoin_session=eyJpdiI6ImdCazVYSlY1S0xSUGkvVmkzL1dCemc9PSIsInZhbHVlIjoiaExILzJ2aU9PbWpJb0×4Q0tDV09jNXc1WXBrTjN1bWg0dTVaMHFEL2pZRUNZdFBRWGJvWUtIRjI1VmV6ekRHbVBBYnAxQm1YMXVxRmh3ekd2R2Q1dTZpRWZqbnY5TG45cHhibkpGUXdkMEZhUVltNkRBdGhXVnVoTTkySjFOaVciLCJtYWMiOiIyNWYwODNmM2NhZjE5NzNmYTgzNTc0NTdlODdjOWFmZTVjODc2MGEwM2MzMDZkZjgzOWJiNmVjZDZiMDc5ODJlIiwidGFnIjoiIn0%3D
  • host: emitra.co.in
  • referer: https://emitra.co.in/sso/18/categories/43/edit
  • user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
  • cache-control: max-age=0
  • x-forwarded-for: 2409:40d4:3048:62ec:3c87:3db8:92e7:5c36
  • x-forwarded-proto: https
  • x-real-ip: 2409:40d4:3048:62ec:3c87:3db8:92e7:5c36
  • x-real-port: 4947
  • x-forwarded-port: 443
  • x-port: 443
  • x-lscache: 1
  • sec-ch-ua: “Google Chrome”;v=”143”, “Chromium”;v=”143”, “Not A(Brand”;v=”24”
  • sec-ch-ua-mobile: ?0
  • sec-ch-ua-platform: “Windows”
  • origin: https://emitra.co.in
  • upgrade-insecure-requests: 1
  • sec-fetch-site: same-origin
  • sec-fetch-mode: navigate
  • sec-fetch-user: ?1
  • sec-fetch-dest: document
  • priority: u=0, i
  1. Route Context

controller: App\Http\Controllers\Dashboard\CategoriesController@update route name: categoriesUpdate middleware: web, auth, LanguageSwitcher

  1. Route Parameters

{ “webmasterId”: “18”, “id”: “43” }

  1. Database Queries
  • mysql – select * from `smartend_users` where `id` = 1 limit 1 (0.93 ms)
  • mysql – select * from `smartend_webmaster_sections` where `smartend_webmaster_sections`.`id` = ‘18’ limit 1 (0.26 ms)
  • mysql – select * from `smartend_sections` where `smartend_sections`.`id` = ‘43’ limit 1 (0.19 ms)
  • mysql – select * from `smartend_webmaster_sections` where `smartend_webmaster_sections`.`id` = 18 limit 1 (0.2 ms)
  • mysql – select * from `smartend_sections` where `smartend_sections`.`id` = ‘0’ limit 1 (0.16 ms)
Hello,
Please contact our support team directly at,
support@smartend.app ,
and include your website URL along with your admin details so we can review your website settings and investigate the issue.

In version 12 the loading speed for frontend is very bad, it take time to load is there and tricks to speed it more except cache ?

Hello again,
I’ve made some adjustments to the cache logic to improve the loading speed on Smartend CMS 12.0.0.
You can test it by extracting and overwriting the Helper file from the link below:
http://smartend.app/updates/12.0.0/Helper.php.zip On this path:
/core/app/Helpers/Helper.php
I would really appreciate it if you could share your feedback after testing the website with this change applied.
Regards

no changes it still slow loading pages

Please contact us directly via email: support@smartend.app with your website URL to check. Regards

Sir, when I create a new category, the following error is showing.

https://emitra.co.in/sso/30/categories/create . . .

URL and Error after clicking the Add button-

https://emitra.co.in/sso/16/categories/store

error- 500 Server Error

  1. Illuminate\Database\QueryException – Internal Server Error SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘details_en’ in ‘INSERT INTO’ (Connection: mysql, SQL: insert into `smartend_sections` (`row_no`, `title_en`, `details_en`, `seo_title_en`, `seo_url_slug_en`, `title_hi`, `details_hi`, `seo_title_hi`, `seo_url_slug_hi`, `icon`, `webmaster_id`, `father_id`, `popup_id`, `visits`, `status`, `created_by`, `updated_at`, `created_at`) values (5, aaaa, , aaaa, aaaa, aaaa, , aaaa, aaaa, ?, 10, 0, ?, 0, 1, 1, 2025-12-08 09:56:00, 2025-12-08 09:56:00))

PHP 8.4.7 Laravel 12.30.1 emitra.co.in

  1. Stack Trace

0 – vendor/laravel/framework/src/Illuminate/Database/Connection.php:824 1 – vendor/laravel/framework/src/Illuminate/Database/Connection.php:778 2 – vendor/laravel/framework/src/Illuminate/Database/MySqlConnection.php:42 3 – vendor/laravel/framework/src/Illuminate/Database/Query/Processors/MySqlProcessor.php:35 4 – vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php:3853 5 – vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php:2235 6 – vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php:1436 7 – vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php:1401 8 – vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php:1240 9 – app/Http/Controllers/Dashboard/CategoriesController.php:129 10 – vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54 11 – vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43 12 – vendor/laravel/framework/src/Illuminate/Routing/Route.php:265 13 – vendor/laravel/framework/src/Illuminate/Routing/Route.php:211 14 – vendor/laravel/framework/src/Illuminate/Routing/Router.php:822 15 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180 16 – app/Http/Middleware/LanguageSwitcher.php:22 17 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 18 – vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:50 19 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 20 – vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php:63 21 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 22 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:87 23 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 24 – vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:48 25 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 26 – vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:120 27 – vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:63 28 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 29 – vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:36 30 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 31 – vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:74 32 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 33 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:137 34 – vendor/laravel/framework/src/Illuminate/Routing/Router.php:821 35 – vendor/laravel/framework/src/Illuminate/Routing/Router.php:800 36 – vendor/laravel/framework/src/Illuminate/Routing/Router.php:764 37 – vendor/laravel/framework/src/Illuminate/Routing/Router.php:753 38 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:200 39 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180 40 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21 41 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php:31 42 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 43 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21 44 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php:51 45 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 46 – vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php:27 47 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 48 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php:109 49 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 50 – vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php:48 51 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 52 – vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php:58 53 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 54 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/InvokeDeferredCallbacks.php:22 55 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 56 – vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePathEncoding.php:26 57 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:219 58 – vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:137 59 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:175 60 – vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:144 61 – vendor/laravel/framework/src/Illuminate/Foundation/Application.php:1220 62 – /home/u994695665/domains/emitra.co.in/public_html/index.php:20

  1. Request

POST /sso/10/categories/store

  1. Headers
  • accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/*;q=0.8,application/signed-exchange;v=b3;q=0.7
  • accept-encoding: br
  • accept-language: en-US,en;q=0.9,hi;q=0.8
  • content-type: multipart/form-data; boundary=--WebKitFormBoundaryGjBfho3AYXocBBTF
  • content-length: 906
  • cookie: page-popup-1-last-view-date=eyJpdiI6InZzUG5TOWY0c01aRUdRRm8rMGU4SXc9PSIsInZhbHVlIjoiYVhEdFZRRHVid0RJN3F3UkxyWUxQbHhFQzU4TjNXZE1wSjdhQlpaQnY2eTQzSmRjVjJtaFU4b3NiYyt4TXpBWDZCMnlRWVF1ZnVEQWI4dXE0dVI1WkE9PSIsIm1hYyI6ImUyODNiOGYwYWVhZDlmOTQ3NzJhNDFlMmQyOTE5Mzg0NTc4MWY2ZGVjYmJhNjA3MzRjMzIwYTZjZWRhYzRhMTAiLCJ0YWciOiIifQ%3D%3D; _ga=GA1.3.1625542975.1765090187; _gid=GA1.3.627553549.1765090187; user_documents_page_order=eyJpdiI6InltbERmOG5jRVhNNXRWYUFsUEJoRVE9PSIsInZhbHVlIjoiTFE5SGJaK3diK2NkeGJNZlBWUEIvMVRzUzMyZGxwN2RPVlhDYTEwY0VQdnJCdXZ0Z1M2ODBjRkNnTGI2UnZQQyIsIm1hYyI6IjU4ZWQ3YzIwNDA3Mzk1ZTQ0NWJhNWY0ZDRiYzQwN2Y3ZjA3MWU5OWNjY2EzYmQxODM2ZDUyZTI5YzViMDU4YTIiLCJ0YWciOiIifQ%3D%3D; XSRF-TOKEN=eyJpdiI6ImcxT0JnYjJPOFRJUTJwRDl3empnVHc9PSIsInZhbHVlIjoiQWlXYk9GbUtiMzRmNnRTYVQ1VU5VRW9sbW80Rk5aeWFJTkRNek5KQmZ0a0VYZnBaY0NxZnNoQzR5aWpXRmQrNS9jbGY1czBCbFJlbDhmQ1JxOXJiZGRZZnV1b0pBbEJQWXRDTUw1dXZ1L3VnbFhIM3hNb25NTnhoelN3cXBkdTYiLCJtYWMiOiJlNTY4Mjk3NmM2OGVmNWRkYWE4YmQ3ZjE5ZTg3NDJlMThmOWNhZjQ5NjAwYzAzOWIwMzRiNWQ3ZThlNjA2MGI0IiwidGFnIjoiIn0%3D; emitracoin_session=eyJpdiI6IlNHb2F5L2F0QlhMdDVkTnRCc2dlZXc9PSIsInZhbHVlIjoiYm5CUCt2NGJPY3ZYSkFLM0RUdG41c21aSE9jSCt0dUxoLy9lU1F0UUFlUkVTUUNGNmxWNEZnNWVTME9YWHBmaDQyMHZCSjhheFAzUllOSjZTTGtobEVwQzA5Q01NNHZldEVYS3JNMVhhM2NYZ1RZOG1kUkhJTkNJZitEUXRYakQiLCJtYWMiOiI5ZjA4YWQ1MmI0MWQ1ZTQ3ODRkYmJjYTU1OTc5ZDgxODZiN2JkYTMzNDZjNGIxNWNhZTIwZTE5MTFhOWZlMDhkIiwidGFnIjoiIn0%3D
  • host: emitra.co.in
  • referer: https://emitra.co.in/sso/10/categories/create
  • user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36
  • cache-control: max-age=0
  • x-forwarded-for: 2409:40d4:111f:b4c7:595f:9568:4dba:d85c
  • x-forwarded-proto: https
  • x-real-ip: 2409:40d4:111f:b4c7:595f:9568:4dba:d85c
  • x-real-port: 9357
  • x-forwarded-port: 443
  • x-port: 443
  • x-lscache: 1
  • sec-ch-ua: “Chromium”;v=”142”, “Google Chrome”;v=”142”, “Not_A Brand”;v=”99”
  • sec-ch-ua-mobile: ?0
  • sec-ch-ua-platform: “Windows”
  • origin: https://emitra.co.in
  • upgrade-insecure-requests: 1
  • sec-fetch-site: same-origin
  • sec-fetch-mode: navigate
  • sec-fetch-user: ?1
  • sec-fetch-dest: document
  • priority: u=0, i
  1. Route Context

controller: App\Http\Controllers\Dashboard\CategoriesController@store route name: categoriesStore middleware: web, auth, LanguageSwitcher

  1. Route Parameters

{ “webmasterId”: “10” }

  1. Database Queries
  • mysql – select * from `smartend_users` where `id` = 1 limit 1 (1.05 ms)
  • mysql – select * from `smartend_webmaster_sections` where `smartend_webmaster_sections`.`id` = ‘10’ limit 1 (0.37 ms)
  • mysql – select max(`row_no`) as aggregate from `smartend_sections` where `webmaster_id` = ‘10’ and `father_id` = ‘0’ (0.32 ms)
  • mysql – select count() as aggregate from `smartend_sections` where `id` != 0 and (`seo_url_slug_en` = ‘aaaa’ or `seo_url_slug_hi` = ‘aaaa’) (0.32 ms)
  • mysql – select count(*) as aggregate from `smartend_sections` where `id` != 0 and (`seo_url_slug_en` = ‘aaaa’ or `seo_url_slug_hi` = ‘aaaa’) (0.24 ms)
Hello,
Based on the error details, it appears that you upgraded your website from an older version. The new version requires two additional fields that are missing from your database, depending on the languages you are using.
To fix this, please add these two fields by running the following code in your database through phpMyAdmin.
ALTER TABLE `smartend_sections` ADD `details_en` TEXT NULL AFTER `updated_at`, ADD `details_hi` TEXT NULL AFTER `details_en`;
Regards

Thx Sir.. GooD Wrk.. God Bless U..

Hello, I have a few questions before purchasing.

1) I like the demo frontend design. Color changes are sufficient for me, but I’m curious: will this frontend design come with code, or will it just be a dashboard, and i will have to create a frontend design from scratch?

2) Can I add a user with only the authoring function active, like a system blog author?

3) Will I need to edit the code for SEO, or is the current code quality sufficient for SEO?

4) Is the data of users who fill out the contact form or similar items saved in the database?

5) Can details like career pages and forms be added?

Thank you, Have a good day.

Hello,
Thank you for reaching out.

Short answer: Yes, Smartend CMS meets all of your requirements.

Detailed answer:
1. You will receive the project exactly as seen in the demo, with the same frontend and features. Images in the demo will be replaced with temporary placeholders, but the structure and functionality remain identical.

2. You can create users with restricted permissions for content creation. These users can either publish content automatically or submit it for review. Notifications can be enabled for every new submission.

3. No code changes are required to improve SEO. The system is fully optimized, and you only need to add content with a proper structure.

4. All data from website contacts or newsletter subscriptions is stored in the database and visible in the Contacts module on the dashboard.
You can also integrate with Mailchimp or Mailcoach if you want to manage newsletters externally.

5. New modules, such as a Careers section for job listings or any other custom idea, can be easily added.

Best regards,

Note:
Turkish translation files are also available. If you need them, please contact our support team at support@smartend.app.
These files are not included in the project by default.

Hello SmartEnd Team,

I’m trying to add a new custom module called “Trendyol” to the SmartEnd admin panel and I want to follow the official recommended method.

Could you please confirm:

What is the correct way to register a new module in SmartEnd so that it appears in the admin menu? (Which tables should be updated besides smartend_permissions?)

How does the admin menu load modules? Is it based on module IDs, modules_status, menus_status, or another internal method?

Which table controls user-group permissions for showing or hiding modules in the menu?

I want to implement this module cleanly and in a future-safe way, without modifying Blade files manually.

Thank you very much for your guidance.

Best regards,

Hello, and welcome.

If you want to add a simple new module in Smartend CMS with standard fields, you can create it directly from the System Modules section and add your custom fields there. You can follow the same guide in the link below, but make sure to set the module type to “Private Data”:
https://smartend.app/docs/modules-forms-management/creating-and-managing-custom-forms

If you prefer to build your new module manually, you can structure it just as you would in any Laravel application by adding your own Models, Controllers, and Views.
In this case, you have full flexibility. Below are the recommended paths for your custom work:
- Routes: /core/routes/custom.php
- Views: /core/resources/views/frontEnd/custom
- Controller: /Controllers/Custom/CustomController.php
You can also add additional controllers inside the same directory: /Controllers/Custom/
Models can be placed in the default Laravel model directory or any custom path you prefer.

Note: After adding new routes, be sure to clear and rebuild your cache so the new routes and configuration are properly loaded.
Regards
wbarazi

wbarazi Purchased

Hi,

I noticed that the url is changing from dash – to underscore _,

is that ok for SEO?

wbarazi

wbarazi Purchased

and which better for SEO : local language url or english like url?

Hello, you are welcome.
The underscore is used only when the “Slug Translation” option in the SEO settings is set to “Always Use English Characters.”

If you want the system to use dashes (“-”) instead—which is recommended—you will need to download, extract, and overwrite the following file:
http://smartend.app/updates/12.0.0/Helper.php.zip
Place the extracted file in this path:
/core/app/Helpers/Helper.php
Note: You will need to run “Repair URLs” again from SEO settings to update the URLs.
Best Regards

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.

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