(02) Vite with Bootstrap Laravel | Install Bootstrap 5 in Laravel with Vite

Sdílet
Vložit
  • čas přidán 20. 07. 2022
  • Install Vite in Laravel
    Install Vite in Bootstrap in Laravel with Vite
    What is Vite
    Vite in Laravel Bundling Assets (Vite)
    Do you know webpack is replaced with vite in Laravel 9.
    Vite is a modern frontend build tool that provides an extremely fast development environment and bundles your code for production. When building applications with Laravel, you will typically use Vite to bundle your application's CSS and JavaScript files into production ready assets.
    Laravel integrates seamlessly with Vite by providing an official plugin and Blade directive to load your assets for development and production.
    Choosing Between Vite And Laravel Mix
    Before transitioning to Vite, new Laravel applications utilized Mix, which is powered by webpack, when bundling assets. Vite focuses on providing a faster and more productive experience when building rich JavaScript applications. If you are developing a Single Page Application (SPA), including those developed with tools like Inertia, Vite will be the perfect fit.
    Installing Node
    You must ensure that Node.js and NPM are installed before running Vite and the Laravel plugin:
    node -v
    npm -v
    1. npm install
    2. npm run dev or npm run build
    Loading Your Scripts And Styles
    With your Vite entry points configured, you only need reference them in a @vite() Blade directive that you add to the head of your application's root template
    Vite with bootstrap blog
    techvblogs.com/blog/how-to-in...
    Vite with one step missing blog
    larainfo.com/blogs/how-to-ins...
    Learn web development with career development lab
    Learn App development with cdl
    Learn full stack development with cdl
    If you are facing any problem during development, you can post your queries free of cost at solutions.cdlcell.com so our team will respond to you within 24 hours.
    If you need paid help from us, please visit solutions.cdlcell.com/user/in... to process a contract with us.
    * Contact us: contact@cdlcell.com
    * Our website: cdlcell.com
    * My Twitter: / hadayatniazi3
    * My FB: / hadayatniaziofficial
    Follow us on LinkedIn: / cdlcell
    Follow us on Tiktok: / cdlcell
    Join us on Instagram: / cdlcell
    Follow us on Facebook: / cdlcellpk
    Join our Laravel Developers whatsapp group: chat.whatsapp.com/JSA8qZZGVbP...
    #php
    #phplaravel
    #laravel
    #webdevelopment
    #cdl
    #career_development_lab
    #hadayatniazi
    #coding
    #technology
  • Věda a technologie

