Тёмный
TutsPrime
TutsPrime
TutsPrime
Подписаться
TutsPrime provides web programming video tutorials that are easy to follow that help you reach your maximum potential in your career.
Build Blog with Laravel and Tailwind CSS
1:09:41
2 месяца назад
Laravel 9 CRUD and File Upload tutorial
1:30:29
2 года назад
Vue js 3 - The practical guide course
2:06
3 года назад
Laravel Crash Course - API Resources
10:41
3 года назад
Laravel Crash Course - Using Migration
10:05
3 года назад
Комментарии
@harshalmahajan26
@harshalmahajan26 Месяц назад
can you share code source ?
@TutsPrime
@TutsPrime Месяц назад
Yes. Here the source code: github.com/edomaru/blog
@JafarH-ip5qh
@JafarH-ip5qh Месяц назад
🎉
@tim_coder
@tim_coder Месяц назад
👍
@dexterfortsilva6656
@dexterfortsilva6656 2 месяца назад
23:24 I can POST request with a name key-value but when i try empty body it rather returns a laravel error page instead of the json with relative context
@dexterfortsilva6656
@dexterfortsilva6656 2 месяца назад
after a little debugging session the validation fails and redirects into route "/"
@dexterfortsilva6656
@dexterfortsilva6656 2 месяца назад
seems like thunderclient not having the necessary header X-Requested-With: XMLHttpRequest
@akillarazarar
@akillarazarar 2 месяца назад
No voice tutorials are a blessing! Thank you ! <3
@TutsPrime
@TutsPrime Месяц назад
You're welcome :)
@thenatureedits8089
@thenatureedits8089 2 месяца назад
Thank you. followed and took first steps in learning about API
@vichetraty4941
@vichetraty4941 3 месяца назад
hello bro, How to create API_KEY TOKEN to make sure our API is secure.
@SaraanAsim
@SaraanAsim Месяц назад
php artisan key:generate run this
@Dutep
@Dutep 4 месяца назад
Hi! Could you share the code please? 😄
@manuelestebanmoraleszuarez4360
@manuelestebanmoraleszuarez4360 4 месяца назад
13:23 Attribute [apiResourse] does not exist.
@thenatureedits8089
@thenatureedits8089 2 месяца назад
i believe most probably naming issue. did you sort it out?
@haseebsstatus7664
@haseebsstatus7664 4 месяца назад
❤❤Well explantation Bro Keep It Up ❤❤
@wibyfabian7853
@wibyfabian7853 4 месяца назад
awesome thanks alot
@samintha1
@samintha1 4 месяца назад
Thank You Sir. It works very well, Good Luck
@ehSamurai3483
@ehSamurai3483 5 месяцев назад
Why use invokeable controller for patch request?
@TutsPrime
@TutsPrime 4 месяца назад
It's nothing to do with patch request. It's my preference to have a resourceful controller (index, store, show, update and destroy methods). If I need more method I create a new controller and define it as __invoke method.
@ehSamurai3483
@ehSamurai3483 4 месяца назад
@@TutsPrime Got It.
@annalisa.boerner
@annalisa.boerner 5 месяцев назад
Great video!
@TutsPrime
@TutsPrime 4 месяца назад
Thanks.
@mikefoote3202
@mikefoote3202 5 месяцев назад
how about some chapters?
@TutsPrime
@TutsPrime 4 месяца назад
You can find it here: www.udemy.com/course/laravel-blog-development
@TimeWisely
@TimeWisely 4 месяца назад
@@TutsPrime He said chapters; i.e the things you put in the description to organize your video timeline
@bendhiebhassen5144
@bendhiebhassen5144 5 месяцев назад
thanks for sharing
@shisirImran
@shisirImran 5 месяцев назад
What is your theme name for terminal in oh my posh
@TutsPrime
@TutsPrime 4 месяца назад
It's robbyrussell
@HarsheenaNK
@HarsheenaNK 5 месяцев назад
hi,can you make an laravel api project on a booking system,which includes the different type of controllers
@wormy_coder
@wormy_coder 5 месяцев назад
Keep up the good work 💯💯💯💯
@SamrajyaBasnyat-k4r
@SamrajyaBasnyat-k4r 6 месяцев назад
Hello there! I can't find the RegisteredUserController.php file. Could you tell me where it is?
@mubafaw
@mubafaw 6 месяцев назад
Excellent tutorial. Thank you.
@StevieB86
@StevieB86 7 месяцев назад
You seem to have overlooked one very important thing in this video. Clicking save updates every tab. You need to save as. I realised this at the very end of the video. Maybe they've made updates to Postman since you made this video. Either way, great tutorial and I'll be following along again. Cheers!
@SofaSofa-fw2bz
@SofaSofa-fw2bz 7 месяцев назад
You are super! THANK YOU VERY MUCH
@clkauk
@clkauk 8 месяцев назад
This was a great tutorial and taught me a few important techniques along the way.
@aymanebisdaoune2580
@aymanebisdaoune2580 8 месяцев назад
thanks very helpful
@finnlauzer7416
@finnlauzer7416 8 месяцев назад
That's pretty simple and clear tutorial, can you make tutorial for Laravel 10 REST API CRUD + Authentication?
@TutsPrime
@TutsPrime 8 месяцев назад
I've already made Laravel 10 REST API here: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-N9RKm7LJUjo.html For Laravel 10 Rest API & Authentiation and other stuff you can check this link: www.udemy.com/course/laravel-vuejs-fullstack-web-development/?referralCode=0436B80CD60F59F71865
@ShaliniPanjwani
@ShaliniPanjwani 8 месяцев назад
could you please provide source code of this tutorial
@TutsPrime
@TutsPrime 8 месяцев назад
Check out this link to get the source code: bit.ly/beginning-laravel
@faysalhafidi
@faysalhafidi 9 месяцев назад
Thanks for all, I face an issue but a found a solution and I want to share it you : when I try to switch by next button the transition not appear but I solve it by this code : .slide-out-enter-to { z-index:-1; }
@jacktamhuang7769
@jacktamhuang7769 9 месяцев назад
Super informative. Would love to see how you can incorporate Docker in a future video. Thank you!
@migueldemendoza7620
@migueldemendoza7620 9 месяцев назад
Normally, I skip all no voice/explanation tutorials. This made me know how wrong I was. Tnx.
@naunlbelo
@naunlbelo 9 месяцев назад
the content... the song... the taps... great.
@wassy83
@wassy83 9 месяцев назад
Dear how you suggest to organize the controller if I want to delete more then one task at once?
@mdazhardware
@mdazhardware 10 месяцев назад
Thanks, for this awesome tutorial, I would like to ask about the update profile picture is there any other video???
@TutsPrime
@TutsPrime 10 месяцев назад
You can find the link of the full course in the video description.
@TimeWisely
@TimeWisely 4 месяца назад
@@TutsPrime Lol $75 to update a profile picture 💀💀💀 bro I'd just use gravatar
@abelotoikhian5003
@abelotoikhian5003 10 месяцев назад
I'm having difficulty publishing to Cpanel. Can you make a video for that?
@anzarcademy
@anzarcademy 10 месяцев назад
Laravel Friend
@anzarcademy
@anzarcademy 10 месяцев назад
hello, how are you? I want to be your friend....
@057ahmadhilmand6
@057ahmadhilmand6 10 месяцев назад
why is my project doesn't provide Request folder????
@yendys74
@yendys74 10 месяцев назад
niceeee
@jayjaycode4513
@jayjaycode4513 10 месяцев назад
this was very easy to follow tutorial...you are the best. can you be my online personal online coach
@BeaconofHopeNetwork
@BeaconofHopeNetwork 10 месяцев назад
very nice tutorial. What vscode extention are you using?
@kurdev101
@kurdev101 11 месяцев назад
Thank you , this video is so clear for understanding
@NataliaMartian
@NataliaMartian Год назад
Just perfect! From the music to the details (I loved ho you first hard coded things and then showed how to make them dynamic) everything was perfect! Thank you for taking the time to do this, learned a lot!
@tukurhamid
@tukurhamid Год назад
Thank you very much. It's very clear and concise
@ELIEZERBOEIRA
@ELIEZERBOEIRA Год назад
Congratulations for the content from BRAZIL
@rapsontembo9391
@rapsontembo9391 Год назад
you really nailed out we need more informative videos like this please bring more to gain insight of skills needed to handle in the industry thanks a lot hope you would make this type of video again a little more deeper with more information like security keys and more
@2difficult2do
@2difficult2do Год назад
Thank you, useful tutorial, right on time. 👍
@TutsPrime
@TutsPrime Год назад
You're welcome.
@pottato22
@pottato22 Год назад
This is by far the fastest tutorial I've seen. Though it lacks explanation due to duration, it does serve well for basic tutorial. Thank you for the good job. Time to google about why I can't use other DB username other than root and about invokable controller
@ali.muhsin
@ali.muhsin Год назад
Great job!
@camilocallejas1451
@camilocallejas1451 Год назад
This is amazing!!! Thank you very much!!!
@TutsPrime
@TutsPrime Год назад
Thanks :)
@TutsPrime
@TutsPrime Год назад
Thanks :)
@julienSibille
@julienSibille Год назад
Thanks for sharing ! Isn't it modelValue instead of v-model now ?
@TutsPrime
@TutsPrime Год назад
If you want to be able to use v-model in your custom components you need to define modelValue props and emit event update:modelValue