#03 Compile Images using Vite and Integrate Dashboard Content

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • Integrate Admin Dashboard in Laravel 1
    How To Import HTML Admin Template In Laravel 11 Step By Step Tutorial
    Steps
    Step 1: Install the Laravel
    Step 2: Download admin template
    In this step, we download the SB Admin Laravel admin template. After download extract it.
    we have to take js, CSS, and icons and put them into our Laravel application. So, follow below two-point.
    Point 1: Create new theme folder in public folder of Laravel application.
    Point 2: Copy data, dist and vendor folder and put it into "theme" directory.
    Step 3: Create Route
    We are building it from scratch so we add two route "my-home" and "my-users" for too pages. So, open your route file and add below route:
    Step 5: Set theme blade files
    We have set three theme blade file for Corona theme. So first we will create theme folder on views folder.
    Step 6: Use Theme
    We will create two new blade file using our integrated theme layout. Yes, we added two route one for home and another for users. So, let's create two files and see how to user our integrated theme.
    As below files we used our integrated theme and you can understand how we can use it again and again with other pages.
    Now we are ready to run our example so run below command for quick run:
    php artisan serve
    /*========== Disclaimer ============*/
    In this video i am using corona free admin dashboard template for educational purpose, if you want to use it for personal or business purposes, make sure to purchase it from the official website and get the licensed version.
    /*========= Want to Hire me ======== */
    www.upwork.com...
    * Our website: cdlcell.com
    * Contact us: contact@cdlcell.com
    * My WhatsApp: +923040738009
    * My Email: hadiniazi801@gmail.com
    Follow me on LinkedIn: / hadayatniazi
    Follow me on Instagram: / hadayatniaziofficial
    #laravel
    #laravel9
    #laravel11
    #laravel11_admin_dashboard
    #admin_dashboard
    #admin_theme_integration
    #php
    #phplaravel
    #laravel
    #laravelsolutions
    #webdevelopment
    #cdl
    #career_development_lab
    #hadayatniazi
    #coding
    #technology

Комментарии • 6

  • @willianyveras9680
    @willianyveras9680 3 месяца назад +1

    Could you teach how to install the template in Vue.js? After installation, the burger-button stopped working. It only works when it's outside the div id='app'.

    • @LaravelLover
      @LaravelLover  3 месяца назад

      Ok so you can add an additional div and apply id in inner div tag.

  • @Haseebstories_
    @Haseebstories_ 4 месяца назад

    how to make register option in login form

    • @LaravelLover
      @LaravelLover  4 месяца назад

      simply call your register route and call it using href.

  • @Nouman-Hanif-Madani
    @Nouman-Hanif-Madani 5 месяцев назад

    how to create POS system project in Laravel ?

    • @LaravelLover
      @LaravelLover  5 месяцев назад

      it's complete project how can I describe it in comment. it's system where we can manage our inventory.