Full Stack Vue.js & Laravel

  Рет қаралды 539,889

Traversy Media

Traversy Media

Күн бұрын

Пікірлер
@ousmanetoure9011
@ousmanetoure9011 5 жыл бұрын
Bonjour Brad, en 45min tu m'as montré ce que j'ai pas pu élaborer après des mois de lecture des cours de VueJs, vraiment je ne pourrais te remercier assez. Tu es le meilleur prof que j'ai encore jamais vu sur le net. Grand merci!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@nyplace1
@nyplace1 2 жыл бұрын
No doubt the best vue to laravel video I have ever watched, no extra complexity, simple to understand the project that touches on all basics that one needs to know. Wow amazing presentation. My son is learning programming now and this video is perfect to continue his studies. Although I do some laravel programming myself, most of my projects involve developing in Java (Spring) :( , I am jealous of you people who get to actually code using this amazing framework, it actually enjoyable to code.
@dassyboi6131
@dassyboi6131 5 жыл бұрын
Brad you are the best! Watching your tutorials are a pleasure, it's soo refreshing to hear someone speak about programming in such a clear and concise way that it makes sense to us novices. I studied programming at University in the UK and I got to say you've taught me more than the 3 years I spent there! Keep up the great videos man!
@blazerowland3398
@blazerowland3398 6 жыл бұрын
This couldn't have been more perfectly timed for the laravel project I just started. I literally was 10 minutes into your vuejs in 60 minutes tutorial when I got the notification for this. Still going to watch both tho. Keep it up. Always wonderful content. Favorite teacher by far!!!
@TraversyMedia
@TraversyMedia 6 жыл бұрын
Awesome. If you are new to Vue, I would definitely suggest starting with the crash course. I appreciate the comment :)
@blazerowland3398
@blazerowland3398 6 жыл бұрын
I did! This tutorial helped reinforce what I learned there. Which is exactly what a good teacher should be doing. Tons of praise your way Brad!
@kushagraacharya6279
@kushagraacharya6279 4 жыл бұрын
If you are lost while installing Vue for the project in higher laravel project do these 1. composer require laravel/ui 2. php artisan ui vue --auth Then you can perfom the npm install which shows in your terminal and then follow the tutorial again from 4:47
@rosaclovis
@rosaclovis 6 жыл бұрын
Hey Brad, this is the kind of intermediate/advanced content that I'd love to see in your channel. Thank you very much mate! Cheers
@philanderson888
@philanderson888 6 жыл бұрын
Just worked through this on a MAC - worked flawlessly and very pleased how it all fits together so simply.
@sangamadhikari8497
@sangamadhikari8497 6 жыл бұрын
Wow Brad, i have been searching over and over about a tutorial on Vue and Laravel. Can't thank enough.
@sangamadhikari8497
@sangamadhikari8497 6 жыл бұрын
Liked the video so that i can watch it later.
@StaySickGdl
@StaySickGdl 6 жыл бұрын
I took a Vue.js course at udemy but there, the teacher, as good as he is (thanks Max), didn't even explain a simple backend integration which is something very useful for someone like me who has worked as a developer some time ago, under different technologies or a novice. Thanks for this kind of approach...
@CyJobes
@CyJobes 6 жыл бұрын
Thanks for the tut. While I still don't get all of Vue, YET :), you answered a few questions for me about how Laravel and Vue work. Plus, I've always used Jquery for AJAX, but your tuts have opened my eyes to Axios. I'm going to watch the video you mentioned at the start of this so I can understand what you are doing with routes/api.php. I've never known anything about it or what it does. Thanks again. You are really helping me, and I'll throw you a donation soon.
@basantakc2168
@basantakc2168 5 жыл бұрын
If youre useing larave 5.7 or 5.8 Vue.component('articles', require('./components/Articles.vue').default); make sure to add .default OR you can use import statements
@JamesShisiah
@JamesShisiah 5 жыл бұрын
Just found this out, I think it's because of Vue 3.^
@prathamkhand5048
@prathamkhand5048 5 жыл бұрын
my and are not recognized
@mimitk6642
@mimitk6642 5 жыл бұрын
Hi, i'm using laravel 5.8 and in my meta last_page is missing, i'm wondering if you had this problem and how did you fix it ? Thanks
@hatimfellak7286
@hatimfellak7286 4 жыл бұрын
@@prathamkhand5048 did u find any solution ?
@panjigemilang2077
@panjigemilang2077 4 жыл бұрын
@@hatimfellak7286 u need to 'npm run dev' and there u go
@ilyarablitip4636
@ilyarablitip4636 6 жыл бұрын
It's so nice.I just started laravel project ,but i'm not a backend engineer i just wanna learn laravel,appreciate this cource thx u
@PR0D0T4
@PR0D0T4 6 жыл бұрын
Hey guys. I'm not so good in GIT, so I didn't know how to make a PR to the full project in this video, so I worked on it and made it on my own repository. Changes : 1. Edited the back-end, made it ultra-easy and improved. Also changed the route links convention to plural. 2. All controller methods are much cleaner and easy as possible. 3. Store and Update methods are separated. 4. Edited and improved the Article.vue component, separated Add and Update method. 5. Changed request method from fetch to axios (recommended to use & included by default in Laravel). 6. Now, after editing a specific resource on some page, after saving it auto-renders at that page. 7. Now, after deleting a specific resource on some page, after saving it auto-renders at that page. 7.1. If there are 21 elements (5 on page) there are 5 pages, and on the last one there are only one Article. If you delete him, remains 20 elements (4 pages), so it re-renders all automatically to the new latest page (4 from 4). 8. Modified href from '#' to javascript:void(0); so, it doesn't add the '#' to current URL, it just doing noting. REPO : github.com/priMo-ex3m/Laravel-API-VueJs-example
@ridwangumz10
@ridwangumz10 5 жыл бұрын
thanks to share your project. i have been follow the brad project, but i found some bug (i guess). when i edit an article and then add an article i got an error.
@KamalKhan-bc8lz
@KamalKhan-bc8lz 4 жыл бұрын
After completing ur vue crash course headed right here, That's what looking for. Thank u sir :)
@ridwanmaulanatanjung1198
@ridwanmaulanatanjung1198 5 жыл бұрын
a little tip for 34:23 if you guys don't want the page moving to the first page after deleting, simply just add this as the parameter `api/articles?page=${this.pagination.current_page}` so your code will look like this : this.fetchArticles(`api/articles?page=${this.pagination.current_page}` );
@orbitory7936
@orbitory7936 5 жыл бұрын
if anyone is trying this with Laravel 6 you need to do install laravel/ui: composer require laravel/ui php artisan ui vue --auth
@intellsoft
@intellsoft 5 жыл бұрын
Oh boy here we go
@kennethpineda6143
@kennethpineda6143 5 жыл бұрын
This is nice tutorial. Can we get a new updated 2019 version of laravel + vue? Would be nice if you used vuex, vue-router and vuetify. I wish you make that.
@ankitchoudhary7593
@ankitchoudhary7593 6 жыл бұрын
you are very supportive man ... keep going.. I am already recommending your channel to my friends
@CodeWithMukeshBadgujar
@CodeWithMukeshBadgujar 3 жыл бұрын
Searched Video, Open it, Seen Traversy Media >> Without Thinking Just Like It... :)
@edmartinez5345
@edmartinez5345 6 жыл бұрын
I had trouble initially with the start up. (1) first, vue devtools mentioned that vue was detected but it cannot be shown because the site was at production mode. solution: restart your computer. (2) there was an error on the article that was not properly recognized by vue. I just added a the "default" in Vue.component('articles', require('./components/Articles.vue').default); and it worked. Awesome video!
@zohairirani6133
@zohairirani6133 5 жыл бұрын
Hi, I am having the same problem with recognizing custom elements in Vue. I tried adding default but nothing changed. It's recognizing without registering with Vue.component() but not inspite of registering for some reason. Can you help out?
@asimghafoor
@asimghafoor 5 жыл бұрын
I have been through paid courses but this one was better than all.
@quanchi88
@quanchi88 4 жыл бұрын
Still works in 2020, with Larravel 7. Good job.
@mariusp7537
@mariusp7537 6 жыл бұрын
It is so easy to understand if you are explaining, just awesome. thank you
@MrMabdelaziz77
@MrMabdelaziz77 6 жыл бұрын
Fantastic! I just was looking for a course like this, this video came in time! Thank you so much, your videos are helpful :)
@messi8ballon_dor
@messi8ballon_dor 5 жыл бұрын
Thanks man, I like this video, It's easy to understand what the vue is and how to implement it with Laravel.
@klukiyan
@klukiyan 6 жыл бұрын
Very good. I didn't like the add/edit form at the top and made it as a modal. However on "Save" the vuejs didn't want to be friends with bootstrap, so had to require bootstrap+vuejs package and make the form in there. It ended up working good. even very good
@zohairirani6133
@zohairirani6133 5 жыл бұрын
For editArticles(), you are manually creating a new field inside articles {} object called article_id, this has 2 problems: 1. article_id variable defined in data() is not used anywhere. So no point in creating that variable. 2. After editing a post, when we try to create a new post, it throws an error, since it has one extra field in the articles object, article_id. To resolve this, use "delete this.article.article_id" before exiting the else block. Also we have to manually set this.edit = false before exiting the else block, otherwise, creating a new post will just edit the previously selected article since the edit value is still true and never set false.
@shivamchhetri9893
@shivamchhetri9893 6 жыл бұрын
This is what i'm searching from morning and now you upoaded it. laravel + vue + api
@CODINGISEASY
@CODINGISEASY 5 жыл бұрын
good luck on learning!
@novakevin
@novakevin 6 жыл бұрын
Hey Brad, I noticed in one of your older videos you mentioned you preferred React over Vue.js because you had more experience with React. Has you opinion of either changed since then?
@tallcoder
@tallcoder 6 жыл бұрын
Great question ... I tend to like Vue better. Worked with React first, but I tend to lean towards Vue anymore.
@snoot_loops599
@snoot_loops599 6 жыл бұрын
I know this is old, but from my experience, React is better for bigger projects, and Vue is better for smaller projects. Vue can get extremely messy and harder to manage on a larger application.
@CODINGISEASY
@CODINGISEASY 5 жыл бұрын
i have used both and personally i prefer vue
@tijubrains
@tijubrains 5 жыл бұрын
@@snoot_loops599 if you think that way about vue, then that must be because you don't know vuex.
@AleksandarPanov
@AleksandarPanov 4 жыл бұрын
@@snoot_loops599 Not true. :)
@JamesShisiah
@JamesShisiah 5 жыл бұрын
This is the video I was looking for. Great work
@andrewkiminhwan
@andrewkiminhwan 6 жыл бұрын
YES YES YES!!! Perfect timing brad, this is wonderful content! Thank you so much for your efforts
@indrajitdas9595
@indrajitdas9595 4 жыл бұрын
Just awesome ...It helped me a lot . Where is the next episode ? Can you plz tell me sir?
@shubhamtarkar38
@shubhamtarkar38 6 жыл бұрын
Congrats in Advanced Brad about to reach 300k Subscriber in next ten days !!!
@olosh01
@olosh01 6 жыл бұрын
Man ... I can't explain... I was about to ask you to do full stack vue laravel project few days ago :) Consider making full course Vue-Laravel or even just Vue. Thank you!
@sleepydev4700
@sleepydev4700 4 жыл бұрын
This channel is definitely help me a lot, thank's man
@bulldog2024
@bulldog2024 5 жыл бұрын
Great content as always Brad. Love your stuff.
@nickstockley
@nickstockley 6 жыл бұрын
Lol I have been creating an app with laravel and partly vue just this last week. The vue part is working pretty slick now but I have stuffed so much code and functionality into one single component. I shall watch this before I open vs code tonight and hopefully learn how it should be done.
@TK-ne1ku
@TK-ne1ku 4 жыл бұрын
For those who have an issue that can't add new article after updating some articles, add these three lines above "alert('Article Update')" this.article.article_id = ''; this.article.id = ''; this.edit = false;
@jantinnerezo5634
@jantinnerezo5634 5 жыл бұрын
Thank you so much for the useful, lifesaver and great content Brad!
@RikakoDu
@RikakoDu 4 жыл бұрын
[Vue warn]: Failed to mount component: template or render function not defined If anyone comes across this problem at 8:40, do the following in your app.js file. require('./components/Articles.vue').default The .default is required for it to work.
@stormcorexz
@stormcorexz 6 жыл бұрын
Hey Brad, thanks a lot for what you do to us, it is really one of the best channels ever, always my first stop to check for an answer :) would you pls make an sample project with vue router and vuex so i can grasp the whole idea because u know consuming an api with a separated front end need an extra router layer than laravel router, also working through components needs vuex as well.
@iancarr3923
@iancarr3923 6 жыл бұрын
Same as below - I have been able to make a fast start on a new project. Thanks!
@ryankang1783
@ryankang1783 5 жыл бұрын
Hey man, this is cool! Can you show us how to implement the Authentication to the application?
@ambrosesulley2788
@ambrosesulley2788 4 жыл бұрын
Thanks so much Traversy your Tutorials help me out thru my carrier. If possible create for us crash course for data filtering using laravel and Vue.
@aRookieProgrammer
@aRookieProgrammer 3 жыл бұрын
13:54 you could do Article::latest()->paginate(5)
@vas.milivoj
@vas.milivoj 6 жыл бұрын
i was searcing for this these days, peeerfect, thank you so much :)
@kingzeddicus
@kingzeddicus 6 жыл бұрын
Thank you for this helpful video. Subscribed! Hope to learn more from your videos in the future.
@PatrickMacielCampos
@PatrickMacielCampos 5 жыл бұрын
Thanks man. Direct, simple and functional tutorial.
@wassim5622
@wassim5622 5 жыл бұрын
First of all, what a great course you are the best man ! second will there be a course using laravel with react, i think its gonna be a great course too
@jaimarkenchi8373
@jaimarkenchi8373 3 жыл бұрын
Wow Fantastic Tutorial, keep it up master
@tandoku9133
@tandoku9133 4 жыл бұрын
Loved the 2 video series of Laravel API and Vuejs. Thank you. Could you make a tutorial for Laravel Auth with vuejs. Where in action /login does not happen immediately on submit of form, but will first call a vuejs function then will "fetch" to the API. Many thanks.
@josuebarros-desenvolvedorw2490
@josuebarros-desenvolvedorw2490 4 жыл бұрын
Laravel and Vue are so cool!!!
@lserranoit
@lserranoit 4 жыл бұрын
Thank you. You explain exactly what we need to learn
@PR0D0T4
@PR0D0T4 6 жыл бұрын
Great video. It would be nicer if you use Axios instead of Fetches, since it's much cleaner to work with & it comes pre-defined with Laravel. Can you please make some videos not about how to put parts of applications in components, and then just collect them in a base page with html directives as , but making series about multiple components (with Laravel), talking to each-other as parent-child, child-parent, child-child? Thanks in advice!
@HamKibz
@HamKibz 6 жыл бұрын
This is awesome. Keep up the good work.
@pekakdogler3542
@pekakdogler3542 5 жыл бұрын
Hey i'am using laravel 5.8, i have problem that i found on my code at 18:37, "Uncaught (in promise) ReferenceError: res is not defined" how can i fix this?
@rhyzo1
@rhyzo1 6 жыл бұрын
love the laravel videos, keep it up!
@topsl69
@topsl69 6 жыл бұрын
Don't we have to set this.edit to false after we did the request to update the article at about 43:45?
@MJBlum
@MJBlum 6 жыл бұрын
Awesome tutorials Brad! But right now I'm confused what should I use. Maybe you can give me an advice what to do! My goal is: An Laravel backend and a web frontend application + a react-native app (both with authentication). Should I create the web application frontend with larvavel like you've did in the "Laravel from the scratch" series , or should I create a REST API and build a React or vue.js web application + an React-native app? Thanks for your help and keep up the good work!
@curry5423
@curry5423 5 жыл бұрын
其实laravel 和 vue 结合的核心是laravel官方已经帮你配置好了webpack,这样可以节省很多的时间,但是个性化配置有时候会受到一些小限制。。。到总体来说真的方便。 我比较喜欢接口直接用lumen😁
@afnibi
@afnibi 2 жыл бұрын
Im watching this in 2022, Thank you Brad.
@irwinpalomo7212
@irwinpalomo7212 6 жыл бұрын
As always Brad, thank you very much.
@nameless_space04
@nameless_space04 5 жыл бұрын
Can you add a login function for this app? A new tutorial maybe? Thanks!
@pranilrathod
@pranilrathod 5 жыл бұрын
I recommend you to try to implement it by yourself.... Mr. Traversy does an excellent job explaining every core concept for anyone to build anything from scratch... and his main motto is teach people how to teach yourself.... I believe you can consume the concepts from the video and try to make use of it Goodluck!
@CODINGISEASY
@CODINGISEASY 5 жыл бұрын
you can use laravel passport or a package called jwt auth
@bagussup
@bagussup 5 жыл бұрын
Did you use another framework to fetch json? i have an exception on the res.json()
@pablorosa3848
@pablorosa3848 5 жыл бұрын
Try using vue-resource
@pablorosa3848
@pablorosa3848 5 жыл бұрын
laravel comes with bootstrap 4 by default. Take a look at your packege.json it has "bootstrap": "^4.0.0" and in your app.scss you have @import '~bootstrap/scss/bootstrap'; So, you can pull the /css/app.css file that is in your public folder. and use Bootstrap already
@achuajap
@achuajap 6 жыл бұрын
hello, got a little problem here, at 8:43, when showing the "Articles" content, it doesn't show from my side. Still a blank page, also noticed that in my Articles.Vue component, the tags color are all white.
@Rockapotamus
@Rockapotamus 6 жыл бұрын
if your console log is showing HTTPS vs HTTP issues. Use, "secure_asset('js/app.js')" helper vs "asset('js/app.js')" as outlined in the video.
@fikoredha5557
@fikoredha5557 5 жыл бұрын
Keep making content and sharing Your videos help many people May God Bless You :)
@matiasolivera8909
@matiasolivera8909 6 жыл бұрын
Love this kind of videos, awesome!
@wiscatbijles
@wiscatbijles 5 жыл бұрын
I believe there are some errors in this component. If you try to edit something and then create a new article it will be buggy. 1. I think this.edit needs to be reset to false. 2. And also this.article.article_id is not right, this is not how you defined it in data where it is this.article_id. I've got the following code to correct it. So I put the article_id into the this.article object and added the this.edit = false. data() { return { articles: [], article: { //bound to v-model in this case id: '', title: '', body: '', article_id: '' }, pagination: {}, edit: false } }, addArticle() { fetch('api/articles', { method: this.edit ? 'put' : 'post', body: JSON.stringify(this.article), headers: { 'content-type': 'application/json' } }) .then(res => res.json()) .then(data => { // clear the form this.article.title = ''; this.article.body = ''; this.article.id = ''; this.article.article_id = ''; alert(this.edit ? 'Article Updated' : 'Article Added'); this.edit = false; this.fetchArticles(); }) .catch(err => console.log(err)); }, editArticle(article) { this.edit = true; this.article.id = article.id; this.article.article_id = article.id; this.article.title = article.title; this.article.body = article.body; }
@bjornarmar2462
@bjornarmar2462 4 жыл бұрын
Thank. You. So. Damn. Much. I've spent the better part of two hours trying to fix this, and this is exactly what I was trying to do. It's disheartening as hell knowing that I couldn't figure out the syntax on my own even though I knew the logic I wanted implemented. But at least it's fixed now! Thanks!!
@TillyTheCoder
@TillyTheCoder 5 жыл бұрын
Really cool video 😀
@rockinrandalf
@rockinrandalf 6 жыл бұрын
As always Brad, thank you very much. Oh, by the way, you're affected by the "Semikolon disease in vue components" again, ... ;-)
@jukkahautakorpi6407
@jukkahautakorpi6407 5 жыл бұрын
Thank you for great tutorial! Next video of this series could show how to add #page=2 and so on urls that the url would be also rest
@atefrihane
@atefrihane 6 жыл бұрын
I did npm install, npm run watch... but why the vue file is in white text? is anything missed ?
@kn7multimedia675
@kn7multimedia675 6 жыл бұрын
example of retrieving the json data from show controller is not given in this video. is it available in another video series? and one more question, can it be retrieved from the same vue file as the crud?
@chanthaofficial2898
@chanthaofficial2898 6 жыл бұрын
Wow, great video easy to understand.
@eddielhs
@eddielhs 6 жыл бұрын
@Traversy Media you should consider installing JSON formatter plugin for your browser, it would help a lot when returning json from server... Keep up...
@romeoasif
@romeoasif 6 жыл бұрын
Why I am getting this error after creating articles component Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
@prathamkhand5048
@prathamkhand5048 5 жыл бұрын
same error how did u solve it
@VadimBesedin
@VadimBesedin 5 жыл бұрын
@6:56 - Can we embed Vue components using just one (ending) tag, like this: ? Cause it works :) @33:33 - Why we need .then(res => res.json()) in the method: deleteArticle() ?
@alitokmakc1678
@alitokmakc1678 4 жыл бұрын
Well done! Great work! But should not we change the "this.edit = false" again after submit the post for update the article? Because if we don't change this.edit to false after update the article if we try to add a new article we cant because this.edit is not false. What do you think?
@TheNation2013
@TheNation2013 6 жыл бұрын
I am getting the error SyntaxError: Unexpected end of JSON input while trying to either add, delete or update ...... can somebody let me know what went wrong ?
@tigere01
@tigere01 5 жыл бұрын
If anyone is attempting this tut on Laravel 5.7, beware of the Laravel 5.7 Resources Directory Changes. @taylorotwell tweet last August 'Flattened the resources/assets directory into resources for Laravel 5.7' Solution is Running Mix laravel.com/docs/5.8/mix and then linking resources without the curly braces, so NOT but This worked for me when I had an issue of no data showing from console.log(res.data) in API call method @ 18:40
@edunwa3679
@edunwa3679 4 жыл бұрын
Great teacher thank you Brad
@ilhamsaputrajati9767
@ilhamsaputrajati9767 5 жыл бұрын
{{ asset('js/app.js') }} & app.js is including jquery & bootstrap right ? why u call again, and why u put window csrf token when u initialize with meta=csrf-
@Colstonewall
@Colstonewall 6 жыл бұрын
You da man, Brad! Thanks again.
@TraversyMedia
@TraversyMedia 6 жыл бұрын
Thanks for watching :)
@mabrarhassan
@mabrarhassan 6 жыл бұрын
The data is totally open in this application and can be accessed by unauthenticated requests. Please suggest the next tutorial. Thank you for so much great work!
@zombiechibixd
@zombiechibixd 6 жыл бұрын
That you can learn yourself. This is just the basics References: laravel.com/docs/5.7/passport
@amitshokeen7184
@amitshokeen7184 6 жыл бұрын
Hey Brad, I just go through this whole tutorial everything works perfectly but I think you have missed/skipped the part. Once we set the Edit to true we are not making it false again after updating the value. With this it will keep updating the last selected articles data. Checking your other videos too, learned a lot through this video. I have a request too can you please add some videos on Create Wordpress plugins. Thanks
@bjornarmar2462
@bjornarmar2462 4 жыл бұрын
Dude, THANK YOU. I noticed this too only after playing with the app afterward. Your comment is exactly what I was looking for to figure out what was going on.
@mahmoudfathy2074
@mahmoudfathy2074 6 жыл бұрын
You got 00:09 wrong sir, We mean Laravel as a frontend to Vue as a backend . This is how you take challenges 😁.
@zombiechibixd
@zombiechibixd 6 жыл бұрын
Oh no. Stop this madlad
@dimitar1671
@dimitar1671 6 жыл бұрын
should I add new action into articles controller if I want get some articles by additional param: by author_id (/api/articlesByAuthorId), by category_id (/api/articlesByCategoryId)?
@agilasadi9642
@agilasadi9642 5 жыл бұрын
where is your csrf roken? or maybe even client token or something, how do you protect your post methods?
@basantakc2168
@basantakc2168 5 жыл бұрын
Isn't this value same inside the fetch and outside the fetch in fetchArticles() ?? is it necessare to save refrence to this value doing let vm = this?
@Samit8400
@Samit8400 2 жыл бұрын
Hello Brad could you make an update to this important course on laravel and Vuejs
@curlybracket3174
@curlybracket3174 6 жыл бұрын
Thanks for this awesome course
@kcseforecast7580
@kcseforecast7580 4 жыл бұрын
nice video kindly do a video on how to download a file from laravel backend api. Thanks in advance
@stoevno1
@stoevno1 5 жыл бұрын
It will be nice to see a file upload video using Laravel & Vue.js... Maybe an addition to this video ;-)
@CODINGISEASY
@CODINGISEASY 5 жыл бұрын
i will try do one
@alexyap4686
@alexyap4686 6 жыл бұрын
hi brad. great tutorial! thank you. any chance you are going to extend this to add authentication in the future?
@sarkersunzidmahmud2875
@sarkersunzidmahmud2875 4 жыл бұрын
thanks a lot for making this awesome tutorial.
@TheCodebookInc
@TheCodebookInc 6 жыл бұрын
Sir please add the authentication too for admins and guests
@olegpristashkin9078
@olegpristashkin9078 3 жыл бұрын
watch in 2021. Still works (Laravel 7.30.4). Best regards
@helloworld3914
@helloworld3914 4 жыл бұрын
This is awesome, can we get a new updated 2020 version of vue+laravel? Would be cool if you used vuex and vue router too.
@marendra1898
@marendra1898 6 жыл бұрын
could you please put a link for the previous video , i don't get it where is that file/list/article come from..?
I built the same app 10 times // Which JS Framework is best?
21:58
Fireship
Рет қаралды 2,6 МЛН
The Biggest Mistake Intermediate React Developers Make
18:32
Cosden Solutions
Рет қаралды 29 М.
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
Human versus artificial intelligence
3:14
Jean Louis Van Belle
Рет қаралды 6 М.
From Laravel Blade to Vue.js + API [Live-coding Example]
22:28
Laravel Daily
Рет қаралды 169 М.
PHP on the frontend! No more Javascript!
14:47
Aaron Francis
Рет қаралды 127 М.
5 CSS Tips & Tricks for better Responsive Web Design
9:39
Coding2GO
Рет қаралды 19 М.
Что в итоге выбрать: REACT, VUE или ANGULAR?
10:27
Vuex Crash Course | State Management
1:01:19
Traversy Media
Рет қаралды 400 М.
Vue JS Crash Course
1:50:52
Traversy Media
Рет қаралды 1,3 МЛН