How to create Laravel Vue API Crud with full Source code

preview_player
Показать описание
👉 Consider Supporting the Channel 👇 :

#vue #laravel #api #crud
hello, welcome to programming with singhateh,

in this tutorial, I will show you how to create a CRUD Application, using Laravel API and Vue js.

Firstly I have created the API, from the previous tutorial, and I have put the link in the video description below to download
And follow along with me step by step.

if you don't watch my previous Laravel API tutorials I suggest you watch that. to have a clear understanding of
the API that you are about to create as your own for beginners.

after downloading the API from Github, extract the file and run the project by using the composer command to update the project.
and after running the composer update command. you need to run laravel command to run your application server up. which is PHP artisan serve.



before wasting time let me show you guys the demo. of the application that i have created using laravel API and Vue js.
the project is a simple project but it will help you a lot to understand the basics of laravel and vue js.
the project based on four main parts. which are. Create. Read. Update. and Delete. and we will include paginations as a bonus.

let me demonstrate the project step by step.

i will just ask you for a favour if you don't subscribe to my
channel yet kindly subscribe by hitting the subscribe button and don;t forget to turn the bell icon on.
Рекомендации по теме
Комментарии
Автор

Very helpful, now I will pass my year. Because of you!

freekkamans
Автор

Nice ... Can you show us how to deploy this project in actual server, please?

indrajitdas
Автор

hi i had query in laravel
if make Laravel/ui mulit auth system like
there is we a different user in which we need to make three login/register and all three have different input field (may some field same), three tables, three auth functionality for each

how can we make the three auth for each login/register?

hussainkeshwani