1176 comments found.
Good morning, I’m adding the Spanish translation to the smartend template, so far everything was fine following the instructions at http://smartfordesign.net/smartend/documentation/fordevelopers.html, but I get to a point in The one that at the moment of running the Frontend in Spanish language that says:
Undefined variable: FooterMenuLinks_name_en (View: C: \ Laravel \ Innomedica \ resources \ views \ frontEnd \ includes \ footer.blade. Php) (View: C: \ Laravel \ Innomedica \ resources \ views \ frontEnd \ includes \ footer.blade.php).
The backend with the new translation works perfect !!
Could you please indicate that I should modify in the footer.blade.php or is more subject of the database. I was aware of the purchase ID of the template is cfbbee90-ea06-4163-aad9-b38599d0e529
"title_" . trans('backLang.boxCode');
Also
"FooterMenuLinks_name_" . trans('backLang.boxCode');
That to be translated when you change the language.That mean also you have a VAR on every language file (backLang.php) have the code for lang like this:
'boxCode' => 'en', // current lang var
'boxCodeOther' => 'ar', // if empty on the current lang will check another lang
So you have to set these vars right on your new language file.
Also
If this only the issue you face, You can update footer.blade.php, replace this var with a text or another var from your language file.
Hi! I have some questions and I sent their to you mail. Look and answer pls 
Hi, I sent you a reply via email. Regards
hello, i have install on local pc. but showing Index of /smartend
- PHP >= 5.6.4
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
Then follow the steps on documentation to set up this project.
Also you can check this for how to upload the project to Cpanel servers may help you in the future https://www.youtube.com/watch?v=pBTvXKGvrAA Regards
i want with http://localhost/smartend
You can overwrite that while uploading the project to the website hosting like the video I mention to you.
https://www.youtube.com/watch?v=pBTvXKGvrAA
For Local ( but not recommended ):
1- Rename the server.php in the your project root folder to index.php
2- Copy the .htaccess file from /public directory to your project root folder.
3- Move these folders from /public directory to your project root folder:
- backEnd
- css
- frontEnd
- js
- uploads
This will make it run from the root folder
how can add more than one theme?
Settings >> Style Settings
Allow you to change style settings and colors.
If you need more you have to make it manually.
how can add new theme in smartend
what do you mean by new theme?
You can change the style colors, logo, Fav icon, background .. etc from the dashboard :
Settings >> General Settings >> then choose Style settings from the menu on left.
need to move all files from public to root?
need to move all files from public to root?
need to move all files from public to root?
need to move all files from public to root?
buen dia, estoy haciendo deploy de mi proyecto con la plantilla de smartend en un VPS de digitalocean con Ubuntu LEMP 16.04, desisti de hacerlo en Cpanel el proyecto ya carga y conecta a base de datos pero arroja el siguiente error cuando ingresa al home “ErrorException in Str.php line 160: Call to undefined function Illuminate\Support\mb_strimwidth() (View: /var/www/innomedica/resources/views/frontEnd/home.blade.php)”, me podrian indicar por favor a que podria deverse esta falla o si se debe realizar alguna configuración adicional en el servidor o asignar algun permiso especial a las carpetas, quedo atento a su pronta respuesta y muchas gracias!! el numero de compra de la plantilla es cfbbee90-ea06-4163-aad9-b38599d0e529.
[2017-04-21 00:29:02] production.ERROR: Symfony\Component\Debug\Exception\FatalThrowableError: Call to undefined function Illuminate\Support\mb_strimwidth() in /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Support/Str.php:160 Stack trace: #0 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Support/helpers.php(737): Illuminate\Support\Str::limit(‘Lorem ipsum dol…’, 400, ’...’) #1 /var/www/innomedica/storage/framework/views/94333ca8ddb24a65f09d30f7902e5bbfbef6f5cd.php(118): str_limit(‘Lorem ipsum dol…’, 400, ’...’) #2 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(42): include(’/var/www/innome…’) #3 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(59): Illuminate\View\Engines\PhpEngine->evaluatePath(’/var/www/innome…’, Array) #4 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/View/View.php(137): Illuminate\View\Engines\CompilerEngine->get(’/var/www/innome…’, Array) #5 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/View/View.php(120): Illuminate\View\View->getContents() #6 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/View/View.php(85): Illuminate\View\View->renderContents() #7 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Http/Response.php(38): Illuminate\View\View->render() #8 /var/www/innomedica/vendor/symfony/http-foundation/Response.php(225): Illuminate\Http\Response->setContent(Object(Illuminate\View\View)) #9 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Routing/Router.php(602): Symfony\Component\HttpFoundation\Response->__construct(Object(Illuminate\View\View)) #10 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Routing/Router.php(559): Illuminate\Routing\Router->prepareResponse(Object(Illuminate\Http\Request), Object(Illuminate\View\View)) #11 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(30): Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request)) #12 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(41): Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request)) #13 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(148): Illuminate\Routing\Middleware\SubstituteBindings->handle(Object(Illuminate\Http\Request), Object(Closure)) #14 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) #15 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(65): Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request)) #16 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(148): Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle(Object(Illuminate\Http\Request), Object(Closure)) #17 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) #18 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request)) #19 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(148): Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(Illuminate\Http\Request), Object(Closure)) #20 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) #21 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request)) #22 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(148): Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(Illuminate\Http\Request), Object(Closure)) #23 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) #24 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(59): Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request)) #25 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(148): Illuminate\Cookie\Middleware\EncryptCookies->handle(Object(Illuminate\Http\Request), Object(Closure)) #26 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) #27 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(102): Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request)) #28 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Routing/Router.php(561): Illuminate\Pipeline\Pipeline->then(Object(Closure)) #29 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Routing/Router.php(520): Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route), Object(Illuminate\Http\Request)) #30 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Routing/Router.php(498): Illuminate\Routing\Router->dispatchToRoute(Object(Illuminate\Http\Request)) #31 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(174): Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request)) #32 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(30): Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(Illuminate\Http\Request)) #33 /var/www/innomedica/app/Http/Middleware/LanguageSwitcher.php(23): Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request)) #34 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(148): App\Http\Middleware\LanguageSwitcher->handle(Object(Illuminate\Http\Request), Object(Closure)) #35 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) #36 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request)) #37 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(148): Illuminate\Session\Middleware\StartSession->handle(Object(Illuminate\Http\Request), Object(Closure)) #38 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) #39 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(30): Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request)) #40 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(148): Illuminate\Foundation\Http\Middleware\TransformsRequest->handle(Object(Illuminate\Http\Request), Object(Closure)) #41 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) #42 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(30): Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request)) #43 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(148): Illuminate\Foundation\Http\Middleware\TransformsRequest->handle(Object(Illuminate\Http\Request), Object(Closure)) #44 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) #45 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request)) #46 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(148): Illuminate\Foundation\Http\Middleware\ValidatePostSize->handle(Object(Illuminate\Http\Request), Object(Closure)) #47 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) #48 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php(46): Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request)) #49 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(148): Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request), Object(Closure)) #50 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request)) #51 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(102): Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request)) #52 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(149): Illuminate\Pipeline\Pipeline->then(Object(Closure)) #53 /var/www/innomedica/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(116): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request)) #54 /var/www/innomedica/public/index.php(53): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) #55 {main}
Hi, Sorry I don’t understand you language but this Exception error mean your don’t have mbstring installed.
To run Laravel projects your server must meet the following requirements:
PHP >= 5.6.4
OpenSSL PHP Extension
PDO PHP Extension
Mbstring PHP Extension
Tokenizer PHP Extension
XML PHP Extension
Dear sir,
I need help on installation
I cant get it running
Please help
Thanks
Peter
Hi, I have replayed to your email. Regards
Hi, I am trying to upload the laravel project in Cpanel but at the moment of login I get a SQLSTATE database error HY000 Connection timed out (SQL: select * from `smartend_webmaster_settings` where` smartend_webmaster_settings`. Id = 1 limit 1), the database server is configured in a VPS Ubuntu 16.04 in DigitalOcean, from my local machine I can access the database without problems but since the cpanel is placing problem, I would appreciate any information that I Can help to successfully upload the project in Cpanel or if you have to do some additional configuration as I made the necessary changes in the .env but it does not work, thank you and pay attention to your response. The purchase number of the template is cfbbee90-ea06-4163-aad9-b38599d0e529.
This may help you more in uploading any laravel project to Cpanel:
https://www.youtube.com/watch?v=pBTvXKGvrAA
Regards
Good afternoon, I’m trying to deploy my project with the smartend acquired template in Cpanel but I had some problems with the connection to the database I always get an error QueryException in Connection.php line 647: SQLSTATE HY000 Connection timed out (SQL: select * from `smartend_webmaster_settings` where` smartend_webmaster_settings`.`id` = 1 limit 1),
The database is already configured in a DigitalOcean VPS and is connected correctly, some type of additional configuration must be done so that the template works correctly from Cpanel. Thank you for your attention.
Hi, This error mean no connection to the mysql engine. Just check you connection some hosting use custom URL for DB server or custom port and you have to use the right to success conections.
Good morning, could you please tell me where I can enable or disable fields in the admin panel (main) since there are options that I do not require and I want to add some custom CRUDs but I see that in views this option is not found, In one way or another to the base tables that were included in this project or can I ignore these tables?
http://www.smartfordesign.net/smartend/demo/admin/webmaster
Also you can mange data section from here:
http://www.smartfordesign.net/smartend/demo/admin/webmaster/sections.
The included .sql file for the database is the same on migrations.You can migrate the project from php artisan commands and it will generate the same tables.
Good evening, I would like to know if there is a way in the main option to add custom functionalities apart from the analytics, contacts, inbox and calendar that already has this template, since it is for a custom project and there are things of this template That I do not need, how could I create new Active Apps or is there no way to create them? This project is very different from what I have been working lately this is the template that I worked with and I am interested in knowing if in this I can create CRUD https://codecanyon.net/item/chandra-laravel-admin-ui-kit/ 9771067? S_rank = 1. Thank you for the help you can give me.
There is no option to add custom functionalities as you mentioned this dashboard build as you can manage & add dynamic data sections with the available options on webmaster > site sections. Other Apps( inbox, contacts, calendar, analytics, Banners ) is static apps you can only Enable/Disable from webmaster settings. If you plan to add more features you will need to ad them manually. Regards
Good afternoon, I want to create a new view in this template but at the moment of doing @extends (‘backEnd.layout’) to the new view that I want to create I get the following error:
Undefined variable: GeneralWebmasterSections (View: C: \ Laravel \ smartend \ resources \ views \ backEnd \ includes \ menu.blade. Php) (View: C: \ Laravel \ smartend \ resources \ views \ backEnd \ includes \ menu.blade.php)
What would be the process to be able to create new views ?, should you make changes to certain tables in the database so that the new views functions?
Thank you for the attention paid and attentive to your prompt response.
Hi, GeneralWebmasterSections needed for new views extented from the main layout SO you need to share GeneralWebmasterSections to new views to do that first add this two lines to the top of your new controller to use the model:
use App\WebmasterSection;
use View;
after that use this constructor:
public function __construct()
{
// this to make it available only for members
$this->middleware('auth');
// Share GeneralWebmasterSections
$GeneralWebmasterSections = WebmasterSection::where('status', '=', '1')->orderby('row_no', 'asc')->get();
View::share(['GeneralWebmasterSections' => $GeneralWebmasterSections]);
}
Thank you
Please tell me in brief. I want to add a new field for table menu only ( let’s rank ). so what I need to add in my sql. and what files in controllers & Views to change.
Thanks,
1. DB: add the new column (rank) to My SQL table “smartend_menus”.
2. Forms: add the new field to create and update forms in this path :
resources/views/backEnd/menus/create.blade.php
resources/views/backEnd/menus/edit.blade.php
3. Controller: update this controller
app/Http/Controllers/MenusController.php
add the new field to functions store( ) and update( )
Like:
$Menu->rank = $request->rank;
4. Frontend: to Update the header menu in this path
resources/views/frontEnd/includes/menu.blade.php
Use the new field as:
$HeaderMenuLink->rank
This in brief but also for more details check:
http://smartfordesign.net/smartend/documentation/fordevelopers.html
Hello, Please tell me how can I add a new field for example to Menu by manual ?
Thanks,
http://smartfordesign.net/smartend/documentation/fordevelopers.html#lang-step2
Start from STEP2. Regards
Hello-
I have everything set up and getting the following error:
QueryException in Connection.php line 647: SQLSTATEHY000 The server requested authentication method unknown to the client (SQL: select * from `smartend_webmaster_settings` where `smartend_webmaster_settings`.`id` = 1 limit 1)
Any ideas?
Please, make sure you have imported the database sql file to your MySQL database.
Yes, did that
also getting this:
ErrorException in Connector.php line 68: PDO::__construct(): The server requested authentication method unknown to the client [mysql_old_password]
I changed the password length and its getting closer. Now I get this error:
FatalErrorException in Str.php line 160: Call to undefined function Illuminate\Support\mb_strimwidth()
This mean you should enable the mbstring php extension. Also be sure your machine meet the Laravel 5.4 requirements:
PHP >= 5.6.4
OpenSSL PHP Extension
PDO PHP Extension
Mbstring PHP Extension
Tokenizer PHP Extension
XML PHP Extension
Hello,
I bought from you SmartEnd and I have a little problem with the founding of a new language. Is it even possible in this application? If Yes, I’m very glad for advice on how to do it. Translation Manager, I managed to add another item cs Czech language, but you can not choose the Theme Editor, there is still only in English and Chinese. I do not know if not we need to add new language to the database column, but so far I have managed to translate only činsý language, but that’s not what I need.
Thank you for your advice and especially thank you for the excellent work done on this in your products.
Marek
Hi Marek , this project built with two languages and you will find the DB columns for example (title_ar , title_en) and so on if you are planing to add third language you will need to add new columns to migrations , update controllers, views and remigrate it again.
This only the way to add a third language.
Regards
I do not know how to do it, I would greatly help me some simple instructions on how to do this. Concrete steps to add a new language and how to activate the system. Columns in tables I can add cool, just do not know how within the system of the language to reach out and start it.
It’s a great system, it would be a shame if it was not possible to use it in another language.
Good day and thank you very much in advance for your help
Marek
Thank you
You will find here the full guide to add a new language http://smartfordesign.net/smartend/documentation/fordevelopers.html
hey, is there a way to enable user registration etc ?
Hi, registration is not available on current version, you can add users from the dashboard to choose the permissions. But it is easy to enable it I can send you the register view file and how to enable it if you need that.
Hey
could you send me the registration files ? i have sent you an email trough the contact on your profile
Will it be added to future updates ?
Hi, I have sent the Updated_files to your email.
Hi
Looks good, it is posible to include other tables or modules on the backend to manage customers like an small CRM?
Hi, Yes you can the code is very clean you can update models, controllers or views easily as you want, also you can update remigrations and remigrate it again.
Customers is separated controller and views.
Sounds good, but I’m not a coder, was looking to create them using the program to create the table and the forms and integrate them on the menu. What about security are you looking to add encryption or logs?
We have double check for common security vulnerabilities: SQL injection, XSS, CSRF etc.
Passwords are encrypted but no logs.
how I could create new tables and add them to the script
https://laravel.com/docs/5.4/migrations
Also you can add them directly to the MySQL database using PHPMyAdmin or any other GUI app.
looks so great!... really good job! im interested, do you think include google fonts?... and the events (Calendar section public) ?
Good Job!
Hi, I don’t understand you good can you explain more please? if you mean changing fonts by including abother Google fonts , yes this is easy.
sure! you have in frontend: Audio, Video, News, Products, Missing ( Events ).... and google fonts Selector in the Style Settings 
Ok .. you can add sectins like events, projects … as you like from the dashboard. Fonts will be good to add this. thank you for suggestions.
for some reason the model phone number is showing up in the Email: link at the foot of the page; not able to find the code to remedy the problem.
was wondering if you could point me in the right direction? I looked in the frontEnd.includes.footer file but was unable to see what to change to fix this problem. If you could fix the problem or let me know where to go so I can fix it I would appreciate it.
Richard A. Hoyle rhoyle@ablewebinc.comHi, Sorry for that. You need to edit this file :
resources/views/frontEnd/includes/footer.blade.php
find: contact_t5 and change it to contact_t6
How difficult is to add another language? Do you plan to add feature for this? And also do you plan to change ordering by numbers (in lists) to drag and drop ordering? It will be much more better.
Sorry for that but not planed now to change the language issue.
Ordering with number because it used with pagination.
May find away in the future updates to make it more easier for ordering and adding more languages.
Thanks for your work, awesome update ! I installed it twice and it’s working fine. Just 1 bug I have dealing with every pages of the admin : in jquery.flot.spline.min.js:1 and some of the rendering is not working. Uncaught TypeError: Failed to execute ‘quadraticCurveTo’ on ‘CanvasRenderingContext2D’: 4 arguments required, but only 0 present. at d (jquery.flot.spline.min.js:1) at f (jquery.flot.spline.min.js:1) at executeHooks (jquery.flot.js:717) at draw (jquery.flot.js:1882) at new Plot (jquery.flot.js:710) at Function.$.plot (jquery.flot.js:3146) at HTMLDivElement.<anonymous> (jquery.flot.js:3159) at Function.each (app.html.js:405) at _.fn.init.each (app.html.js:355) at _.fn.init.$.fn.plot (jquery.flot.js:3158)
How do you manage to correct this error as it shows when I install your app ? Thanks.
http://www.smartfordesign.net/smartend/demo/admin
True, I’m on a local mode. I will let you know if I have it on server. Thanks.
Hi Mmondi, awesome work. I want to ask if you have any roadmap for future updates. What are you planning to add in next big update? Thank you very much for your answer. Peter
Hi, The last update was approved before one day only and it is contain all features was planed last period. No big roadmap ready now.
Thank you for your answer, I was wondering if you are going to add some eshop features, like checkout, gateways and so on.
This not planed up to now. May be in the future.
Hi, How does the distribution of updates work? How will I be notified?
Hi,
You will be notified by Envato when they approve the last update.
But the new version migrated to a new version of Laravel (5.4) with some new features and frontend.
So it may take more time from you to distribution the update manually.
But generally if you want to take only the new frontend to your project you can:
1. Copy (public/Fronend).
2. Copy (resources/views/Fronend).
3. Copy (resources/lang/en/frontLang.php).
4. Copy (App/Http/Controllers/FrontendHomeController.php).