Hi sir thanks alot for amazing tutorials! i have one issue i am fetching the data from xml feed of the one wbesit and and want to store that data in my database. i am using HTTP request and follow the same video
sir ye tareeka kar edit data k liye use ho sakta ha? hm agar apny tables se edit pay click kren to apny forms ki field me data le k a sakty by this method?
Sir, how to show relationship data in view? because when get data, it not return collection of object For example if it return collection of object, usually i always use {{ $post->tags->name }}. How to do it? because in this video using code like this: {{ $post['item'] }} I'm trying {{ $post['tags'] ['name'] }} but error
Response received from request contains a lot of keys, as you can see at 7:48. It has 'page', 'per_page', 'total', 'total_pages' and 'data' keys. We don't need any except for data-key. So we directly use $collection['data'], when we passing parameters into our view. By the way, if response (which is instance of Illuminate\Http\Client\Response) came as JSON, you can add ->json() at the end to get iterable array
Hi, man could you help me to resolve this error in Class 'Illuminate\Support\Facades\Http' not found if you send me your Http file it would be very usable for me
how can solve the problem of Ignition Settings Docs EDITOR PhpStorm THEME Auto SAVE SETTINGS Settings will be saved locally in ~/.ignition.json. include(C:\Users\Admin\Desktop\fresLaravel\blog\vendor\composer/../../app/Http/Controllers/Controller.php): Failed to open stream: No such file or directory ErrorException PHP 8.2.12 10.38.2 include(C:\Users\Admin\Desktop\fresLaravel\blog\vendor\composer/../../app/Http/Controllers/Controller.php): Failed to open stream: No such file or directory
Please Support my by Subscribe, Like and comment. Thank you :)
$collection undefined error
I like how you repeat the step of creating a Controller. it really helps
Even though your doing it all from scratch again, it helps me to be familiar with the flow. thanks sir
very helpful i subscribe
thanks
Interview question :
I think we get the header information by using $collection->header().
$collections->header('Content-Type', 'text/plain');
@@masudindeed what is API header btw?
$collection->headers() to get all headers data.
Hi sir thanks alot for amazing tutorials! i have one issue i am fetching the data from xml feed of the one wbesit and and want to store that data in my database. i am using HTTP request and follow the same video
ありがとう
In index() function pass parameter Request $req then call $req->header() which show the header information.
Amazing tutorial sirrrrr
amazing tutorial its help me alot
Nice tutorial sir
how can we call api with credentials and sessionID .can u share your video about this?
how to update data from api if the data is updating after sometime . like stocks prices of other currencies?
sir ye tareeka kar edit data k liye use ho sakta ha? hm agar apny tables se edit pay click kren to apny forms ki field me data le k a sakty by this method?
Could you please show how to use http::attach() ?
what is the solution of curl timeout
Thank you sir
Sir please sir React native full series ka video upload kariye sirrrrr please
hey man how can i remove trailing slash after image link because it doesn't load the image with it
What is the solution to curl error 60
Sir, how to show relationship data in view?
because when get data, it not return collection of object
For example if it return collection of object, usually i always use {{ $post->tags->name }}.
How to do it? because in this video using code like this: {{ $post['item'] }}
I'm trying {{ $post['tags'] ['name'] }} but error
Hi, what we have to do if you have to access only the first value that is page instead of the array data? Can you please help?
can somebody help me on this?
So how did i find my key for my json data
For me it doesnt displays any key values
how create API url??
font family is not different, one has JSON type header, other is just plain text
Hi Sir How we can use json data directly in php without decoding it
why we use $connection['data'] is data is a implicit keyword or what?
Response received from request contains a lot of keys, as you can see at 7:48. It has 'page', 'per_page', 'total', 'total_pages' and 'data' keys. We don't need any except for data-key. So we directly use $collection['data'], when we passing parameters into our view.
By the way, if response (which is instance of Illuminate\Http\Client\Response) came as JSON, you can add ->json() at the end to get iterable array
@@ИгорьАлексеенко-д7з tysm
@@ИгорьАлексеенко-д7з nice answer guy
From where did you get that Api??
its on the description
how can i make api
What is the answer the interview question?
hello sir i couldnt find the answer to your question , can you plz write answer for me
extensions details please
how we create api link???
getting this error htmlspecialchars(): Argument #1 ($string) must be of type string, GuzzleHttp\Cookie\CookieJar given
you have not used json_decode() function. put $posts variable inside than function then this error shall be vanished.
@@somethingmysterious58 i did not receive any error. even thou i didn't use the json_decode() function. why didnt i get error?
Is this related to Laravel Rest API
this is kinda ready made api, when u have to create your own api then it is totally kinda different material :D
It's a curl error 60 certification error is showing
i have the problem which error:
"Undefined array key "data"
what is the solution to this error?
please, help me, thanks a lot
Data is not defined
if there is any space in data remove it
How you create the API URL
there is a link in the description
how to integrate 3rd party api in your project
how to paginate data
Hi, man could you help me to resolve this error in Class 'Illuminate\Support\Facades\Http' not found
if you send me your Http file it would be very usable for me
Hi, make sure that you have Guzzle package - if you want to install it - just write this command in cli ==> composer require guzzlehttp/guzzle
how can solve the problem of
Ignition Settings
Docs
EDITOR
PhpStorm
THEME
Auto
SAVE SETTINGS
Settings will be saved locally in ~/.ignition.json.
include(C:\Users\Admin\Desktop\fresLaravel\blog\vendor\composer/../../app/Http/Controllers/Controller.php): Failed to open stream: No such file or directory
ErrorException
PHP 8.2.12
10.38.2
include(C:\Users\Admin\Desktop\fresLaravel\blog\vendor\composer/../../app/Http/Controllers/Controller.php): Failed to open stream: No such file or directory