Discussion on Gull - Laravel Admin Dashboard Template

Discussion on Gull - Laravel Admin Dashboard Template

By
Cart 2,184 sales
Well Documented

ui-lib supports this item

Supported

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

405 comments found.

Hello ui-lib how can i send data to echarts ?! for example echartBar showing yearly sales chart! i need to pass data to this view? i’m working on laravel framework

Yes you can pass data, please check chart documentation for more details. thanks

i check the documentation folder & the url that linked to echarts return 404 https://ecomfe.github.io/echarts-doc/public/en/option.html#title

I Have been trying to change the layout in your theme, but we are unable to know the location where to change and also required clear documentation on this. also need your support asap

please contact here uilib.help@gmail.com with some info like which version are you using html or laravel . Thanks

if you want to use a fix layout then you just need to remove the condition from master.blade.php in laravel full version  such as if you want large-vertical-sidebar your master blade code will be like this one :
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width,initial-scale=1" />
    <meta http-equiv="X-UA-Compatible" content="ie=edge" />
    <!-- CSRF Token -->
    <meta name="csrf-token" content="{{ csrf_token() }}" />
    <title>Gull - Laravel 7 + Bootstrap 4 admin template</title>
    <link
      href="https://fonts.googleapis.com/css?family=Nunito:300,400,400i,600,700,800,900" 
      rel="stylesheet" 
    />
    @yield('before-css')
    {{-- theme css --}}
    <link
      id="gull-theme" 
      rel="stylesheet" 
      href="{{ asset('assets\fonts\iconsmind\iconsmind.css') }}" 
    />
    <link
      id="gull-theme" 
      rel="stylesheet" 
      href="{{ asset('assets/styles/css/themes/lite-purple.min.css') }}" 
    />
    <link
      rel="stylesheet" 
      href="{{ asset('assets/styles/vendor/perfect-scrollbar.css') }}" 
    />
    {{-- page specific css --}}
    @yield('page-css')
  </head>
  <body class="text-left">
    <!-- Pre Loader Strat -->
    <div class="loadscreen" id="preloader">
      <div class="loader spinner-bubble spinner-bubble-primary" />
    </div>
    <!-- Pre Loader end -->
    <!-- ============Deafult Large SIdebar Layout start ============= -->
    @include('layouts.large-vertical-sidebar.master')
    <!-- ============ Large Sidebar Layout End ============= -->
    <!-- ============ Search UI Start ============= -->
    {{-- @include('layouts.search') --}}
    <!-- ============ Search UI End ============= -->
    <!-- ============ Customizer UI Start ============= -->
    @include('layouts.common.customizer')
    <!-- ============ Customizer UI Start ============= -->
    {{-- common js --}}
    <script src="{{ asset('assets/js/common-bundle-script.js') }}"></script>
    {{-- page specific javascript --}} @yield('page-js')
    {{-- theme javascript --}} {{--
    <script src="{{ mix('assets/js/es5/script.js') }}"></script>
    --}}
    <script src="{{ asset('assets/js/script.js') }}"></script>

    <script src="{{ asset('assets/js/sidebar.large.script.js') }}"></script>
    <script src="{{ asset('assets/js/customizer.script.js') }}"></script>
    {{-- laravel js --}} {{--
    <script src="{{ mix('assets/js/laravel/app.js') }}"></script>
    --}} @yield('bottom-js')

?

Thanks

Hello,

I am new to laravel and already have an existing application on laravel, now i want to integrate this template

What i am doing is copy the files of HTML and putting in my public folder but somehow when i run my laravel app,it says “cant read @importurl(../../)”

maybe u can explain me laravel version how can i install it in my already existing application

looking forward for ur reply

contact here uilib.help@gmail.com thanks

Hello We are building a PMS system and we would like to know how much is the charge to buy your template and add it to our existing system

please contact here uilib.help@gmail.com for query . thanks

hello, I installed the template in laravel, but the icons are not appearing as they should. I need help to solve

please contact here uilib.help@gmail.com with your query . thanks

Hi, will this theme Gull – Laravel 7 theme will be given with full framework setup or will you give only MVC. Also please provide the structure of the template(folder/ files) so that we can proceed to buy this theme

