1176 comments found.
When will you finish next update? I want to start my project in new updated version.
Hi, the new update is now waiting Envato team approval, need more 3 days.
You can check the new demo:
http://www.smartfordesign.net/smartend/
CHANGELOG:
Version 2.0 (March 10, 2017) - Feature: Update to Laravel version 5.4. - Feature: Visual translation for all languages vars. - Feature: Advanced permissions for users. - Feature: Ability to activate order form with topics. - Feature: Setting DB tables prefix in .env File. - Feature: Setting default language in .env File. - Feature: Enable/Disable Captcha from .env File. - Feature: Calendar language now available to set from language file. - Feature: Adding Vimeo to video types . - Feature: Icon Picker for Ad. Banners . - Feature: Adding Email notifications settings to General Settings. - Feature: Adding Frontend site style settings to General Settings. - Feature: General Frontend settings to Webmaster General Settings. - Feature: NEW Frontend site preview.
Really cool. Thank you guys. Awesome
Hi, How to change the language of the calendar?
It will be available next release within a few days (Calendar language will be available to set in language file).
Not available on current version.
Hi mmondi, I just purchased this product and am very happy with it. You did a great job. I intend on converting this over to Laravel 5.4, and I can do this because you wrote such clean code. I purchased 6 templates in the past week to decide on one as a starter for a Laravel project. I’m likely going with yours.
Just wanted to compliment you on the very clean code. I will be buying your other projects as well. I learned a lot from analyzing how you structured everything.
I also want to commend you for not ‘locking it down’ so to speak as other devs have done. This is really a disservice as those who are working in Laravel know how challenging it is. Anyone who is buying a Laravel template thinking that they can magically switch from a WP or Drupal background to L has another year or two of training to get caught up on MVC (to full proficiency).
I noted that some users are very new to PHP and buying L templates thinking that they can use them like a front-end manager with no backend knowledge. I think that’s great; get your feet wet to those doing this. But, have realistic expectations. you’ll need to change databases and make migrations, create new models, and JS components etc.
You did a great job of keeping this project maintainable, clean, and upgradeable. Also, you didn’t lock me down. THANK YOU. I will purchase additional licenses for every single project on which I use your backend. Thanks again.
Thank you very mush. This is a great words. support me. The good news for you: new update coming next few days will contain: updating to Laravel 5.4 , new features, site simple frontend view and more
when will be available with frontend connection?
Coming soon .. next week.
الـسلام عليكم ورحمة الله وبركاته هل يمكن تـركيب هذا السكربت على الموقع الخاص بي ؟ ألمعذرة لكـن ليست لدي خبرة كبيرة .. مثلآ تعديل قائمة الموقع من نفس السكربت ؟
وعليكم السلام ورحمة الله وبركاته
للعلم حاليا الاصدار المتوفر هو لوحة تحكم فقط وليس موقع كامل
ونعم يمكن تشغيلها على اي سيرفر يدعم php
قريبا ان شاء الله خلال ايام سيتوفر تحديث جديد وسيشمل موقع كامل مع واجهة للعرض
ارجو توضيح سؤالك او مراسلتي من هنا
https://codecanyon.net/user/mmondi#contact
Hey. I had to implement JQuery 1.8.2 in the backend, i found it came in conflict with app.html.js so i had to disable it. Suddenly it worked, performance was increased and the menu working properly with auto close/open. However sub-menus in the menu stopped to work. Any ideas on this issue. Thanks for help.
Hi,
You shouldn’t stop (app.html.js) as it contain’t all JS needed for different site sections also it include and connect all other JS modules.
In case you need to stop it you will be in need to include all other JS files.
Try to search for ( var MODULE_CONFIG ) on app.html.js and take a look on paths.
Its seems like app.html.js has all dependencies needed. However when i trigger alert(jQuery.fn.jquery) it returns, but when alert($.plot.version) it says its not defined. I made sure to load after app.html.js. Dont no what cause this issue yet
This because it dons’t load all files every time But it use :
uiLoad.load(...)
to load files when needed. For example it will load (plot) when a div has this attribute ui-jp=”plot”.
I understand. you know anyway to force loading? (beside manual plot and reference) What lib/ext is this part of? Thx
Hello there
Would be great if we can publish news on minimal 2 languages at once Will be available on new update?
Its available , You can change settings to activate ( Second language fields ).
From: Webmaster » General Settings
– Arabic language fields : ( Active/Not Active)
– English language fields : ( Active/Not Active)
Ah! Great! I didn’t saw that. I will check. Thanks!
Ok. Got it. Regarding to photo, must be the same. Right? Would be usefull if we can select a photo to each language to photos that have some text…
Up to now it must be the same. 
But you can add different photos within details ( from the page editor ). 
Yes. But the idea is to have something similar to banners. By the way, the banner module is exactly what I lookinf for but with text editor. You could add that feature. what do you say? 
It’s Easy just a class (summernote) can be added to the text area and it will be the editor.
Can be updated on : resources » views » backEnd » banners » ( On create and edit files ).
But you have to know ( No Frontend ) available. This is only admin dashboard . Frontend/Site view may be available next release.
Yes. But I was refering to adapt the each photo concept from banner in to news 
I can use the banner module to write news but if there is a specific module to do that job – wich I supose that includes friendly url creation (right?) – the best option is to use it. 
Regarding to next release, I know. You answer me that before. If you can consider this request, I will appreciate.
Thanks
Hi, I install and got Login-Screen. After Login I get following ERROR : ErrorException in UrlGenerator.php line 314: Route [Home] not defined. (View: /var/www/vhosts/x/x/resources/views/backEnd/includes/header.blade.php)
How to fix this?
Hi,
Please check and add this line to route file ( routes/web.php ) if not already exist:
Route::get(’/’, function () { return view(‘frontEnd.welcome’); })->name(‘Home’);
This is already exists, I doesnt change anything
Already exists! and it tell Route [Home] not defined How that?!
You can try to update :
/resources/views/backEnd/includes/header.blade.php
and find and remove this:
{{ route(“Home”) }}
there is only 1 Result at line 32 : href=”{{ route(“Home”) }}” – dont think this is the problem its only a HTML-Link
ok this is solved the problem, why this is like that? You have maybe Github repo to be updated with smartend?
Yes this route used once time only on :header.blade.php
You can replace it by the direct link to you website home page.
But to be know: It shouldn’t be an error to use it.
I don’t know why that make error only with you.
Sorry for that.
Hi, i cant find .env file and how to build this project to make working on normal webserver like on plesk folder?
Here is a video can help you to upload Laravel project to cpanel or other servers like that.
https://www.youtube.com/watch?v=pBTvXKGvrAA
Thanks , can you reply my next comment pls
Parse error: syntax error, unexpected ’.’, expecting ‘&’ or variable (T_VARIABLE) in C:\wamp\www\laravel5.3\vendor\laravel\framework\src\Illuminate\Foundation\helpers.php on line 478
Is the Error.
It’s Php Configuration Error. Can you please inform about the php module & configuration details . Thus i can resolve this issue
Hi,
Check your PHP version you should have 5.6 or above to run Laravel version 5.3.
You can check that by creating test.php file in root directory with :
phpinfo();
to make sure the version you have.
PHP 5.6.30 (cli) (built: Jan 19 2017 08:00:02) Copyright© 1997-2016 The PHP Group Zend Engine v2.6.0, Copyright© 1998-2016 Zend Technologies
Here is php version information
using this version I get 500 error.
From Laravel Documentation:
make sure your server meets the following requirements:
PHP >= 5.6.4
https://laravel.com/docs/5.3/installation
So, i can use 5.2 version right ??Let try 5.2 version
FatalErrorException: C:\wamp\www\laravel5.2\vendor\laravel\framework\src\Illuminate\Container\Container.php line 698
this error happned
Steps to install Laravel on windows machine, I think this will help you more.
http://www.wikihow.com/Install-Laravel-Framework-in-Windows
Hello there! It’s included any frontend page theme?
Sorry, no frontend included .. my be next release.
Would be great if can includ even if a simple frontend page. Any idea if that would be possible and when? Thanks
Yes i’m working to add a simple bootstrap frontend to this project may be available after one month.
Hello, I purchased the product a few minutes ago and didn’t realize it requires PHP. We wanted to use the controls inside our app and we don’t use PHP. Can you please refund my charge, unless you have some html/css controls that do the same thing.
Authors may ask you for a purchase code to verify that you’ve purchased this item. 4eb2e776-ea26-4f14-8a18-c91c14dcca44 – 1 Feb 2017 EXTENDED LICENSE
Please contact me from here
http://codecanyon.net/user/mmondi#contact
hello sir, i want config the admin page with my html web, i had try put the html web to public/frontend and resources/views/frontend but still not work,
do you know where should i put my html web, so it will connect with admin smartend page?
Hi,
That’r right. You need to create a controller to retrieve site data and connect it to your views.
For example you can make controller: (FrontendHomeController)
Then, Update Routes from : Routes >> web.php and add your home routes:
Route::get(’/’, ‘FrontendHomeController@index’)->name(‘Home’);
You have to make @index connected to you HTML/Views.
return view(“frontEnd.your view name“)
ohh ok sir got it,
anyway can i get the html/css only? so i can custom it for my other html site ?
thanks before 
Hello I am still waiting for your reply, may i get the source code without laravel framework on it? some of my client won’t use laravel on these cpanel.
Hi , I have sent it to you by email (yedidasadewa01) before one day.
i haven’t received the email from you sir, can you resend it?
Done.
Your demo login doesn’t work
Oh Sorry for that.
Repaired .. You can try agin now.
http://smartfordesign.net/smartend/admin
Hi, sorry for this question but i dont find the .env file. Where is it ? Thank you
Hi, the .env file may be hidden on your machine .. I think you have to show hidden files.
hello sir, after i install laravel in my locahost xampp, then put the smartend on it, after that i got stuck at login page, i can’t login even i had change the users details at database, can you help me?
thanks before 
Default login information:
Email: admin@site.com
Password: admin
Password code in database: $2y$10$BlTQz0NAWdSdz/r1uC7np.FglyUFF3mx894uCz6m7.2umlNMTux.q
All defaults info stored in : database » seeds » UsersSeeder.php
You can’t get users password from the database as it is encoded ( Just replace the encoded passwed in the table and use : admin as a password ).
OR, You have to drop all tables and then reimport the database from the SQL file.
Also, You can rollback migration and migrate it again using (php artisan).
From your terminal » Point to the project folder and then run these 3 commands one by one :
php artisan migrate:rollback php artisan migrate php artisan db:seed
Is there a sass or stylus version of this?
Sorry, No sass. Built with css & bootstrap.min.css.
I want to purchase your item, but i’m thinking about that how i will install it on cpanel?
Here is a video can help you to upload any Laravel project to cpanel.
https://www.youtube.com/watch?v=pBTvXKGvrAA
Also I can help you more or make it for you .. for Free
Hi, Is there an option available to limit the number of active people in an account?
Regards and thank you
Hi nhuf, no limitiation in the current version.. Regards
Version 1.2 is now available
- Fix : Include sql file with 5.3 version.
- Fix : Logout bug on 5.3 version.
- Feature : Get & save visitors information ( Analytics ) to the database