TutsPrime
TutsPrime
  • Видео 126
  • Просмотров 617 063
Laravel 11 tutorial 2024 - Build a REST API from scratch
In this video, we will learn how to create a RESTful API with Laravel 11. RESTful APIs are a great way to communicate with your clients from a centralized location, and this video will show you how to create a RESTful API with Laravel 11 without any hassle!
If you're new to Laravel 11 and are looking for a way to create a RESTful API, then this video is for you! We're going to be using Laravel 11's built-in features to create our API, and by the end of the video, you'll have a RESTful API up and running! Don't miss out - watch the video now!
If you like this video, you'll love my Laravel courses
Laravel 11, Vue 3 & Inertia - Build APIs & SPAs : www.udemy.com/course/laravel-vuejs-fullstack-we...
Просмотров: 9 204

Видео

Laravel Authentication with Fortify - Step by step guide 2023
Просмотров 4,2 тыс.7 месяцев назад
Laravel Authentication with Fortify - Step by step guide 2023 This is part of my course Beginning Laravel 10 - From Novice to Professional course. Check out this link to get the full course: bit.ly/beginning-laravel
Building reusable Autocomplete component from scratch with Vue 3, Composition API & Tailwind CSS
Просмотров 3,1 тыс.10 месяцев назад
Hi everyone! Welcome to our channel @TutsPrime In this video, I'm gonna show you how to build a reusable autocomplete component with Vue js 3 and TailwindCSS from scratch. An autocomplete component is a handy feature that provides real-time suggestions as you type in a search box or a text field. It's like having a virtual assistant that predicts and offers completions based on what you've type...
The Ultimate Guide to Deploying Laravel 10 Project on Your Production Server!
Просмотров 2,2 тыс.Год назад
In this video, we'll be deploying a Laravel 10 project to a production server. We'll be covering all the important steps required to get your project up and running on a live server! If you're looking to learn how to deploy a Laravel 10 project to a live server, then this is the video for you! We'll cover everything from setting up a staging environment to deploying to a production server. By t...
Laravel 10 tutorial - Build a REST API from scratch
Просмотров 36 тыс.Год назад
In this video, we're going to be learning how to create a RESTful API with Laravel 10. RESTful APIs are a great way to communicate with your clients from a centralized location, and this video is going to show you how to create a RESTful API with Laravel 10 without any hassle! If you're new to Laravel 10 and are looking for a way to create a RESTful API, then this video is for you! We're going ...
React js Tutorials - Learn How to Build a Tag Input Component with ReactJS from Scratch
Просмотров 1,2 тыс.Год назад
React js Tutorials - Learn How to Build a Tag Input Component with ReactJS from Scratch Learn how to build a tag input component with ReactJS from scratch in this ReactJS tutorial. This ReactJS tutorial will show you how to create a basic tag input component that can be used in any ReactJS application. By the end of this ReactJS tutorial, you will know how to create a basic tag input component ...
React Modal Component: Learn How to build a reusable Modal Component with React and Hooks
Просмотров 6 тыс.Год назад
React js Tutorial for beginners - Build a reusable Modal component from scratch with React and Hook. Join with 100K developers: bit.ly/join-laracasts In this React Tutorial, we'll be building a reusable Modal component with a hook. This Modal component will allow us to easily create modal dialogs in our React applications. The modal that we'll build will have transition effects when the modal p...
Laravel 9 CRUD and File Upload tutorial
Просмотров 7 тыс.2 года назад
In this tutorial, we'll be learning how to create a simple CRUD (Create, Read, Update, Delete) application with Laravel 9 and file upload. If you're looking to learn some new Laravel 9 features, then this crash course is for you! We'll be covering everything from creating our application to handling file uploads. By the end of this tutorial, you'll have a strong understanding of how to use Lara...
Vue 3 Crash course for beginner 2023: Build Tags Input while learning Vue 3 js concepts
Просмотров 2 тыс.2 года назад
Vue 3 Crash course for beginner 2023: Build Tags Input while learning Vue 3 js concepts In this Vue 3 crash course for beginners, we'll be building tags input while learning Vue 3 js concepts. If you're a beginner and you're looking for a crash course in Vue 3, then this is the video for you! In this video, we'll be building tags input using Vue 3 js concepts, so you'll have a better understand...
Vue 3 Tutorial - Build reusable Popup Modal component with Composition API, Transition from scratch
Просмотров 13 тыс.2 года назад
@TutsPrime In this tutorial we're going to learn how to make a reusable pop-up modal component with Vue.js 3. We're going to use composition API which is a new feature in vue.js 3. We'll also use the transition component provided by Vue to apply transition effect to the modal. Source code: tutsprime.com/videos/vue-js-3-tutorial-build-a-reusable-modal-component-with-composition-api-and-transitio...
React Carousel Image Slider: Build it from Scratch with Zero Dependencies
Просмотров 8 тыс.2 года назад
@TutsPrime #react #reacttutorial #reactcarousel #imageslider #tutorialreactjs #reacthooks #reactexample In this ReactJS tutorial, you'll learn how to build a carousel image slider with zero dependencies. This slider uses React and JSX to create a responsive and dynamic image slider. If you're looking to learn how to build a ReactJS carousel image slider, then this tutorial is for you! With zero...
Vue js 3 - The practical guide course
Просмотров 1642 года назад
Vue js 3 - The practical guide course www.udemy.com/course/vue-js-3-the-practical-guide/?referralCode=76A27F48BB608D551350
Build a Carousel image slider In VueJs 3 from scratch
Просмотров 20 тыс.2 года назад
​@TutsPrime #vuejs #vuetutorial #carouselcomponent #imageslider #vuecarousel Get my Udemy course: Vue 3 - The practical guide only $15 www.udemy.com/course/vue-js-3-the-practical-guide/?couponCode=15DYTB In this tutorial, I'm going to show you how to create a Carousel image slider with Vue.js from scratch. A Carousel allows the user to automatically cycle through a series of images. We'll also ...
Laravel Crash Course - Upgrading Laravel app from version 7 to version 8
Просмотров 1883 года назад
In this video we are going to see how to upgrade our Laravel app to make our app keep up to date and we'll see how changes between versions.
Laravel Crash Course - Validating data
Просмотров 1753 года назад
So far we have a full-set CRUD functionalities in our API. But the missing peaces is how to ensure that the incoming data is valid or met our requirement. So let's do that right now.
Laravel Crash Course - How to work with Controller
Просмотров 2553 года назад
Laravel Crash Course - How to work with Controller
Laravel Crash Course - API Resources
Просмотров 6 тыс.3 года назад
Laravel Crash Course - API Resources
Laravel Crash Course - Using Model Factories
Просмотров 1783 года назад
Laravel Crash Course - Using Model Factories
Laravel Crash Course - Inserting related models
Просмотров 3943 года назад
Laravel Crash Course - Inserting related models
Laravel Crash Course - Eloquent relationship
Просмотров 3563 года назад
Laravel Crash Course - Eloquent relationship
Laravel Crash Course - Introduction to Eloquent ORM
Просмотров 3883 года назад
Laravel Crash Course - Introduction to Eloquent ORM
Laravel Crash Course - Generate fake data using Faker
Просмотров 1 тыс.3 года назад
Laravel Crash Course - Generate fake data using Faker
Laravel Crash Course - Seeding database tables
Просмотров 5653 года назад
Laravel Crash Course - Seeding database tables
Laravel Crash Course - Dealing with foreign key constraints
Просмотров 19 тыс.3 года назад
Laravel Crash Course - Dealing with foreign key constraints
Laravel Crash Course - Using Migration
Просмотров 1273 года назад
Laravel Crash Course - Using Migration
Laravel Crash Course - Setting up Database connection
Просмотров 1243 года назад
Laravel Crash Course - Setting up Database connection
Laravel Crash Course - Using Artisan CLI and Tinker
Просмотров 6223 года назад
Laravel Crash Course - Using Artisan CLI and Tinker
Laravel Crash Course - Working with Views
Просмотров 1653 года назад
Laravel Crash Course - Working with Views
Laravel Crash Coruse - Handling Request and Response
Просмотров 1893 года назад
Laravel Crash Coruse - Handling Request and Response
Laravel Crash Course - Learn how Routing works
Просмотров 2853 года назад
Laravel Crash Course - Learn how Routing works

