Setup Laravel with Vue and Vuetify

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024

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

  • @dulerong5
    @dulerong5 4 года назад +41

    Error: [VueLoaderPlugin Error] vue-loader 15 currently does not support vue rules with oneOf
    if anyone comes across this, the fix is as written below.
    Uninstall vuetify-loader, because version 1.6 isn't compatible with the newest laravel
    npm uninstall vuetify-loader
    Install vuetify-loader version 1.5
    npm install vuetify-loader@1.5
    At last, npm run watch, it should compile correctly.
    Below link is where I found this solution, don't ask me why it works, it just works...
    github.com/vuetifyjs/vuetify-loader/issues/144

  • @kennethnyange6577
    @kennethnyange6577 4 года назад +2

    Works like a charm.... Thanks Mate. For those who like to "copy and Paste" configuration at 8:24 -- see below:
    const VuetifyLoaderPlugin = require('vuetify-loader/lib/plugin')
    var CaseSensitivePathsPlugin = require('case-sensitive-paths-webpack-plugin');
    var webpackConfig = {
    plugins: [
    new CaseSensitivePathsPlugin(),
    new VuetifyLoaderPlugin()
    ]
    }
    mix.webpackConfig(webpackConfig);

  • @hughmungus1767
    @hughmungus1767 4 года назад +4

    I really appreciated your video. It was clear, involved no hand-waving/shortcuts and best of all, everything worked as it was supposed to. NOW I can learn Vue, Vuetify and Vuelidate once I've installed it!

  • @dennisvandermeer8238
    @dennisvandermeer8238 4 года назад +6

    The instructions will not work anymore with Laravel 7: Error: [VueLoaderPlugin Error] vue-loader 15 currently does not support vue rules with oneOf.

    • @dulerong5
      @dulerong5 4 года назад +1

      Uninstall vuetify-loader (version 1.6), and install vuetify-loader version 1.5 instead.
      Check this fix, it worked for me.
      github.com/vuetifyjs/vuetify-loader/issues/144

    • @jolanowang4058
      @jolanowang4058 4 года назад +3

      npm i vuetify-loader@1.5.0

    • @dennisvandermeer8238
      @dennisvandermeer8238 4 года назад

      @@dulerong5 This worked. Thanks. Now there's another issue. See reply below

    • @dennisvandermeer8238
      @dennisvandermeer8238 4 года назад

      @@jolanowang4058 This worked. Unfortunately I now have another issue when following the instructions and use a v-data-table. I copy+pasted the example on the Vuetify website (vuetifyjs.com/en/components/data-tables/) of the first data table I could find into my own sample component and when I try to run the code I get the following error: "TypeError: Cannot read property 'breakpoint' of undefined.
      Note that this does not seem to happen with all components.
      It does look like this: github.com/vuetifyjs/vuetify/issues/11903 but not exactly the same

    • @jolanowang4058
      @jolanowang4058 4 года назад

      @@dennisvandermeer8238 probably you are using new ver. of vuetify

  • @sudeshryan8707
    @sudeshryan8707 3 года назад +2

    Thank you for the tutorial. ❤
    APPRECIATE IF YOU CAN LOWER YOUR SCREEN RESOLUTION OR INCREASE FONT SIZE WHILE YOU RECORD.

    • @scrypster
      @scrypster  3 года назад

      This is an older video. I have increased the resolution and font size for my newer videos. Thanks for watching!

  • @StefanSchmalhaus
    @StefanSchmalhaus 4 года назад +2

    Thank you very much for this very helpful tutorial!

  • @Ribby00
    @Ribby00 4 года назад +3

    Perfect. Thanks man!
    Subbed

  • @hugopedro7023
    @hugopedro7023 3 года назад +1

    Good, but how to fully remove bootstrap after that? There's still some code in the app after npm remove bootstrap

  • @theexplainers632
    @theexplainers632 3 года назад

    I got this error what does this mean?
    The toast encountered an error.
    Please make sure that the app id is s
    Command Line: "D:\xampp\htdocs\vue js
    de-notifier\vendor\snoreToast\snoreto
    \\.\pipe
    otifierPipe-d6ba4a92-bee1-
    vue js\inventry_management_system
    od
    "Build successful" -t "Laravel Mix"

  • @MorganLee1997
    @MorganLee1997 3 года назад +1

    We want moar latest updates

  • @reckonroy7987
    @reckonroy7987 3 года назад +1

    Hi someone please help me out I am getting this error: [Vue warn]: Unknown custom element: -
    did you register the component correctly? For recursive components, make sure to provide the "name" option.
    found in
    ---> at resources/js/components/ExampleComponent.vue

  • @jmmacatangay_grizzlybear
    @jmmacatangay_grizzlybear 3 года назад +1

    How about Laravel and Quasar? It makes us a lot powerful you'll be an all in Web, Desktop, Ios, and Android. Can you make a Laravel and Quasar"

    • @scrypster
      @scrypster  3 года назад

      I’ll see what I can do. Life has been extra busy lately.

  • @noahmalchy2676
    @noahmalchy2676 4 года назад +1

    Well done, I would have liked it better if you had omitted the case sensitive paths thing to be a bit more concise but still a great video, looking forward to more content!

  • @sanderscheijbeler
    @sanderscheijbeler 4 года назад +1

    Thank you sir. I subscribed to your channel after watching this. Very clean en clear tutorial. Be seeing/watching you. Keep it up!

  • @ziyadidit
    @ziyadidit 4 года назад

    Hi. İ have some issue in installing npm. I found out some info how to solve it. But i don't really understand what exactly should i do. Here is prtScrn of my issue prnt.sc/u3uzbg And here is the solving: prnt.sc/u3uzmu . I don't know which proxy and posrt i need to write. Can anybody help me?

    • @ziyadidit
      @ziyadidit 4 года назад

      I solved it how described here stackoverflow.com/questions/33186123/npm-install-errors-on-vagrant-homestead-windows-eproto-protocol-error-symlink/33188475
      And got other errors XD

  • @JoyuuMusic
    @JoyuuMusic 4 года назад +1

    Glad i found thos channel

  • @dondelrosario3105
    @dondelrosario3105 4 года назад +1

    Very informative and helpful tutorial! Awesome video!

  • @andreysamaev6966
    @andreysamaev6966 7 месяцев назад

    Great tutorial! Realy helps. Thank you

  • @caiokawasaki2696
    @caiokawasaki2696 4 года назад +1

    Thank u sr

  • @laraphant
    @laraphant 4 года назад +1

    Great tutorial, Thanks man

  • @derkaouiabdelatif1524
    @derkaouiabdelatif1524 4 года назад +1

    thank's for the explanation

  • @mijaelcabanillas7583
    @mijaelcabanillas7583 2 года назад

    Styles not working in Laravel 8 please help

  • @alexsama536
    @alexsama536 3 года назад

    installed via npm,but [webpack-cli] Error: [VuetifyLoaderPlugin Error] No matching rule for vue-loader found.

  • @reckonroy7987
    @reckonroy7987 3 года назад

    Video was great, but I believe that we should had gotten a heads up that this does not start off from the very beginning for someone who is just starting off on laravel vue, I was loading my page and all I could see was blank then it hit me that I a have to
    but thank great video, very helpful please may you do more tuts covering "laravel vue and vuetify"

  • @lucassnel9064
    @lucassnel9064 4 года назад +1

    Great video. One tip: there's a Mac app for showing your keyboard shortcuts on screen when pressed, so you don't have to tell us what you're doing.
    Also, you forgot to show how to correctly load and use the icons vuetify uses under the hood

    • @scrypster
      @scrypster  4 года назад

      Lucas - That’s awesome! I’m gonna look it up. That’s always one of my pet peeves when I see someone’s video and they move so fast! I always want to know what shortcut they used. Thank you!

  • @beyondthenature
    @beyondthenature 4 года назад

    I follow 1.5 vuetify-loader version as 1.6 doesn't work, my problem is doesn't support. everything works well but Icons doesn't appearing. can anyone help me on this please ?

  • @zaydelkoubra5579
    @zaydelkoubra5579 Год назад

    should i have laravel already installed or i'll just install the ui version ?

  • @RaviTaxali
    @RaviTaxali 2 года назад

    Thanks for the detailed instructions. I tried to install Vuetify on a Laravel 9 project, and it is not able to use the Vuetify components. I get error messages like, unknown custom element: did you register the component correctly? Perhaps there is some changes between the version you used and Laravel 9. Could you please advise how to fix the issue?

  • @JavierLust
    @JavierLust 4 года назад +1

    Thank you very much! Simple and effective.

  • @jolanowang4058
    @jolanowang4058 4 года назад

    Error: [VueLoaderPlugin Error] vue-loader 15 currently does not support vue rules with oneOf
    Solution:
    Update version of Vue-js

  • @ericlim8270
    @ericlim8270 4 года назад +1

    Great video highly appreciated

  • @kristofszobacsi5123
    @kristofszobacsi5123 4 года назад

    Thanks man really good video, but the icons arent working, also have to modify the import Vuetify from 'vuetify' and add import 'vuetify/dist/vuetify.min.css'... Otherwise cool!

  • @aloksoni4328
    @aloksoni4328 3 года назад

    Hey Great job, but I am facing an issue. I have followed your video and try to implement the same and it works but vuetify color not works. I mean If I use the primary button then the button appears but not in a primary color.

  • @nwannarichard3192
    @nwannarichard3192 4 года назад +1

    Very helpful. Thank you!!!

  • @bangla19
    @bangla19 4 года назад +1

    Serious job! Well done!

  • @nikulnayi3271
    @nikulnayi3271 4 года назад +1

    Vuetify not working in mine getting below errors
    Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
    Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.

    • @gianlucasgalati1008
      @gianlucasgalati1008 4 года назад

      did you fix it? i have the same problem

    • @nikulnayi3271
      @nikulnayi3271 4 года назад +1

      @@gianlucasgalati1008 yes lower down the version of vuetify-loader to 1.5.0

    • @kosticnemanja1914
      @kosticnemanja1914 4 года назад +1

      @@nikulnayi3271 word i was looking is lower down, thanks a lot. I was starting to get dark thoughts. its working finaly

    • @siberiatrekking
      @siberiatrekking 3 года назад

      I changed file in plugins "vuetify.js":
      "import Vuetify from 'vuetify/lib'
      "
      replaced it with:
      "import Vuetify from 'vuetify'"

  • @kristofszobacsi5123
    @kristofszobacsi5123 4 года назад

    Hey there!! Awesome video man thank you very much. I would like to ask a question please, I am using bootstrap 4.5 on the frontend with vuejs and my admin cms panel is made with coreui stuf...So i dont want to mess up my frontend design adding Vuetify directly into the app.js file since i only need vuetify for the calendar widget....is there a way i can use vuetify just on a single isolated widget without effecting the core js files and without messing up the bootstrap coreui thing in my backend? I am using Laravel & Vuejs though :) Thank you in advance!

  • @kithinga
    @kithinga 3 года назад

    hi, please help, everything is running perfectly but vuetify is not showing

  • @ВячеславПрокоса-д1ж
    @ВячеславПрокоса-д1ж 4 года назад +1

    thank you bro

  • @krystiankoodziej7328
    @krystiankoodziej7328 2 года назад

    This video helped me a lot! thx mate

  • @petrescuflorian3213
    @petrescuflorian3213 4 года назад

    Hello for me worked only when I changed this line on the plugins/vuetify.js import Vuetify from 'vuetify' and add after this line import 'vuetify/dist/vuetify.min.css'

  • @GTommy-rt7ef
    @GTommy-rt7ef 2 года назад

    love you bro you save my life

  • @gedejuniada3905
    @gedejuniada3905 4 года назад +1

    Mantap jaya

  • @Asia_Bangladesh
    @Asia_Bangladesh 3 года назад

    What about django bro?

  • @AddMotionLeb
    @AddMotionLeb 4 года назад +1

    Great video.

  • @justadhithya
    @justadhithya 4 года назад +1

    Thank You

  • @gilbertslam
    @gilbertslam 2 года назад

    Thank you so much!

  • @joshtinkler-josephi8140
    @joshtinkler-josephi8140 4 года назад +2

    This was great! Thank you

    • @scrypster
      @scrypster  4 года назад

      Josh Tinkler-Josephi thank you!

  • @cda151
    @cda151 4 года назад

    I'm having error installing fibers. Does anyone know why?

  • @cherisheddream5580
    @cherisheddream5580 4 года назад +1

    BOOOOOOMMMMMM!!!!

  • @darwincoyos2934
    @darwincoyos2934 Год назад

    Error

  • @tomasdvoracek6098
    @tomasdvoracek6098 3 года назад

    not working anymore under laravel 8 :(

    • @rafalka7084
      @rafalka7084 3 года назад

      I'm using Laravel 8 and it's working for me perfectly.

  • @houiderwalid5842
    @houiderwalid5842 4 года назад +1

    Thank you so much !

  • @iiaa4064
    @iiaa4064 4 года назад

    Thank you for making a helpful tutorial but I hope to you to zoom up this video to watch easily.

  • @kelvezu1585
    @kelvezu1585 4 года назад

    I've watched all of your contents and it's amazing. Looking forward for a full course of Laravel Vue Projects.

  • @LePollio
    @LePollio 4 года назад

    Hi, I have install Vue and Vuetify in my project Laravel 7 but Vuetify is probably not installed properly. Because When I try to click to the button for open modal or when I search with autocomplete nothing happens…
    All the actions that need to be over the screen don’t work, but the rest of it does, do you have an answer to that problem?

    • @jolanowang4058
      @jolanowang4058 4 года назад

      I think you forgot to put in your component

    • @jh-to4us
      @jh-to4us 4 года назад

      I solved the same problem. importing app.js 2 times caused this error. you should check it out

  • @MorganLee1997
    @MorganLee1997 3 года назад

    Quality content but it's underrated!!!

  • @ryad4037
    @ryad4037 4 года назад

    How do i use the v-app in all my different component? (using laravel)

  • @lujo2w
    @lujo2w 4 года назад

    vlw mano, deu certo pra min nesta data 20/03/2020

  • @elmomahupil
    @elmomahupil 4 года назад

    THANKYOUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU :>

  • @kithinga
    @kithinga 3 года назад

    please help, here i have a problem i am able to display the components but when i change something inside the component its not updating, i have tried , npm run watch-poll, npm watch, npm install but its not working @Scrypster

    • @scrypster
      @scrypster  3 года назад +1

      Have you tried “npm run watch”. It’s very hard to diagnose the issue without seeing the environment.

    • @mariannehartigan
      @mariannehartigan 2 года назад

      @@scrypster Thank you thank you! I had the same problem but for some reason when I rebooted my pc I ran "npm run hot" instead. Changing it to watch it worked and I am so happy

  • @fadybehnan6728
    @fadybehnan6728 4 года назад +1

    Thank you sir!

    • @scrypster
      @scrypster  4 года назад

      Fady Behnan thank you!

  • @train-your-knowledge
    @train-your-knowledge 4 года назад

    Thanks! Works like a charm

  • @nicolasaldana9031
    @nicolasaldana9031 4 года назад

    thnx a lot for all