guys, how to share Model data(example: $user = Auth::user();) to all views?
YashGhantala2020-09-18 16:48:37
parmonov982020-09-18 16:40:20
guys, how to share Model data(example: $user = Auth::user();) to all views?
create global helper as per your need..
vikaskumar_992020-09-18 18:05:08
Hello developers i need some help, please guide me, i have a Google spreadsheet with some data, i want to fetch data via api and display in table format.
kuzmich3212020-09-18 18:27:03
Hey John ! You have a correct question you can google it
I’m pretty sure the answer will be on top 🙂
kuzmich3212020-09-18 18:29:11
Find yourself enjoying looking for the solution 😉
sobirjonovs2020-09-18 18:29:54
kuzmich3212020-09-18 18:27:03
Hey John ! You have a correct question you can google it
I’m pretty sure the answer will be on top 🙂
yes, i agree with you
kuzmich3212020-09-18 18:30:28
sobirjonovs2020-09-18 18:29:54
yes, i agree with you
Спасибо !)
luisdavidgd2020-09-18 18:30:59
Basic Reading | Sheets API | Google Developers
https://developers.google.com/sheets/api
Sheets API | Google Developers – Google Developers Read and write spreadsheet data.
luisdavidgd2020-09-18 18:31:36
vikaskumar_992020-09-18 18:05:08
Hello developers i need some help, please guide me, i have a Google spreadsheet with some data, i want to fetch data via api and display in table format.
Read over there ☝️
sobirjonovs2020-09-18 18:31:37
kuzmich3212020-09-18 18:30:28
Спасибо !)
не за что😅
vikaskumar_992020-09-18 18:34:43
kuzmich3212020-09-18 18:27:03
Hey John ! You have a correct question you can google it
I’m pretty sure the answer will be on top 🙂
I have try but didn’t get any proper solution that’s why…
kuzmich3212020-09-18 18:36:07
vikaskumar_992020-09-18 18:34:43
I have try but didn’t get any proper solution that’s why…
Are you a beginner ?)
vikaskumar_992020-09-18 18:36:14
kuzmich3212020-09-18 18:27:03
Hey John ! You have a correct question you can google it
I’m pretty sure the answer will be on top 🙂
Can i achieved on locally?
kuzmich3212020-09-18 18:37:01
vikaskumar_992020-09-18 18:36:14
Can i achieved on locally?
Why not , just try what you can do
vikaskumar_992020-09-18 18:37:34
kuzmich3212020-09-18 18:36:07
Are you a beginner ?)
Actually I’m facing first time. So i am confused. Btw thank you very much
kuzmich3212020-09-18 18:39:24
vikaskumar_992020-09-18 18:37:34
Actually I’m facing first time. So i am confused. Btw thank you very much
I think you can find some use here
4 – Understand Google Sheet API and create Laravel Service class to interact with the API – YouTube In this video, we are going to look at how Google Sheets API is documented, how it is structured so that if you want to explore more or even want to dig deep on some aspects of the API, you should know how the documentation is structured and what to look for, where to look for, etc.
Also, then we will create our own service which will be responsible for communicating with the Google Sheet API using the Google SDK, and then we will read data from our Google sheet that we just created.
You can find the code here: https://github.com/amitavdevzone/google-data-studio
And, if you have any questions then feel free to comment on the Github repository so that I can help you and others can also get to know about your questions.
2020-09-18 19:32:02
Building API using Laravel and test it with postman and Ajax call
Laravel Tutorial – Building API, Testing it using Postman & Ajax – YouTube We will build API using Laravel from the beginning until the end with a brief of explanation on a whiteboard. and also we will test it using postman and Ajax.
what do you think guys ? have you experienced this?
Marwa Abdulmoniem2020-09-19 10:10:36
Hi, how can I convert the site to api on laravel
Debanjan_Roy2020-09-19 10:42:15
Marwa Abdulmoniem2020-09-19 10:10:36
Hi, how can I convert the site to api on laravel
using REST API,
Work on files: api.php
(here you have to put all routes)
heisenberg01232020-09-19 10:45:00
Help please
heisenberg01232020-09-19 10:45:19
I don’t really understand,
N4YE3M2020-09-19 11:46:56
Can i use opensource admin template(adminlte/adminbsb) for a codecanyon listing..trying to list my software on codecanyon! If i can use opensource template what do i need to do!
Marwa Abdulmoniem2020-09-19 12:18:27
Debanjan_Roy2020-09-19 10:42:15
using REST API,
Work on files: api.php
(here you have to put all routes)
Then what do I do?
Explain to me step by step so that I can implement it with you
heisenberg01232020-09-19 13:09:13
I dad declare it at the top
abdu_curry2020-09-19 13:11:15
heisenberg01232020-09-19 13:09:13
I dad declare it at the top
but u passed [’email’,’password’] not the $request data for request function
heisenberg01232020-09-19 13:14:49
heisenberg01232020-09-19 13:14:59
I followed this documentation JWT auth
LefmyHans2020-09-19 13:23:27
Hi ! Please how can access a specific value of this query : $test = User::with(‘act’)->get();
abdu_curry2020-09-19 13:34:36
heisenberg01232020-09-19 13:14:49
owk show me the request method
natghi20102020-09-19 13:56:39
LefmyHans2020-09-19 13:23:27
Hi ! Please how can access a specific value of this query : $test = User::with(‘act’)->get();