Комментарии

  • @Dutep
    @Dutep 22 дня назад

    Hi! Could you share the code please? 😄

  • @manuelestebanmoraleszuarez4360
    @manuelestebanmoraleszuarez4360 25 дней назад

    13:23 Attribute [apiResourse] does not exist.

  • @haseebsstatus7664
    @haseebsstatus7664 Месяц назад

    ❤❤Well explantation Bro Keep It Up ❤❤

  • @wibyfabian7853
    @wibyfabian7853 Месяц назад

    awesome thanks alot

  • @samintha1
    @samintha1 Месяц назад

    Thank You Sir. It works very well, Good Luck

  • @muhammadfahad3483
    @muhammadfahad3483 Месяц назад

    Why use invokeable controller for patch request?

    • @TutsPrime
      @TutsPrime Месяц назад

      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.

    • @muhammadfahad3483
      @muhammadfahad3483 Месяц назад

      @@TutsPrime Got It.

  • @annalisa.boerner
    @annalisa.boerner Месяц назад

    Great video!

  • @mikefoote3202
    @mikefoote3202 2 месяца назад

    how about some chapters?

    • @TutsPrime
      @TutsPrime Месяц назад

      You can find it here: www.udemy.com/course/laravel-blog-development

    • @TimeWisely
      @TimeWisely Месяц назад

      @@TutsPrime He said chapters; i.e the things you put in the description to organize your video timeline

  • @bendhiebhassen5144
    @bendhiebhassen5144 2 месяца назад

    thanks for sharing

  • @user-wk5si1fy4t
    @user-wk5si1fy4t 2 месяца назад

    What is your theme name for terminal in oh my posh

    • @TutsPrime
      @TutsPrime Месяц назад

      It's robbyrussell

  • @HarsheenaNK
    @HarsheenaNK 2 месяца назад

    hi,can you make an laravel api project on a booking system,which includes the different type of controllers

  • @wormy_coder
    @wormy_coder 2 месяца назад

    Keep up the good work 💯💯💯💯

  • @user-yg9ih3ff9u
    @user-yg9ih3ff9u 3 месяца назад

    Hello there! I can't find the RegisteredUserController.php file. Could you tell me where it is?

  • @mubafaw
    @mubafaw 3 месяца назад

    Excellent tutorial. Thank you.

  • @StevieB86
    @StevieB86 3 месяца назад

    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 3 месяца назад

    You are super! THANK YOU VERY MUCH

  • @clkauk
    @clkauk 4 месяца назад

    This was a great tutorial and taught me a few important techniques along the way.

  • @aymanebisdaoune2580
    @aymanebisdaoune2580 4 месяца назад

    thanks very helpful

  • @finnlauzer7416
    @finnlauzer7416 5 месяцев назад

    That's pretty simple and clear tutorial, can you make tutorial for Laravel 10 REST API CRUD + Authentication?

    • @TutsPrime
      @TutsPrime 4 месяца назад

      I've already made Laravel 10 REST API here: ruclips.net/video/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

  • @user-rv7tw1qi4d
    @user-rv7tw1qi4d 5 месяцев назад

    could you please provide source code of this tutorial

    • @TutsPrime
      @TutsPrime 4 месяца назад

      Check out this link to get the source code: bit.ly/beginning-laravel

  • @faysalhafidi
    @faysalhafidi 5 месяцев назад

    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 6 месяцев назад

    Super informative. Would love to see how you can incorporate Docker in a future video. Thank you!

  • @migueldemendoza7620
    @migueldemendoza7620 6 месяцев назад

    Normally, I skip all no voice/explanation tutorials. This made me know how wrong I was. Tnx.

  • @naunlbelo
    @naunlbelo 6 месяцев назад

    the content... the song... the taps... great.

  • @wassy83
    @wassy83 6 месяцев назад

    Dear how you suggest to organize the controller if I want to delete more then one task at once?

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

    Thanks, for this awesome tutorial, I would like to ask about the update profile picture is there any other video???

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

      You can find the link of the full course in the video description.

    • @TimeWisely
      @TimeWisely Месяц назад

      @@TutsPrime Lol $75 to update a profile picture 💀💀💀 bro I'd just use gravatar

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

    I'm having difficulty publishing to Cpanel. Can you make a video for that?

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

    Laravel Friend

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

    hello, how are you? I want to be your friend....

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

    why is my project doesn't provide Request folder????

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

    niceeee

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

    this was very easy to follow tutorial...you are the best. can you be my online personal online coach

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

    very nice tutorial. What vscode extention are you using?

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

    Thank you , this video is so clear for understanding

  • @NataliaMartian
    @NataliaMartian 8 месяцев назад

    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!

  • @salman-804
    @salman-804 9 месяцев назад

    You have no idea how much i learnt from your tutorial. It's not only learning autocomplete but also how emit works since i am new to vue 3. I managed to make autocomplete work with database. Thank you very much and you just earned new subscriber :)

  • @tukurhamid4703
    @tukurhamid4703 9 месяцев назад

    Thank you very much. It's very clear and concise

  • @ELIEZERBOEIRA
    @ELIEZERBOEIRA 9 месяцев назад

    Congratulations for the content from BRAZIL

  • @rapsontembo9391
    @rapsontembo9391 10 месяцев назад

    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 10 месяцев назад

    Thank you, useful tutorial, right on time. 👍

    • @TutsPrime
      @TutsPrime 10 месяцев назад

      You're welcome.

  • @pottato22
    @pottato22 10 месяцев назад

    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 10 месяцев назад

    Great job!

  • @camilocallejas1451
    @camilocallejas1451 10 месяцев назад

    This is amazing!!! Thank you very much!!!

  • @julienSibille
    @julienSibille 11 месяцев назад

    Thanks for sharing ! Isn't it modelValue instead of v-model now ?

    • @TutsPrime
      @TutsPrime 11 месяцев назад

      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

  • @user-zc5uq1dj5u
    @user-zc5uq1dj5u 11 месяцев назад

    Great !!!!!!!!😄😄😄😄😄😄😄

  • @ayaalnovgorodov8619
    @ayaalnovgorodov8619 11 месяцев назад

    Thank you for the tutorial! Your VS code setup looks so clean, what is the list of extensions you using? Im strughling to find my setup, Php tools works incorrectly for me, it didnt recognise models methods like ::create and etc

  • @gillesashley9314
    @gillesashley9314 11 месяцев назад

    Simple and very straightforward.

  • @rickokodr--
    @rickokodr-- 11 месяцев назад

    thank u for this helpful video, i have question we should be rename the crate_table file ? and why ?

  • @MasRiyanto89
    @MasRiyanto89 11 месяцев назад

    Whoa, very clear tutorial. Thanks man

    • @TutsPrime
      @TutsPrime 11 месяцев назад

      No problem :)

  • @hadeelkamalgobbar4694
    @hadeelkamalgobbar4694 11 месяцев назад

    it was a great video, but why u created an Api>V1 folders? instead of just leaving the taskController file on Controllers folder? thank you!

    • @TutsPrime
      @TutsPrime 11 месяцев назад

      When you develop APIs, it's better to version your API. Versioning APIs ensures stability and backward compatibility for existing users while allowing for controlled growth and evolution. It is a crucial practice for building a successful API ecosystem that accommodates the needs of both developers and users in a dynamic technological landscape. You can check out my course here: bit.ly/laravel-vue-2023