Excellent video. I was up and running in no time. If anyone is interested in using Laravel 11 for this. The API scaffolding doesn't come with Laravel 11 out of the box, but all that's needed is to run 'php artisan install:api' after you have run your 'composer create-project' successfully.
Hello Funda, I really love your video. I would really love that you make a video on how to make a python script using a rest API. And then maybe create a small application where user inputs data, and then the data is sent to the API, and the python script processes the data to produce output and then send it back to the application to display the output.
Hi, thank you for this, Truely helpful.. Just want to ask, do you have youtube tutorial how to add autorization key on this api series?. I just want learn that only authorized user can do this crud..
Hello Sir, Now a days you mostly make tutorial on Laravel, We understand that`s your favorite. But please do something for us in PHP advance CMS type something. Thanks
Can u please tell me how can we reduce that response time because that 3 sec time to update data or create data is big headache. Is this possible to optimize the request and response time. Expecting reply. Thank you
Laravel Rest API Authentication using Laravel Sanctum
th-cam.com/video/DAXOWbug5JQ/w-d-xo.htmlsi=zp_bBbRcFZgSGQtR
Excellent video. I was up and running in no time. If anyone is interested in using Laravel 11 for this. The API scaffolding doesn't come with Laravel 11 out of the box, but all that's needed is to run 'php artisan install:api' after you have run your 'composer create-project' successfully.
You save my time , thank you.
Laravel 11 REST API Tutorial
th-cam.com/video/WumgBzENYYk/w-d-xo.html
to be honest this is the perfect education video watched in 2023
Thanks funda, and i watched your laravel video. And yeah, Now I am a laravel developer. Good effort and thank you
Best Laravel teacher
Superb! Finally I got perfect Laravel Api tutorial.
Thanks 👍
Best amongst i watched at least 3 others - this one is best.
i love indian explanation😍
افضل شرح على الاطلاق حقيقي
Hello Funda, I really love your video.
I would really love that you make a video on how to make a python script using a rest API. And then maybe create a small application where user inputs data, and then the data is sent to the API, and the python script processes the data to produce output and then send it back to the application to display the output.
Thank you for the lesson! This really helped me a lot starting laravel API.
Very informative and helpful video
Thanks, your videos are always helpful.
Informative best explanation ever
thank you very much , this tutorial is so good for me , because you describe things easily , agian thank you
Hi, thank you for this, Truely helpful.. Just want to ask, do you have youtube tutorial how to add autorization key on this api series?. I just want learn that only authorized user can do this crud..
thankyou, can't wait for the next ❤
Best video ever seen on laravel
Amazing Work Done!!!
Thank you so much …for this Valuable laravel api crud 🎉
Thanks for sharing brother 😍😍
Hello Sir, Now a days you mostly make tutorial on Laravel, We understand that`s your favorite. But please do something for us in PHP advance CMS type something. Thanks
Thanks! Please make a video on Laravel as backend and vue js as Frontend together.
Thanks for easy explaining!
I hope this video Best for laravel API ,
Great content and great teaching skills
terima kasih ini sangat membantu saya
Great One ....
Great tutorial, thanks :)!
whats the use of the function Get edit method ?? Put edit is understandable, but get edit method is not understandable ?
Great tutorial
U make it very easy ,Thank u so much sir
Can u please tell me how can we reduce that response time because that 3 sec time to update data or create data is big headache. Is this possible to optimize the request and response time. Expecting reply.
Thank you
Hi bro! What is Extension you using for “Import Class”?
Sorry because my english very bad
I think it is PHP Namespace Resolver
laravel api json response time and my sql created time not match plz help
thank you man🔥
In this you are right click a import class function is showing how is this get in my visual Studio code?
Goto extension tab in vs code
Install - Laravel Extension package
how did you create your laravel9 php local host
Its a local server install on the machine.
Like: xampp, wampp, etc are local server can be installed on your laptop/machine and use it.
what extension is he using to make the syntax look like that?
Laravel extension pack
Thanks a bunch❤
great 🥰🥰
Where is authentication? anything that secures user to only edit update destroy his own content?
Great tutorial 👍 Can you do vue js authentication with laravel rest api tutorial?
To authenticate the routes: th-cam.com/video/DAXOWbug5JQ/w-d-xo.htmlsi=HkpF-qjBE9EOKNc1
why why why .... iam copy your code is not found ????????? example Route::get('/test',function(){return "ddddddddddddddddddddddd";})
same problem
Good tutorial
Thx a lot Mr.
Can you add login, register and logout systems?
To authenticate the routes: th-cam.com/video/DAXOWbug5JQ/w-d-xo.htmlsi=HkpF-qjBE9EOKNc1
Thank you so much♥️♥️♥️
Thanks brother 🙏😊
Useful Content
It is giving an empty white page
Nice
thanks
Hi sir, can you please make a video that how to upload laravel simple project on cpanel server ? Thanks
sure.
@@fundaofwebit Yeah
brother how do Run laravel project locally
simple
nice bro but vue js include image crud
Coming soon. Vue JS image crud
what about security?
You can use laravel scantum Or passport for security / authentication
thank youu
Wow
please source code
❤️
Hi
10 Q
Best
i can't migrate it, the errors are these "PS C:\xampp\htdocs\laravel-api\laravel10-api> php artisan migrate
Illuminate\Database\QueryException
could not find driver (Connection: mysql, SQL: select * from information_schema.tables where table_schema = laravel10 and table_name = migrations and table_type = 'BASE TABLE')
at vendor\laravel\framework\src\Illuminate\Database\Connection.php:801
797▕ $this->getName(), $query, $this->prepareBindings($bindings), $e
798▕ );
799▕ }
800▕
➜ 801▕ throw new QueryException(
802▕ $this->getName(), $query, $this->prepareBindings($bindings), $e
803▕ );
804▕ }
805▕ }
1 vendor\laravel\framework\src\Illuminate\Database\Connectors\Connector.php:65
PDOException::("could not find driver")
2 vendor\laravel\framework\src\Illuminate\Database\Connectors\Connector.php:65
PDO::__construct()"