1175 comments found.
Hi Great Job A big Thanks for this I have A couple of question that will be decisive for me to buy or no this Admin:
1/ Can we change and Add our own work ? Can We Add for example our own routes Model Controller ? And view ?
2/ is it Come us Vendor Package ? Or Standalone ? I mean if I want to change something in Page Controller I will find a PageController in App\Http\Controller ? Or in the vendor Laravel folder ?
Love the way to switch it to Arabic .
3/ so it support Multilingual Just For the Admin ? Or it’s also Multilingual when Creating Post, News Pages,etc….. ? ANd another question related to this : When Creating Post or Page do we have a Lang Switcher ?
4/ Do we have a Standard Controller CRUD methods in controller ?
5/ Can we White label it ?
6/ Can we change admin prefix ?
Please can you leave me a response as soon as possible ?
Hi TNCoders1 ,
1- Yes, you can update current or add new routes, Model, Controller or Views.
2- All controllers in : App\Http\Controller.
3- Languages :
- For the admin you can update translation files or add new language files.
- Also you have a settings to activate the second language text boxes and fields or not for the whole site forms pages and sections.
4- All Controller have Standard CRUD methods.
5- Yes, you can White label it.
6- Yes, you can change admin prefix from .env file (BACKEND_PATH=admin).
That’s awesome,
Ok My main Problem is this:
Im creating a website with 3 language French , Arabic And English
I Want To Be Able to Create Pages In this 3 language Is it possible us I didn’t understand the multilingual Part.
So my Question is :
How you are dealing with Translation ? What are you using For Translation ? DimsaV Laravel-Translatable ? Or another package or you built it your self ?
Can we add a Third language so I Can enter a Page in 3 different language ?
Do you have a Front end route like mcamara/laravel-localization ?
I Can’t see any Page slug Or the Table structure in documentation do you generate Slug per Translation ?
For 3 languages all you need to do:
- First : Add new language for admin translation from : resources >> lang >> copy (en) folder name to (fr) and translate all included files Vars. Then you can add FR to the drop menu to allow change language.
- Second : for the data and pages:
—you need to update 2 tables ( Sections & Topics ) to add new columns for FR.
there is no external packages.
for example here is sections table columns:
$table->increments(‘id’);
$table->string(‘title_ar’)->nullable();
$table->string(‘title_en’)->nullable();
$table->string(‘photo’)->nullable();
$table->string(‘icon’)->nullable();
$table->tinyInteger(‘status’);
$table->integer(‘visits’);
$table->integer(‘webmaster_id’);
$table->integer(‘father_id’);
$table->integer(‘row_no’);
$table->string(‘seo_title_ar’)->nullable();
$table->string(‘seo_title_en’)->nullable();
$table->string(‘seo_description_ar’)->nullable();
$table->string(‘seo_description_en’)->nullable();
$table->string(‘seo_keywords_ar’)->nullable();
$table->string(‘seo_keywords_en’)->nullable();
You will need to add columns (title_fr, seo_title_fr, seo_description_fr, seo_keywords_fr ) for FR language. And also the same for Topics table.
Then update Controllers.
I see you are putting all the fields in the same Table Why you did that ? Instead of Using Translation Table ? There is a bunch of Awesome Package like DImsav laravel Translation to do the job , You Just have to Create Translation Table and you can Simply Use it ,
Do you think I Can change How it work ? I mean I use This as translation in Laravel Can you take a look and see according to your Structure and Source code I can use it :
https://github.com/dimsav/laravel-translatableAnother things I just figure out When I click on Every page in the admin There is Section and Topic Is it a Global Controller that handle all Page ? I thought I will find Distinctive Model and controller.
Sorry mmondi For all my question a Developer too and When I saw Smartend I just loved the way that it will facilitate my daily work 
You can add and use Dlmsav Translation if you prefer that you wouldn’t find any confelect for that . Yes about controlers I use only two global controllers on for sections and a nother one for topics .
What Do you mean by Section and Topic ? And Do you have Controller for the Front end For every Admin Module or no ? I mean Function to display Pages and News and Every Topics in Frontend ? DO you have function to Display The Menu created in the backoffice ? Do you have Plan For updating this in Future ? And what kind of update are you planning for it Thanks
You will find two general controllers one for categories called (sections) and one for pages/topics.
As every section in your site like: news , blog, services ..etc
Can have main or sub categories. As you determine in the webmaster settings.
We are planing to make a frontend for the project ( Not available now ). .. It will be available in the next release.
Hey. I have the app however i can’t find the database.sql file. Where can i find this?
Hi, you will find it included with version 5.2. Sql file is the same for the two versions . sorry for not including also in the new version.
Thx 4 help so far.
For some reason when you want to add site section in backend. It requires 2 titles in both arabic and english at same time. In settings also, i think this a bug
You can stop all arabic ( duplicated ) fields from :
Webmaster » General Settings »
Arabic language fields : choose (Not Active)
I also want any ideas on enabling these site data to the View. Any way? Also regarding the inbox if you there any shortcuts for linking to account or is just template ready. It would be great to know before anychanges. Thanks for help.
To enable site data you have to get your site visitors data and save it to the database
here is an example using php how to get these data:
http://smartfordesign.net/smartend/help/visitorsInfo.html
To allow sending emails you can use SMTP, Mailgun, SparkPost, Amazon SES, PHP’s mail function or sendmail.
You need to enable/define mail driver for your Laravel project only. for more details you can check Laravel documentation.
You can add this line to the end of every page ( view ) in your website and it will works automatically.
{!! Helper::SaveVisitorInfo(Request::url()) !!}
Hi. Great job on this. I will update the app as soon possible. However i still got question on adding that site section to the View, you have some shortcut here or i have to get straight from db. Thanks for help.
For the site View ( frontend ) you have to build it by your self you can make a control using the same models to get data from the DB.
Next release will contains a frontend as a sample.
The new version for Laravel 5.3 ( with same database and sql file ) is now available. 
:grin:
Congrats! GLWS – DCSF
Thanks a lot.
The new version for Laravel 5.3 ( with same database and sql file ) is now available.
The new version for Laravel 5.3 ( with same database and sql file ) is now available.
Good Work !! GLWS
Hi it looks good. Laravel 5 framework but which version ? 5.3 ?
Yes it’s Laravel framework version: 5.2 Migration to 5.3 will be available also next update.
Hi meklayn, a new version has been added now available for Laravel 5.3 
fantastic work very good job ! i wish you all the best for your sales in 2017 
Oh, We hope so. Thank you. 
so where can i see all the changes / stuff thats in the backend ? or is it just dummy content, that have to be pulled, as in there is no frontend theme ? if not, will you add a frontend theme for reference ? 
Yes mr. joransrb this is only a backend and all data is dummy content for testing purpose only no frontend up to now, but i promise it will be available in the next update.
sound good, keep up the good work 
The design looks like it is FlatKit Admin – https://themeforest.net/item/flatkit-app-ui-kit/13231484?s_rank=1
Can you assure me that you have the right to not only use for commercial purposes but to ‘resell’ the theme? I do not want to purchase your admin panel, and run into any licensing issues.
Thank you for such a fast reply. So I will need to purchase a license for the flat kit design separately correct? Will I need to add the php to my copy of the design or do I just download design + php once from you after I have a license?
Final question – is this possible to work with other dashboard theme, or is it made to only work with the current Flatkit design?
Thanks again for your help! I look forward to working with you.
Yes you can buy the Flatkit theme to have a license only. You don’t need to download it . You can use our dashboard directly as we have made many changes, add some features and remove unneeded pages. This wouldn’t work with any other dashboard theme, we can rebuild and migrate it specially for you with any theme you have as a freelancer work if you need that. Greetings..
Hi there, excellent dashboard
Thank you, Hope that helps you
GLWS! 
Thank you
Excellent.
Doc for developer, please.
Good idea , i will do my best 
Awesome job, GLWS!
Thank you 
Thanks for Envato Market Team, My SmartEnd Dashboard has been approved 