Live-Coding: Laravel CRUD + Vue.js 3 Composition API

preview_player
Показать описание

00:00 Intro
00:48 Laravel API
07:12 Vue: Install & "Hello World" Component
12:58 Vue Composition API: Companies List
19:28 Delete Company Button
23:29 Create Form
30:50 Form Validation
32:34 Edit Form

Related links:

Related tutorials:

- - - - -
Support the channel by checking out our products:
Рекомендации по теме
Комментарии
Автор

I think I’ll need to watch this video many times - it’s completely over my head!

I keep promising myself I’ll learn vue, I just seem to always be continually learning laravel.

As always with your work it is explained well, so if and when I learn it, it’ll likely be from you.

Thanks

gdogmalone
Автор

Thank you for this tutorial. Nice and short but still explaining stuff. I was looking for a tutorial that was not 8 hours long to start with :D

yom
Автор

I really appreciate for sharing your expertise with us sir, it means a lot though you won't know ....Thanks a lot

fredlee
Автор

This is so good to be free, i really appreciate you're doing good job. stay blessed!

tradewithtony
Автор

Yeah VueJS ! Thanks a lot, I'm on Vue2 to 3 right now, perfect timing 👌

chlouis-girardot
Автор

thank you very much sir. this is by far the most understandable tutorial of how to use vue js 3 comp API i've
ever watch. once again, thankyou

rizkymohi
Автор

on the destroy company method you've tried to use a single quote along with the variable which is why it shows an unsued variable hit there. it should use a back tick instead of a single quote.

<code>
const destroyCompany = async (id) => {
await
}
</code>

wadday
Автор

I came here after months of saying I wouldn't switch to composition API, here I am, now using composition API, and definitely will not switch back, composables makes modularity so much easier

Thotsuya
Автор

Thank you, this was so very helpful to me. I appreciate that you took extra time with this - I also very much appreciate the shorter videos as they are easier to fit into my day ! :) The occasional longer form feels like special treat :D

cajoue
Автор

Amazing video. Everything is clear explained about Vue.Js Composition API. Thank you

coljomkd
Автор

Excellent video, i'm fan of your channels, your publications are a reference and one of the best in my opinion. thank so much.

oswaldogvzla
Автор

Thanks perfect video, to use ${variable} u need to define it in back quotation instead dof single quotation so instead of '${variable}' is should be `/your_path/${variable}` and now value would be read normally

mostafaharb
Автор

I am a huge fan or your content you have really shown me how powerful laravel is . A word of advice The state that is exposed by a composable should not be able to be changed by the user directly. But by the methods you expose. To do this you pass refs into computed and readonly for reactive objects. By the way computed does return a ref so you'll be fine.

Kanexxable
Автор

thank you so much for this video im doing the transition from vue 2 to vue 3 and i found it pretty hard this video really gave me the key to start!!

ush
Автор

one of the best video for laravel api + vue ...best regards

boristanasic
Автор

Thank you so much for sharing this valuable content. You have no idea, your channel has helped me in my first job. Greeting from Mexico!

ericksanabria
Автор

Thank you so much, your videos have helped me a lot.
From Brasil

gessegoncalves
Автор

Nice a real tutorial! 💯
This makes me miss laravel when I'm working with NodeJS, I need to write all the boilerplating myself 😔

Stoney_Eagle
Автор

by the title I'm likin' it already, gotta watch it ASAP 😎

ricko
Автор

Great video. Perfect usage of composition API. Thanks a lot.

adityakadam