Komentáře • 33

  • @shindeanita1629
    @shindeanita1629 Před rokem +2

    Thank you. You have explained deep and cleanly. after too much time spend on searching I found your video and useful for me.

    • @LaravelLover
      @LaravelLover  Před rokem

      Most welcome, if you want to integrate admin theme using vite, I have short course on it, which contains few vids.

  • @terratails0001
    @terratails0001 Před rokem +1

    You're a life saver sir, Thank you very much for this video.

    • @LaravelLover
      @LaravelLover  Před rokem +1

      Pleasure to listen that it helped you. Also there are 25+ playlist on the Laravel. Don't forget to check them out.

    • @terratails0001
      @terratails0001 Před rokem +1

      @@LaravelLover i will! Thank you very much!

    • @LaravelLover
      @LaravelLover  Před rokem

      @@terratails0001 you are welcome

  • @arjunxpro
    @arjunxpro Před rokem

    Thanks so much, you're awesome! You've really saved the day.

    • @LaravelLover
      @LaravelLover  Před rokem

      Glad I could help! Subscribe the channel to get more useful videos like this

  • @tamasfarkas930
    @tamasfarkas930 Před rokem +1

    Hi
    I have a question about Laravel Vite.
    Everything works fine on localhost. But what I copy to my own storage, the scss and js files are not visible.
    Can you help?

  • @mikrotikgginformatica6426

    sorry my english, in my laravel project folder there is no webpack.mix.js, only vite.config.js, is it necessary to install mix.js?

    • @LaravelLover
      @LaravelLover  Před rokem

      Nope, it's not necessary, when it newly came, they added this, and after sometimes they removed this one.

  • @thaumie1
    @thaumie1 Před rokem

    Я 4 дня потратил, чтобы разобраться с тем как это работает, перелопатил половину интернета, кучу форумов, кажется, узнал все варианты ответов gpt бота, и конечно же мою проблему решил пакистанский парень с ютуба с видео под которым 8к просмотров. Спасибо тебе, ты лучший

    • @LaravelLover
      @LaravelLover  Před rokem

      Приятно читать ваши отзывы. Большое спасибо за то, что поделились своими ценными мыслями.

  • @ibrownlad
    @ibrownlad Před 11 měsíci +1

    Sir Indeed It was an informative video but I request u to please give a small intro before taking any step. I mean just take example of ur this video, in this video u copied some import files from the website and pasted in some laravel's resources's sub directories but u didn't even mention like in which file we should mention those commands and why we can't paste the commands in other files and then u used the @vite directive and mentioned the address inside the array like where u pasted those commands and we dunno where are the compiled or minified files of our front end stuff. All I just wanna say to please elaborate a lil bit before doing anything because it is hard to understand without knowing the actual use of the command and u are doing superb Job Jazaka Allah Sir for being so cooperative with us

    • @LaravelLover
      @LaravelLover  Před 11 měsíci +1

      Good suggestion dear. I'll keep in mind.

  • @user-zt2ne5mu5l
    @user-zt2ne5mu5l Před rokem

    Why after npm run build i have
    npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
    npm ERR! Missing script: "build" ?

    • @LaravelLover
      @LaravelLover  Před rokem

      May be you have an old version, please run npm install again and then run npm run build it will work

  • @alexeismirnov4483
    @alexeismirnov4483 Před rokem +1

    Unfortunately, nothing worked out..Error - the path module was not found. I use PhP storm
    So! decision -> Update your Node to current version (19.4) for fix this problem! Thanks a lot! ))

    • @LaravelLover
      @LaravelLover  Před rokem

      Thanks for the info! Glad that it solved the issue. :)

  • @mdmonirulislam4555
    @mdmonirulislam4555 Před rokem +1

    Can you provide a vedio about Laravel9 + vite + React.

    • @LaravelLover
      @LaravelLover  Před rokem +2

      Yes will do this. I am now shooting the laravel with vue and after this will shoot on React. Subscribe the channel and press the bell icon so you will be notified within 3,4 days. This is full series where you will also learn how to install breez with vite with vue and react.

  • @rehanullah1130
    @rehanullah1130 Před rokem +1

    Sir npm run build not working
    Show some refrenceError path is not define how may I solve this

    • @LaravelLover
      @LaravelLover  Před rokem

      In the head of your file, just add
      const path = require('path');
      For more info please visit the below url.
      stackoverflow.com/questions/58801984/referenceerror-path-is-not-defined-express

  • @akashlmp
    @akashlmp Před rokem

    I have error in npm run build command
    Missing script build

    • @LaravelLover
      @LaravelLover  Před rokem

      Follow stackoverflow link to solve the error. stackoverflow.com/questions/47343658/using-npm-run-build-fails-with-npm-err-missing-script-build

  • @cutey1360
    @cutey1360 Před rokem

    Does dropdown work after register?

    • @LaravelLover
      @LaravelLover  Před rokem +1

      Register? Do you mean vite configuration. Actually drops down require poper js that's why you need to add the cdn and then it's going to work.

    • @cutey1360
      @cutey1360 Před rokem

      @@LaravelLover kk

    • @LaravelLover
      @LaravelLover  Před rokem +1

      In my case when I registered the user, my dashboard logout dropdown is working fine.

  • @omacchrome688
    @omacchrome688 Před rokem

    i have this error i dont know where i went wrong did everything
    > build
    > vite build
    vite v4.2.2 building for production...
    ✓ 3 modules transformed.
    ✓ built in 168ms
    [vite:build-import-analysis] Parse error @:6:69
    file: C:/Users/Kompyter/OneDrive/Documents/Laravel/digitalLibrary/resources/js/components/ExampleComponent.vue:6:68
    4:
    5:
    6: Example Component
    ^
    7:
    8:
    error during build:
    Error: Parse error @:6:69
    at parse$e (file:///C:/Users/Kompyter/OneDrive/Documents/Laravel/digitalLibrary/node_modules/vite/dist/node/chunks/dep-d305c21f.js:16018:355)
    at Object.transform (file:///C:/Users/Kompyter/OneDrive/Documents/Laravel/digitalLibrary/node_modules/vite/dist/node/chunks/dep-d305c21f.js:45498:27)

    • @LaravelLover
      @LaravelLover  Před rokem

      Ok no problem we will help you, please post your queries at solutions.cdlcell.com