#02 Compile CSS and JS files in using Vite Larave l Hadayat Niazi

Поделиться
HTML-код
  • Опубликовано: 3 апр 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/freelancers/ha...
    * 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
  • НаукаНаука

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

  • @ethanbenjamin9468
    @ethanbenjamin9468 28 дней назад

    video is not complete. how do i make icons work??

    • @LaravelLover
      @LaravelLover  25 дней назад

      Theme contains icons, so you can find their classes and call them where you need.