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
ua-cam.com/video/DAXOWbug5JQ/v-deo.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
ua-cam.com/video/WumgBzENYYk/v-deo.html
Thanks funda, and i watched your laravel video. And yeah, Now I am a laravel developer. Good effort and thank you
to be honest this is the perfect education video watched in 2023
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.
افضل شرح على الاطلاق حقيقي
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..
thank you very much , this tutorial is so good for me , because you describe things easily , agian thank you
Thanks, your videos are always helpful.
Very informative and helpful video
Amazing Work Done!!!
Informative best explanation ever
Best video ever seen on laravel
Thanks! Please make a video on Laravel as backend and vue js as Frontend together.
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
Thank you so much …for this Valuable laravel api crud 🎉
Thanks for sharing brother 😍😍
I hope this video Best for laravel API ,
terima kasih ini sangat membantu saya
Thanks for easy explaining!
thankyou, can't wait for the next ❤
Great content and great teaching skills
whats the use of the function Get edit method ?? Put edit is understandable, but get edit method is not understandable ?
U make it very easy ,Thank u so much sir
Great One ....
Great tutorial
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
Hi bro! What is Extension you using for “Import Class”?
Sorry because my english very bad
I think it is PHP Namespace Resolver
thank you man🔥
Great tutorial, thanks :)!
Thanks a bunch❤
great 🥰🥰
Great tutorial 👍 Can you do vue js authentication with laravel rest api tutorial?
To authenticate the routes: ua-cam.com/video/DAXOWbug5JQ/v-deo.htmlsi=HkpF-qjBE9EOKNc1
Good tutorial
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
Wow
Can you add login, register and logout systems?
To authenticate the routes: ua-cam.com/video/DAXOWbug5JQ/v-deo.htmlsi=HkpF-qjBE9EOKNc1
Thx a lot Mr.
thank youu
Thanks brother 🙏😊
Thank you so much♥️♥️♥️
what extension is he using to make the syntax look like that?
Laravel extension pack
laravel api json response time and my sql created time not match plz help
Nice
Hi sir, can you please make a video that how to upload laravel simple project on cpanel server ? Thanks
sure.
@@fundaofwebit Yeah
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.
Useful Content
nice bro but vue js include image crud
Coming soon. Vue JS image crud
Where is authentication? anything that secures user to only edit update destroy his own content?
❤️
brother how do Run laravel project locally
simple
It is giving an empty white page
what about security?
You can use laravel scantum Or passport for security / authentication
why why why .... iam copy your code is not found ????????? example Route::get('/test',function(){return "ddddddddddddddddddddddd";})
same problem
Hi
please source code
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()"