Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

gustav1105's avatar

Laravel 5.3 and Vue.js

With a fresh install of laravel. I did the following 1.) make:auth (so I have a layout app.js) 2.)npm install (so I have vue.js) 3.) Ran gulp.

Now please take time to explain extensively, How do I go about using vue in my home.blade.php file

Please explain the steps, I don't know much about laravel and the front end so my problem is a lot to do with the creation of the files. I see there is a component folder in resources with example. vue. What does it do how do I use Vue?

Please help a beginner in need of some guidance!

0 likes
7 replies
bashy's avatar

Why use Vue if you don't know much about frontend?

2 likes
willvincent's avatar

Step by step instructions...

  • Step 1: Get a paid account (if you don't already have one)
  • Step 2: Watch the extensive tutorial videos covering all things laravel -- and enough Vue to get going.
  • Step 3: Come back and ask specific questions about small pieces that you can't get to work, providing enough detail and code samples for someone to be able to help.
  • Step 4: Practice until you become a proficient laravel developer.
  • Step 5: Profit.

img

Those of us here on the forum are happy to help.. but you need to do the work.. for extensive hands-on step by step learning.. well, that's Jeffrey's job. :)

2 likes
gustav1105's avatar

Thanks for all the reply's. Sorry for the question being so broad. I have figured it out though, so for everyone this is the answer I needed.

Just go to resources app.js file there you will find vue !

You can create your components there

Please or to participate in this conversation.