Hi, all coders, , , i want to add serial number ascending order in my dataTable using eloquent method, could you please tell me, how to do this?

|
rebory 2019-09-13 16:28:49
I solve my error
2019-09-13 21:46:10
laravel_discuss-13064.jpg
how use option value and textarea value Instead input
DesolatorMagno 2019-09-13 21:54:55
Try reading the documentation.
devink0430 2019-09-13 22:00:17
2019-09-13 21:46:10
how use option value and textarea value Instead input

https://laravel.com/docs/5.8/requests

Input is not html tag

jonahgeek 2019-09-14 01:16:16
laravel_discuss-13070.jpg

albertawe 2019-09-14 10:54:40
Guys, is there any js library that can let user edit the pic they uploaded (rotate etc) before being assigned as value of input type file?
rebory 2019-09-14 12:03:18
hi friends i need some suggestion
rebory 2019-09-14 12:05:27
laravel_discuss-13075.jpg
i render some data if correct password it’s working fine
rebory 2019-09-14 12:06:13
like this
rebory 2019-09-14 12:07:02
laravel_discuss-13077.jpg
but if page refresh it ask password again
2019-09-14 12:14:00
hi gys
2019-09-14 12:15:27
laravel_discuss-13079.jpg
file no’t upload
2019-09-14 12:25:23
laravel_discuss-13081.jpg
just not upload
rebory 2019-09-14 13:33:05
2019-09-14 12:15:27
file no’t upload

https://hdtuto.com/article/image-upload-tutorial-with-laravel-58

Image Upload Tutorial with Laravel 5.8 – HDTuto.comHdtuto
laravel 5.8 image upload, laravel 5.8 upload image to database, how to upload and display image in laravel 5.8, image upload laravel 5.8, php laravel 5.8 image upload example, save image php laravel 5.8
vikaskumar_99 2019-09-14 14:43:38
Hi, all coders,,, i want to add serial number ascending order in my dataTable using eloquent method, could you please tell me, how to do this? Without saving any numbers in database. I have only id (auto increment) and some other fields. That’s it.
vikaskumar_99 2019-09-14 14:44:24
And I’m using laravel 6.0.
vikaskumar_99 2019-09-14 14:47:50
I have already applied this- <td>{{ $data->index +1}}</td>
He doesn’t work.
This code is working 5.5 version but when i applied this code in 6.0 version he doesn’t work.
vikaskumar_99 2019-09-14 14:48:17
If you have any alternative solution pls let me know.
Sancelisso 2019-09-14 16:04:52
laravel_discuss-13088.jpg
hello devs. i am trying to use backpack in Laravel but i have a error like this. How can i do please ?
Sancelisso 2019-09-14 16:12:28
180 online and no answer? 😭
goodluckalltheway 2019-09-14 16:49:02
Check if you have CheckIfAdmin middleware
Sancelisso 2019-09-14 16:55:58
goodluckalltheway 2019-09-14 16:49:02
Check if you have CheckIfAdmin middleware

in which folder or file please ?

goodluckalltheway 2019-09-14 17:36:43
laravel_discuss-13094.jpg
This path right here
goodluckalltheway 2019-09-14 17:37:01
AppHttpMiddleware
LiveCoders24 2019-09-14 18:22:23
Hi laravel new project_name not working after updating laravel
LiveCoders24 2019-09-14 18:22:37
Any one know the solution?
MatPk 2019-09-14 18:28:38
does anyone have a good package for jwt in laravel? i tried jwt-auth but cant install
rizkyarlin 2019-09-14 19:03:54
MatPk 2019-09-14 18:28:38
does anyone have a good package for jwt in laravel? i tried jwt-auth but cant install

which laravel version & jwt-auth version?

rizkyarlin 2019-09-14 19:05:07
LiveCoders24 2019-09-14 18:22:23
Hi laravel new project_name not working after updating laravel

what’s the error?

rizkyarlin 2019-09-14 19:06:31
vikaskumar_99 2019-09-14 14:47:50
I have already applied this- <td>{{ $data->index +1}}</td>
He doesn’t work.
This code is working 5.5 version but when i applied this code in 6.0 version he doesn’t work.

use $loop->iteration

rizkyarlin 2019-09-14 19:09:28
rebory 2019-09-14 12:07:02
but if page refresh it ask password again

check your session…

Sancelisso 2019-09-14 19:19:42
goodluckalltheway 2019-09-14 17:36:43
This path right here

I check it but it does not exist

rebory 2019-09-14 19:20:27
rizkyarlin 2019-09-14 19:09:28
check your session…

Means i need to put it in session

rizkyarlin 2019-09-14 19:21:02
rebory 2019-09-14 19:20:27
Means i need to put it in session

yap, did you use laravel built-in authentication or you built it urself?

LiveCoders24 2019-09-14 19:28:49
laravel_discuss-13107.jpg

LiveCoders24 2019-09-14 19:29:21
what type of problem is this?
MatPk 2019-09-14 19:30:39
rizkyarlin 2019-09-14 19:03:54
which laravel version & jwt-auth version?

Laravel 5.8
Jwt auth 0.5

rizkyarlin 2019-09-14 19:30:57
go for jwt-auth 1.x
rizkyarlin 2019-09-14 19:31:07
https://jwt-auth.readthedocs.io

Home – jwt-authjwt-auth.readthedocs.io
None
rebory 2019-09-14 19:31:39
rizkyarlin 2019-09-14 19:21:02
yap, did you use laravel built-in authentication or you built it urself?

I used built-in login system with multiple roles or blocking system everything but

rebory 2019-09-14 19:32:03
I am talking about some page content
rebory 2019-09-14 19:32:49
In this page some content password protected
rizkyarlin 2019-09-14 19:33:17
rebory 2019-09-14 19:32:49
In this page some content password protected

by password protected, do you mean each content has their own password?

rebory 2019-09-14 19:33:19
This is for web site visitors
rebory 2019-09-14 19:33:25
Not for users
rizkyarlin 2019-09-14 19:33:57
you gotta use session…
rizkyarlin 2019-09-14 19:34:28
so the visitor will not be redirected if the session still alive even when they refresh the page
2019-09-14 19:47:29
hi gys
2019-09-14 19:47:33
require(‘~/node_modules/bulma-carousel/src/js/index.js’);
2019-09-14 19:47:44
2019-09-14 19:47:33
require(‘~/node_modules/bulma-carousel/src/js/index.js’);

not work require

|