Discussion on Forge Admin Template (HTML Version + Laravel 5.4 & 5.6 Starter Kit)

Discussion on Forge Admin Template (HTML Version + Laravel 5.4 & 5.6 Starter Kit)

By
Cart 140 sales
Well Documented

hexesis supports this item

Supported

This author's response time can be up to 5 business days.

51 comments found.

hope you release a new version soon with laravel 5.8 or 6.0 …

Hey faaazma,

Thanks for writing to us.

It’s in plan but before that material css must be updated.

We are in process of all this update, the could not commit the date.

Regards,

Jack

It seems that the css are with 4500kb in total very big compared to other templates (most of them are up to 600kb) – is this usual or is there some trick for improvement?

Hey there,

Thanks for writing to us. It’s old version of material css. We are in process of updating and improvements.

You can reduce the size by eliminating not-useful elements. 4500kb is because of 3rd party libraries, but we can remove it based on requirements.

Feel free to write us in case of any query.

Regards,

Mia

hello, do you have already a update for the new chrome versions… i need an bugfix for material-select, select2, datepicker and so on. thank you!

Hey ehoelzl,

It has been started. But not ready for release. There are many other issues we found with chrome new version along with jQuery.

We will be working on that. Or might be develop a complete new theme as a new version.

Regards,

Mia

Hello I use Forge Material-Design. But since Chrome 73, Date Pickers will not work, if i click on the input, after mouse up event the picker will close… also on your online-demo the same effect.

im sorry, but i cant find this file. i have in public/js/all.js, app.js. forge.js forgeapp.js init.js jquery-ui.min.js signin.js and wow.min.js … please send me a link for laravel. thanks

one more thing, i have the same problem with the select2—if i klick on the box the popup will hide afer a second. same as datepicker

Hey Ehoelzl,

You can get the matetialize.js in the webpack.config.js as we have import it from node_modules.
mix.scripts([
    'node_modules/jquery/dist/jquery.min.js',
    'public/js/jquery-ui.min.js',
    'node_modules/materialize-css/bin/materialize.js',
    'public/plugins/scrollbar/perfect-scrollbar.min.js'
], 'public/js/all.js');

For select2, we have not observed any issue yet.

Regards,

Jack

You can not make use of auth()>user()>can(‘developerOnly’) !!

Hey ,

Thanks for writing to us.

Let us confirm this with our team. We will get back to you in 24 hours.

We really appreciate your support.

Regards, Mia

Hello L30N4RD01903,

We have checked and confirmed this is working.

Make sure, you have followed the document. Forge-Downloadable/html/document/laravel.html

Hope you have followed the Enable Roles & Permission and Migration and Seeding steps.

Here is our check screenshot: https://www.dropbox.com/s/hblace3owztzcmo/Screenshot%202019-02-27%20at%2011.04.22%20PM.png?dl=0

Let me know if you need further assistance.

Regards,

Mia

Hello, I bought Forge Admin yesterday. After I download the files I need to look at the documentation but I can not load it correctly in my browser. (no css!) I guess I have to unpack (gulp?) the dist files but I have no idea how to do that? Can you help please?

thanks Robert

Hey Robert,

Thanks for writing to us.

Let me know if I understand correctly.

You want to check documentation.

To view the documentation, you never need to run Gulp. You can access it directly via .html file from below folder.
Forge-Downloadable/html/document

For Gulp commands, you can refer document/getting-started.html file.

Forge-Downloadable/html/dist is generated using Gulp commands and final project output using gulp.

Main setup is Forge-Downloadable/html/src which has scss, pug and other files with which you can generate dist folder using gulp command mentioned in the documentation.

Let me know if you need any further assistance.

— Regards, Chris

Hi , I wanted to buy this one but have a question: Can I use another package for the Roles and Permissions (such as Laravel-Auth package) instead of the one come with forge-admin ? or there will be some conflicts and inconsistency ?

Hey binmossa,

Thanks for writing to us.

We have followed the below video tutorial to handle the roles and permission.

