← prev | next →
@ BigReli@nce 2020-04-10 17:48:33
Make it unique by film_id & seasonnumber
@ BigReli@nce 2020-04-10 17:49:10
If possible add characters like S0-P1
Gowtham_Boopathiraj 2020-04-10 17:57:18
Register login with auth
And crud opration example send me
Gowtham_Boopathiraj 2020-04-10 17:59:23
Gowtham_Boopathiraj 2020-04-10 17:57:18
Register login with auth
And crud opration example send me
Send me
Gowtham_Boopathiraj 2020-04-10 17:59:26
Please
Gowtham_Boopathiraj 2020-04-10 18:00:30
Send me my inbox
Please
rethdaro 2020-04-10 18:33:40

It’s Possible to use
{{$category->posts->links()}}
in blade to paginate post please
faskt95 2020-04-10 18:38:05
You can givit a try
faskt95 2020-04-10 18:38:56
Or you can try making the easylloading part paginator instance and add it to the category
rethdaro 2020-04-10 18:44:40
faskt95 2020-04-10 18:38:56
Or you can try making the easylloading part paginator instance and add it to the category
sorry I’m understand what you talking… any more explain please
harmlez_prinz 2020-04-10 19:15:35
rethdaro 2020-04-10 18:33:40
It’s Possible to use
{{$category->posts->links()}}
in blade to paginate post please
Have you tried it?
If you are getting an error, what is it?
rethdaro 2020-04-10 19:19:18
harmlez_prinz 2020-04-10 19:15:35
Have you tried it?
If you are getting an error, what is it?
If I use {{$category->posts->links()}} in blade. I think it not the right ways to paginate. any solution please let me know
The error:
Method IlluminateDatabaseEloquentCollection::links does not exist.
b3qer_kh 2020-04-10 19:22:58
rethdaro 2020-04-10 19:19:18
If I use {{$category->posts->links()}} in blade. I think it not the right ways to paginate. any solution please let me know
The error:
Method IlluminateDatabaseEloquentCollection::links does not exist.
try remove ()
rethdaro 2020-04-10 19:24:10
b3qer_kh 2020-04-10 19:22:58
try remove ()
you mean like that {{$category->posts->links}} ? It’s not work
harmlez_prinz 2020-04-10 19:25:35
rethdaro 2020-04-10 19:19:18
If I use {{$category->posts->links()}} in blade. I think it not the right ways to paginate. any solution please let me know
The error:
Method IlluminateDatabaseEloquentCollection::links does not exist.
You didn’t pass post your controller
Try remove the post and see what u get
rethdaro 2020-04-10 19:27:10
If {{$category->links()}} I got: Call to undefined method AppCategory::links()
harmlez_prinz 2020-04-10 19:27:12
Laravel will see “posts” as a table
b3qer_kh 2020-04-10 19:27:48
rethdaro 2020-04-10 19:24:10
you mean like that {{$category->posts->links}} ? It’s not work
Are u sure the qurey returns a value?
harmlez_prinz 2020-04-10 19:28:17
rethdaro 2020-04-10 19:27:10
If {{$category->links()}} I got: Call to undefined method AppCategory::links()
Try dd(&category) in your controller
rethdaro 2020-04-10 19:28:54
rethdaro 2020-04-10 18:33:40
It’s Possible to use
{{$category->posts->links()}}
in blade to paginate post please
this in controller
Ehsan_hosseiny 2020-04-10 19:29:15
hi,anyone have experience on push notification with firebase in laravel?
rethdaro 2020-04-10 19:30:42
harmlez_prinz 2020-04-10 19:28:17
Try dd(&category) in your controller

harmlez_prinz 2020-04-10 19:33:02
rethdaro 2020-04-10 19:30:42
Can you try to move the paginate() method to your return ending part
harmlez_prinz 2020-04-10 19:33:36
Like chain it with compact method
rethdaro 2020-04-10 19:35:01
harmlez_prinz 2020-04-10 19:33:02
Can you try to move the paginate() method to your return ending part

Like that?
harmlez_prinz 2020-04-10 19:37:42
rethdaro 2020-04-10 19:35:01
Like that?
No, please can I see your blade view
rethdaro 2020-04-10 19:39:21
harmlez_prinz 2020-04-10 19:37:42
No, please can I see your blade view

rethdaro 2020-04-10 19:39:23
here please
harmlez_prinz 2020-04-10 19:42:07
rethdaro 2020-04-10 19:39:21
This Looks wrong…
Return ur controller to its original form.
Comment the links line
Let see if post title is been printed
harmlez_prinz 2020-04-10 19:42:54
rethdaro 2020-04-10 18:33:40
It’s Possible to use
{{$category->posts->links()}}
in blade to paginate post please
I mean back to this form
rethdaro 2020-04-10 19:44:25
harmlez_prinz 2020-04-10 19:42:54
I mean back to this form
Yes It’s work if I remove {{$category->posts->links()}}
But We can not show the pagination
StanleyMasinde 2020-04-10 19:44:41
rethdaro 2020-04-10 19:39:21
You are calling paginate on Category. Move it inside the query function.
$query->paginate()
firstORfail() returns an object
DesolatorMagno 2020-04-10 19:44:53
1 thing at the time.
harmlez_prinz 2020-04-10 19:46:43
rethdaro 2020-04-10 19:44:25
Yes It’s work if I remove {{$category->posts->links()}}
But We can not show the pagination
Use $post->links()
rethdaro 2020-04-10 19:47:20
harmlez_prinz 2020-04-10 19:46:43
Use $post->links()
this not work
rethdaro 2020-04-10 19:48:08
StanleyMasinde 2020-04-10 19:44:41
You are calling paginate on Category. Move it inside the query function.
$query->paginate()
firstORfail() returns an object

Here in my controller
harmlez_prinz 2020-04-10 19:48:17
rethdaro 2020-04-10 19:47:20
this not work
Then, the problem is from your query….
I am not on my laptop… I could have helped further
harmlez_prinz 2020-04-10 19:51:03
rethdaro 2020-04-10 19:48:08
Here in my controller
Try to go through this
https://laravel.com/docs/7.x/pagination#displaying-pagination-results
DesolatorMagno 2020-04-10 19:54:54
You can always try to load the relationship and paginate it them.
rethdaro 2020-04-10 19:57:39
DesolatorMagno 2020-04-10 19:54:54
You can always try to load the relationship and paginate it them.
how please?
2020-04-11 00:38:36
Hey, anyone can help me? Dm please it’s important
Kennedy_Joseph_16CD021604 2020-04-11 02:04:21
Hi I’m Joseph from nigeria
Kennedy_Joseph_16CD021604 2020-04-11 02:04:47
I’ve decided to learn laravel
Kennedy_Joseph_16CD021604 2020-04-11 02:04:57
I’m excited to be here
Cleiton Conceição 2020-04-11 04:34:51
Galera, boa noite.
Cleiton Conceição 2020-04-11 04:35:02
Alguém conhece algum componente para marcar consultas?
Cleiton Conceição 2020-04-11 04:35:11
Quero um pronto pra integrar no meu projeto
2020-04-11 05:04:07
rethdaro 2020-04-10 19:57:39
how please?
Please read the laravel relationship. It’s very easy , relationship write in model
2020-04-11 09:04:00
How to fix laravel intervention image not found on mutual hosting
Gowtham_Boopathiraj 2020-04-11 09:27:45

Login after this error laravel5.
5 how to fixed?
← prev | next →