Contents:
What exactly do you expect it to show?
If you click on triangle what do you see?
What do you want make with collection?
Pls can any one help with link to personal store of react native books and source codes?
How to add the user role to the JWT token?
What exactly do you expect it to show?
If you click on triangle what do you see?
What do you want make with collection?
Pls can any one help with link to personal store of react native books and source codes?
How to add the user role to the JWT token?
KodeBuzz 2019-06-29 08:54:33
I’d use JS to take form input and and it to a modal which I must have written the UI in the way I want the post to look, then process I with a form from modal, note processing from the modal wit a form might have you use the hidden attributes.
shaileshkumarcs 2019-06-29 13:06:32
Hello Everyone,
I want to know, How console command to operate the API requests in command line interface.
Anyone please help me.
cassis_out 2019-06-29 13:59:43
php artisan make:resource Name
GauravGohil 2019-06-29 15:08:01
Hie
GauravGohil 2019-06-29 15:08:20

GauravGohil 2019-06-29 15:08:29
Why it’s showing like that
GauravGohil 2019-06-29 15:08:47
It should show all data of both
GauravGohil 2019-06-29 15:09:19

GauravGohil 2019-06-29 15:09:26
Like above
skys215 2019-06-29 15:31:40
GauravGohil 2019-06-29 15:08:29
Why it’s showing like that
It’s just hidden?
GauravGohil 2019-06-29 15:35:43
I don’t know how
GauravGohil 2019-06-29 15:41:05
Earlier it was not happening
GauravGohil 2019-06-29 15:41:40

GauravGohil 2019-06-29 15:41:42
This is my code
GauravGohil 2019-06-29 15:41:49
Earlier it was not happening
loveycom 2019-06-29 16:41:33
This is not a clear question. Please let’s learn how to ask questions constructively.
loveycom 2019-06-29 16:41:50
What exactly do you expect it to show?
GauravGohil 2019-06-29 17:21:08
GauravGohil 2019-06-29 15:09:19
Like this
GauravGohil 2019-06-29 17:21:18
Output should be like
AlexSokolskikh 2019-06-29 17:26:10
Like this will if you remove get()
AlexSokolskikh 2019-06-29 17:27:04
But i think you dont need this
AlexSokolskikh 2019-06-29 17:31:39
If you click on triangle what do you see?
AlexSokolskikh 2019-06-29 17:32:41
Gaurav
GauravGohil 2019-06-29 17:33:51
I am retrieving data from a table
GauravGohil 2019-06-29 17:34:19
Earlier when I used to retrieve I used to get all ther rows in one variable
GauravGohil 2019-06-29 17:34:36
GauravGohil 2019-06-29 15:08:20
Now if I retrieve it shows me like this
GauravGohil 2019-06-29 17:37:00
$templates = Templates::find($id);
$templates = $templates[0];
$templates = $templates[0];
GauravGohil 2019-06-29 17:37:20
i get data when i use $templates[0]
AlexSokolskikh 2019-06-29 17:37:48
You get collection
GauravGohil 2019-06-29 17:38:19
yes
AlexSokolskikh 2019-06-29 17:40:24
What do you want make with collection?
GauravGohil 2019-06-29 17:40:42
send it to view
AlexSokolskikh 2019-06-29 17:43:39
You can send collection
GauravGohil 2019-06-29 17:44:01
yes i can
GauravGohil 2019-06-29 17:44:10
if i send $templates
GauravGohil 2019-06-29 17:44:22
i cant access $templates->abc
GauravGohil 2019-06-29 17:44:33
have to do is $templates=$templates[0]
AlexSokolskikh 2019-06-29 17:46:31
In blade you can use @foreach
GauravGohil 2019-06-29 17:46:49
yes
GauravGohil 2019-06-29 17:47:10
but its a single row
AlexSokolskikh 2019-06-29 19:11:44
GauravGohil 2019-06-29 17:47:10
but its a single row
You have two elements in collection. It isn’t single row.
AlexSokolskikh 2019-06-29 19:15:24
Yoy have two usersTemplateBundle with equals id.
senhorY 2019-06-29 19:34:44
As @AlexSokolskikh says, you have two collections with the same id. If you want to get only the first one, which I guess it’s not what you want, you can use first() instead of get()
2019-06-30 10:14:10
Pls can any one help with link to personal store of react native books and source codes? Thanks .
2019-06-30 10:25:21
I’m having a problem using https://docs.laravel-excel.com/3.1/imports/basics.html
Importing basics | Laravel Excel – Laravel-Excel
Supercharged Excel exports and imports in Laravel
Supercharged Excel exports and imports in Laravel
2019-06-30 10:25:41
include(…): failed to open stream: Permission denied
GauravGohil 2019-06-30 17:32:44
How can I use social login with vue js in laravel
Marvixino 2019-06-30 23:58:54

Marvixino 2019-06-30 23:58:56
How to add the user role to the JWT token? I add in this way, is it the right way?
GauravGohil 2019-07-01 09:13:27
Laravel socialite Google login with vue js is possible or not