https://laracasts.com/series/whats-new-in-laravel-5-1/episodes/16 It's basically laravel Gate::class usage, nothing more major. We have used Laravel default Auth packages. There is not additional packages used here to manage Roles-Permission.

We have used Hesto Auth to handle authentication only. Hesto Auth does all settings in Kernel and make separate folder for module with relevant classes. We can do the same manually.

There are certain area that you need to changes if you don’t want to use Default Roles-Permission provided by Forge-Admin.

- Database

-.blade.php (can methods)

- Controllers – we have managed Gate::denied

All other packages for Roles-Permission are also need to used Gate::class or Policy that need to registered in Provider. It’ll be almost same.

Benefit of forge-admin is that it’s self made, customisable and flexible.

Let me know if you need any further assistance. We will be happy to assist you.

Thank you,

Mia

Hey Hexesis,

those your template supports bootstrap 4 with laravel 5.6?

Thank you

Hey LouChe,

Thanks for writing to us. Forge Admin is build based on MaterialCSSm, so it won’t support Bootstrap.

Best Regards, Jack

hello, i have some small problems with laravel 5.6… i installed with your guide, ok. default-loginmail-adress is: hexesist@gmail.com...

then if i go to /admin he could not find some files. your default svg logo file.. he is looking one step above /public… how can i fix this? in admin area also, he cant find some included files…

thank you

Hey ehoelzl

We are awaiting to hear from you. Let us know if you’re still facing any difficulty with said issue.

Best Regards,

Mia

hello, thank you that was the problem.bevor i worked withou laravel/serve.. but if i want to work in a subdirectory, i cant do this – i think!? but with this solution its ok… thank you!

Hey ehoelzl,

We’re pleased to hear from you.

Thank you,

Mia

I am finding many errors in the execution of the theme, I am not happy with the purchase, can I request a refund?

Hey Dawerdrew,

This is for email sending. This is not theme related error. Your system could not send mail, just configure for email and set email parameters in . env file.

Best Regards,

Mia

I am not new with LARAVEL i did this before to test, thats no the problem, i check some times the parameters and are fine. The problem si the theme for that reasons i am asking for a refound.

Hey Dawerdrew,

We are happy to assist you.

Forge Admin template comes with HTML & Laravel(Starter Kit) version. However user can modify it as per their requirement.

As fas as errors/issue concern, it would be great if you could provide details with screenshots. If it’s find genuine then you can request for refund.

As per Envato Policy, once theme is downloaded – we could not approve the refund.

Just to make sure the things, team has again check the things again:

Ref:

https://www.dropbox.com/s/hkmhf3i5dog1whi/Laravel56-recording-01.mp4?dl=0

Yes, there are two areas where we find minor issues (In Laravel version):

1. Documentation: Wrong username is mentioned

2. same is was used twice in the Profile Edit page

We’ll resolve these two points very soon and provided the a new build.

Let us know if you have any other query or concern.

Best Regards,

Jack

i follow all the steps in the installation guide, when i tried to access to the admin panel username and password dont work , i am usng this theme with laravel 5.6

found the error in the document said user:hexesis@gmail.com but inn the database is:hexesist@gmail.com

Hey Dawerdrew,

Thanks for writing to us. You are correct, we are planning to update document with new updates. But it seems that it is necessary to update on prior basis.

For Laravel 5.4, username: codigoforge@gmail.com password: 123456

For Laravel 5.6, username: hexesist@gmail.com password: 123456

It was wrongly written username for Laravel5.6 version setup.

Best Regards, Mia

Hello, I bought this admin template but now when I run this template on my host, I consider that this template is very and quite different from the demo that you shared in ThemeForest.

Why? Can you help me, please?

Hey Hexagoneapp,

We are happy to assist you.

Well it should never happen. 1. Does it work from your download folder? 2. Is that laravel version or HTML?

I request you to provide more details on this.

Best Regards,

Mia

Hi! I meant that in manual email for login hexesis@gmail.com but in the database hexesist@gmail.com :) In the manual heresis in the database hexesisT :) In the manual error, which I’ve been knocking about in the admin area and could not go :)

Hey teleoperator,

We are on the same page. There is mistake in documentation.

Thank you for drawing our attention. We highly appreciate your inputs.

