Depending on the version of laravel its syntax is in many things right?

|
Mr_Classy 2020-09-17 14:05:35
@zeetele not work.
Mr_Classy 2020-09-17 14:07:24
Another method ?
Mr_Classy 2020-09-17 14:11:26
427 is online but no one is replay what is going here ? Just name group “laravel”
Mr_Classy 2020-09-17 14:15:19
But no one is replay then what benefits of this group.!!
Mr_Classy 2020-09-17 14:15:52
So what kind of problem solving ?
Mr_Classy 2020-09-17 14:16:44
So my question is not iOS devlopment. Are you kidding me bro.!!
Mr_Classy 2020-09-17 14:17:02
Datatable is laravel concept.
Mr_Classy 2020-09-17 14:17:13
But not work.
Mr_Classy 2020-09-17 14:17:27
You can use this in laravel
Mr_Classy 2020-09-17 14:17:41
Sorry bro you are wrong
Mr_Classy 2020-09-17 14:18:15
Forgot it men. I will manage my self.
Mr_Classy 2020-09-17 14:18:45
Actually bro u can’t understand my question. So plzz once you referring then give me suggestions.
Mr_Classy 2020-09-17 14:19:32
I already trying but not work. That’s why I asked you.
Mr_Classy 2020-09-17 14:20:16
Not desc order in view table.
Mr_Classy 2020-09-17 14:21:22
Yes I also tried
Mikedee 2020-09-17 14:25:01
Mr_Classy 2020-09-17 14:21:22
Yes I also tried

I had the same problem so i decided just to put sort-data=”desc” in the <td>

Mr_Classy 2020-09-17 14:25:54
Can you plzz explain.how you doing this
Mikedee 2020-09-17 14:30:45
<td data-sort-order=”desc”> this is what i mean
Mr_Classy 2020-09-17 14:50:42
Okay.
Mr_Classy 2020-09-17 14:51:10
But this is not right way. But thanks
aleemont 2020-09-17 15:08:41
How do I access to a variable inside a function? I mean
I have

public class MyClass{

public $variable=”myValue”;

protected $rules = [
‘variable’ = ‘required’;
]

public function render()
{

return view(‘livewire.my-view’);

}

public function submit()
{
$db = DB::connection (‘myConnection’)

$this->validate();
$db = DB::select(‘INSERT INTO my_table (variable) VALUES (:variable)’, [‘variable’=>$variable]);

}

But when I execute the script (i have a form and a submit button)

It returns
Error, variable “variable” undefined

the_peace_lover 2020-09-17 15:17:19
i think you’ve to use $this->variable
aleemont 2020-09-17 15:55:48
the_peace_lover 2020-09-17 15:17:19
i think you’ve to use $this->variable

Yes, i solved my bad hahaha

Gowtham_Boopathiraj 2020-09-17 17:18:48
Laravel 5.8 localization german language
Langanuge code?????
Gowtham_Boopathiraj 2020-09-17 17:20:33
Lang folder inside resources
Gowtham_Boopathiraj 2020-09-17 17:27:11
Tq i need german language folder name?
Gowtham_Boopathiraj 2020-09-17 17:29:16
English means en
Japan means jp
German means????
Bhuvi100 2020-09-17 17:30:41
Gowtham_Boopathiraj 2020-09-17 17:29:16
English means en
Japan means jp
German means????

Ge

Bhuvi100 2020-09-17 17:30:52
I think so
Gowtham_Boopathiraj 2020-09-17 17:33:44
Checked ge not coming
Gowtham_Boopathiraj 2020-09-17 17:34:11
de correct?
jcasique_torres 2020-09-17 17:34:50
Gowtham_Boopathiraj 2020-09-17 17:34:11
de correct?

Yes

Gowtham_Boopathiraj 2020-09-17 17:36:10
Ok
princeferozepuria 2020-09-17 18:29:47
with server status code response i want to show alert if.no record found..and i want to achieve another funcnalities …
princeferozepuria 2020-09-17 18:29:58
how can i do this only with interia…
princeferozepuria 2020-09-17 18:30:09
and laravel..
princeferozepuria 2020-09-17 18:31:40
i want to fail my request in some cases but laravel with interia ..how can i do that..
AB199805 2020-09-17 20:20:52
hello, depending on the version of laravel its syntax is in many things right?
mohitagarwal1432 2020-09-17 21:06:15
Hello guys, I have a doubt regarding implementing multiple auth i.e admin, vendor and user etc.
mohitagarwal1432 2020-09-17 21:07:18
Should I use roles in same user table to identify the users separately or i should use guard
mohitagarwal1432 2020-09-17 21:07:55
Making separate tables for user, vendors and admin.
mohitagarwal1432 2020-09-17 21:08:32
Please tell what is the best approach.
Siberfx 2020-09-17 23:03:06
you can use same table if you want. but need to set a logic about group/role permissions.
raicoacosta 2020-09-17 23:07:15
Siberfx 2020-09-17 23:03:06
you can use same table if you want. but need to set a logic about group/role permissions.

in laravel 8?

Siberfx 2020-09-17 23:08:32
5/6/7/8
Siberfx 2020-09-17 23:08:45
Wherever you want to
VimKanzo 2020-09-17 23:14:14
Any knows what the cause of 302 redirect in laravel? I have checked for csrf token all in place, but routes keeps redirecting to login. Using laravel 7
Shubham 2020-09-17 23:16:37
Is there anyone who can help me to install window 7 in my PC using bootable pendrive .. Please tell me

Or pm me

Siberfx 2020-09-17 23:17:17
VimKanzo 2020-09-17 23:14:14
Any knows what the cause of 302 redirect in laravel? I have checked for csrf token all in place, but routes keeps redirecting to login. Using laravel 7

it can be a middleware issue

VimKanzo 2020-09-17 23:21:22
Siberfx 2020-09-17 23:17:17
it can be a middleware issue

I see. Thanks! Let me look into it again

|