You Will get the full laravel setup . you can check the doc for Installation process. http://demos.ui-lib.com/gull-html-doc/#laravel contact here uilib.help@gmail.com for the folder structure . thanks

Tables background color in print page not shown

example plz .. Because the background of the table column header shows a blank even if I make color for the header table

No Answer >>> ??

hi, there, this is a really nice job, we purchased 3 version vue , bs4 and augular, want to know the html calendar how to work , the online visit link is http://finixi.com.au/test/html/html/layout1/calendar.html please guide the basic setup as demo

Hi, we’ve used fullcalendar( https://fullcalendar.io/ ) you will find the detailed documentation in fullcalendar’s website. Thanks!

Hi again i contacted you a few hours ago. but now i regognized that you also have a vue version of your template https://themeforest.net/item/gull-vuejs-admin-dashboard-template/24497287?s_rank=4

is it possible to get this as exchange? or could i call you for a job to build a basic structured app with vue and laravel? let me know what my possibilities are?

Sincerly Mike

You need to buy the vue version. And you can contact here uilib.help@gmail.com for custom work. Thanks

Hello i’ve purchased your asset now i’d like to join the asset to a existing laravel instance. is there a npm package i could install it directly or any other method? or could i just have a compiled css and js file with only the necessary part without bootstrap and third party vendor packages?

You need to compile the scss according to your need. Thanks

How I can print page with color font or background-color >> I can’t appear color on print page

You need to use css print media query . Thanks

There is no information about that type of checkboxes. The code: <label class=”checkbox checkbox-outline-primary”> <input type=”checkbox” required=””> Primary </label> Required field is not perform bootstrap validation. Standard checkbox validation work well.

So, any ideas?

Please contact here uilib.help@gmail.com with your query in details Thanks

hi. i need more detail documentation as the one provided is too general. any link i can use to understand more on how to customize this template?

contact here uilib.help@gmail.com with your query Thanks

it’s complete solution (with database)

No, it’s provide the ui only and you can easily setup the database and start your oroject. Thanks

Hi. i need run live server for customize some styles(laravel version), but “npm run watch” is compiling. what I doing wrong?

You need to edit the scss files and then run npm run dev / npm run watch . if you need further help contact here uilib.help@gmail.com Thanks

In layout 4 when its on mobile, all right side cannot be clicked to any input field or menu in top rigth.

We se and this is because you have a div with has a z-index that dont allows to select something in right place. Can you Help us to fix? Greetings.

your link is not working, you can use this tool https://prnt.sc/

Hello, is there any datetimepicker element. Is it possible to update it ?

we will update the theme with datetime picker soon . thanks :)

I’ve just re-downloaded this template today (10.07.2020) and can’t find this page http://demos.ui-lib.com/gull/html/layout4/basic-action-bar.html And also the datepicker element is different in demo (form-basic) page.

Github access already provided against this Key when I try to request an access, kindly assist please

Please contact here with your GitHub user name . thanks

Hello, would like to check with you.

Why my download of this gull template doesn’t include this ? http://demos.ui-lib.com/gull/html/layout4/basic-action-bar.html

please get the latest files from github http://githubaccess.ui-lib.com/ Thanks

Github access already provided against this Key when I try to request an access, kindly assist please

your github user name ?

Hello.

I am creating a project management site inside our company with WordPress. Let me ask you a few questions.

1. Is it possible to make with Android app?

2. Is it possible to customize each project and related items of the chief manager, manager, and employee?

3. As mentioned in question 2, is it displayed differently on the web or mobile?

4. Can each login page and overview page be set differently for each position mentioned in question 2?

5.Continue to Question 4 and ask. Can I customize WordPress’ front and back ends?

6. Can I upload documents and photo files?

7. Can I upload the project to the database in Excel format? 8. Is automatic translation available in Korean?

8. Is it compatible with the Elemento Builder?

9. Should I apply the security certificate ssl separately?

10. Can I connect to the shopping mall with an internal link or button (iKON, etc.)?

Please reply.

Thank you.

P.S) If you reply, I would like to send you an Excel file and a photo file for reference. In the attached file, we can send you pictures of these services being provided in Korea. Of course, the UI will not fit perfectly and I know it will depend on your product. If you send me an email, I would like to know how my project can be implemented in your program by referring to the document table I sent you

please contact here uilib.help@gmail.com Thanks

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