Best Regards,

Mia

Hi! Is this admin panel ready for installation under Laravel 5.6? So I’m installing laravel, installing this panel, that’s all? I have a CMS Laravel?

So… On Laravel 5.6 installed, but! dawerdrew wrote correctly, credentials do not match our records. The manual says: “you can access laravel Forge admin templates via the URL below: http://yourdomain.com/admin Username : codigoforge@gmail.com Password: 123456 you can access Laravel5.6 Forge Admin templates via below url: http://yourdomain.com/admin Username : hexesis@gmail.com Password: 123456” Not hexesis@gmail.com, but hexesist@gmail.com. User codigoforge@gmail.com in database is missing.

Hey Teleoperator,

Thanks for writing to us.

For Laravel 5.4, username: codigoforge@gmail.com password: 123456

For Laravel 5.6, username: hexesist@gmail.com password: 123456

It was wrongly written username for Laravel5.6 version setup.

Best Regards,

Mia

Hey Teleoperator,

Both Laravel setups (laravel54 & laravel56) have different users&password and database.

This is your choice which version you want to use. Difference between this two setups is Laravel version. In our Laravel 5.6 version, we have bit improved structure and fix bugs.

dawerdrew case is different from this. He might not migrate database. This may the only reason for empty database. To get rid of all steps, we have created a simple helpful Artisan Command.
php artisan migrate:init 

This will migrate all tables and seed entries.

You may observe that for both version we have different username for Admin user (As mentioned above).

Best Regards,

Jack

hi i installed the theme with laravel 5.6 o follow the installation steps, and the theme run but in the login page it said thta the These credentials do not match our records. i see just the admin table with the user and the user table empty i tried this way without success, i create a user admin in the user and role table without success. can you help me?

Hey Dawerdrew,

Thank you for purchasing Forge admin and writing to us.

The admin and roles table can never be the empty. We have provided artisan command to seed the database.
php artisan migrate:init 

Apart from this,

We have different credential for laravel 5.6 version that we have mentioned in the documentation .

Please check this and let me know if you still facing any difficulty.

Best Regards,

Jack

truncate is not working for this template. Any ideas?

http://materializecss.com/helpers.html

Hey AlanGreyjoy,

I have checked this. Its working on live demo as well as in document:

Live Demo Screenshot: https://www.dropbox.com/s/3t0whrslxf08c4u/Screenshot%202018-03-21%2023.27.10.png?dl=0

Document Screenshot:

https://www.dropbox.com/s/ec284fwpp87hw2u/Screenshot%202018-03-21%2023.32.51.png?dl=0

You know what…. i made my view smaller and it works. Sorry. I am just going to make the col set to 3 so it will always truncate.

As always..i love this theme!

Hey AlanGreyjoy,

No problem. We appreciate your valuable comments and appreciations.

Thank you,

— Best Regards,

Mia

Hi,

Great work, hence reaching out to you.

We are a Software product company in Pune, India. We are looking for high quality design Admin templates for our soft product who will design PSDs and Html screens.

We are looking for sleek, clean attractive designs. Wherever you are on this globe, pls get in touch with us, whe. We would first like to see your design, creative work and then get on a call with you to take this association of freelance assigning with you. Kindly direct us to your work assignment showcase and send your contact details. This is pretty urgent!

Our contact – sapana.sharma@celoxis.com

About Celoxis:

Celoxis is world’s leading project management & PPM software. We are one of India’s first SaaS companies, founded in 2001 and headquartered in the western city of Pune. Celoxis is rated among 3 best project management software tools in the world and is deployed by more than 2,000 customers globally, spanning various industry verticals. We are great paymasters and hence keen on identifying, hiring & rewarding creme talent.

Discover us more on www.celoxis.com

Any steps on how to migrate from 5.4 to 5.5. to 5.6 ?

Hey Madey,

We have just pushed a new update with Laravel 5.6. Have a look. If you like our product/services, don’t forget to rate us. :)

— Regards

Mia

Again, WOW ! Thank you very much. Great service

Hey Madey,

Thanks for appreciation.

— Best Regards,

Mia

I’ve asked a question roughly two months ago that you still haven’t replied to despite having ‘pushed’ it multiple times. I hereby kindly ask you to respond to this, otherwise, I’m going to write to ThemeForest in order to take the right measures. I paid for support and this is not satisfying. Not even anywhere near, which I don’t understand since your responses were very much on point as for another question I asked!

Hey epitjangrimm,

Kindly find below link, This is how your two column look like: https://www.dropbox.com/s/fjrs13ox8mknon1/Screenshot%202018-02-21%2009.15.42.png?dl=0 In the first impression, it looks good. As per our understanding, this can be your query. https://www.dropbox.com/s/1dl51pepawj39b6/Envato%20Issues.png?dl=0

Both red and yellow rectangle are leaving spaces(padding) for the

col
. You can remove this via css.

You can refer the Form Components in the below link:

Forge Admin Demo :

http://hexesis.com/forge/dark/pages/form-basic-components.html http://hexesis.com/forge/dark/pages/materialize-helper.html

MaterialCss Official :

http://materializecss.com/forms.html http://materializecss.com/helpers.html

Hope this will help you.

Let us know if you still have any query or concern.

Notes:
  • We can respond your query on envato only. Kindly post your question on Envato.
  • I am not clearly understand your question posted on Stackoverflow.
  • We are only responsible if you’re facing any errors in our code without any other modification.
  • We are not providing support for customisation.

— Regards

Mia

Dear epitjangrimm,

We really regret for this delay.

We never address the question asked on any other forms as we prefer Envato comments to keep the Envato Team in loop.

My Team was under impression that you were asking us to write the same answer that you have asked for bootstrap relevant classes:

Ref:
You can use class right to button. Forge Admin template is not developed with Bootstrap. It’s developed with materialcss.

In the first impression, your SO question look like the same as well.

We suggest you to ask your question on Envato only to avoid any other misunderstanding. Envato has provided such a awesome comment section for this purpose and we love it.

In regards to your query, it’s customisation. This is your choice how you use the classes or components provided in the Forge Admin. We can just provide the all possible classes/properties within a on plate. But we could not assume the design requirements of each project/client. It may vary to project/client. But we have provided all possible demos/guide on Demo pages as well as in document.

As we have worked on this theme, we have good knowledge on it. We are pleased to guide/mentor you here.

Feel free to write us on envato.

— Best Regards,

Hexesis

OK, so I think i have one last question…

How do we disable the slide transition for pages?

As of now, every single page slides in from the right. How do we turn that off completely?

Hey AlanGreyjoy,

Thanks for ratings. We really appreciate it.

npm run dev
It must work. As I see the error that you’re facing is not related to theme. Can you please try to remove node_module and reinstall the node_modules? via
npm install

It must work, I have just tried with that. Even though, if it’s not then let us know – we can generate main.css for you and share with you (Give me your email for it).

Show Entries Dropdown: In our Laravel version, we have users list, admin list, roles list, and permission list. For all this, we have used standard table(with VueJS – our custom code). We are not using Datatables here.

Slide from right: You can remove css transition effects as I have mentioned above.

Reason of this transition is two kind of left sidebar. To achieve this feature, we have variable width of body. Based on type, it will vary the width of body and leave padding in the left.

However, you can change the animation and effects here as per your requirement.

— Best Regards, Jack

Hey AlanGreyjoy,

Do you mean that loader with white background?

Hey AlanGreyjoy,

If you want to have that loader with fade transition. Just add below lines of code in our Laravel master.blade.php file.

resources/views/admin/layout/master.blade.php

Line #37

<div id="app">
    <div id="preloader">
      <div class="preloader-center">
        <div class="dots-loader dot-circle" />
      </div>
    </div>
    <header>
        ... ... ... ...
        ... ... ... ...
        ... ... ... ...
    </header>
    <main>
        ... ... ... ...
        ... ... ... ...
        ... ... ... ...
    </main>
</div>

This will have exact effect as we do have in our HTML template.

— Best Regards,

Jack

by
by
by
by
by
by

Tell us what you think!

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

Sure, take me to the survey