Contents:
How is not not working?
Hey did you solve ?
I want to display a text when the user type something in the field how can I do it?
Is exist American here?
Afternoon, bro, I want to ask, how do you calculate the different minutes between two dates, bro?
What hapens in localhost?
How is not not working?
Hey did you solve ?
I want to display a text when the user type something in the field how can I do it?
Is exist American here?
Afternoon, bro, I want to ask, how do you calculate the different minutes between two dates, bro?
What hapens in localhost?
skys215 2020-03-01 15:21:27
location? remote? salary? requirements?
sadeqi125 2020-03-01 16:11:54
how to solve error
sadeqi125 2020-03-01 16:12:06
Auth guard [admin] is not defined.
StanleyMasinde 2020-03-01 16:12:55
sadeqi125 2020-03-01 16:12:06
Auth guard [admin] is not defined.
Config/auth.php
Locate guards create the admin guard if it doesn’t exist
sadeqi125 2020-03-01 16:13:17
‘admin’ => [
‘driver’ => ‘session’,
‘provider’ => ‘admins’,
],
‘driver’ => ‘session’,
‘provider’ => ‘admins’,
],
sadeqi125 2020-03-01 16:13:21
StanleyMasinde 2020-03-01 16:12:55
Config/auth.php
Locate guards create the admin guard if it doesn’t exist
Locate guards create the admin guard if it doesn’t exist
exist
sadeqi125 2020-03-01 16:15:15
solved
StanleyMasinde 2020-03-01 16:15:24
auth(‘admin’) or Auth::guard(‘admin’) is the correct way to call the guard. The guard name should be a string
prime 2020-03-01 16:15:38
ookey…..am deploying the laravel system on shared server …. but the csrf isn’t working …what seems to be a problem..?
sadeqi125 2020-03-01 16:15:59
but when i login go to home then reirect to login
sadeqi125 2020-03-01 16:16:07
whats is the problome
StanleyMasinde 2020-03-01 16:16:39
sadeqi125 2020-03-01 16:15:59
but when i login go to home then reirect to login
Stop using the auth middleware and create an admin middleware
StanleyMasinde 2020-03-01 16:17:05
prime 2020-03-01 16:15:38
ookey…..am deploying the laravel system on shared server …. but the csrf isn’t working …what seems to be a problem..?
How is not not working? What error message are you getting?
ChantyTUN 2020-03-01 16:44:29
who have admin permission
ChantyTUN 2020-03-01 16:45:08
can share with me
sadeqi125 2020-03-01 16:56:57
why i redirect after go to home then redirect login again
cosmonte 2020-03-01 17:15:50
sadeqi125 2020-03-01 16:56:57
why i redirect after go to home then redirect login again
Check auth controllers
akhil341 2020-03-01 17:21:33
harmlez_prinz 2020-02-28 11:06:43
Hello, Good morning, Please am trying, load another select option dependent on another.
e.g when the user selects department, the designations undder that department should be loaded automatically
e.g when the user selects department, the designations undder that department should be loaded automatically
Hey did you solve ???
Patricklab 2020-03-01 17:29:07
having an issue with a Restful api in php
Patricklab 2020-03-01 17:29:38
wondering if anyone could help me out its working fine on local host but on the live server its not working
akhil341 2020-03-01 18:20:30
Patricklab 2020-03-01 17:29:38
wondering if anyone could help me out its working fine on local host but on the live server its not working
Mention exact problem …
harmlez_prinz 2020-03-01 20:13:36
akhil341 2020-03-01 17:21:33
Hey did you solve ???
Well I used jquery and Ajax
ArvinRayan 2020-03-01 21:23:44
I need component for sync mailerlite and myweb site laravel
Pls help me?
Pls help me?
Patricklab 2020-03-01 21:28:34
akhil341 2020-03-01 18:20:30
Mention exact problem …
its an ecommerce project all other apis are working perfectly fine but the order api cant post orders it works for like 1 hour then fails to make and create orders
2020-03-01 21:58:47
I want to display a text when the user type something in the field how can I do it?
RamiN75e 2020-03-01 21:59:12
Is exist American here?
Jomitz 2020-03-02 05:08:11
2020-03-01 21:58:47
I want to display a text when the user type something in the field how can I do it?
Use keyup event in jquery to append an html to that firld using its id
Pickry Dzoel 2020-03-02 08:01:38
Tes
Pickry Dzoel 2020-03-02 09:36:13
Afternoon, bro, I want to ask, how do you calculate the different minutes between two dates, bro? Please enlighten me, bro
Mani 2020-03-02 09:42:51

Pickry
Pickry Dzoel 2020-03-02 09:43:39
Tenks Manjit
Pickry Dzoel 2020-03-02 09:44:20
I try first
skys215 2020-03-02 09:45:51
Pickry Dzoel 2020-03-02 09:36:13
Afternoon, bro, I want to ask, how do you calculate the different minutes between two dates, bro? Please enlighten me, bro
transfer them to unix timestamp
akjubvc 2020-03-02 11:36:32
Please send me ” laravel 6″ book
skys215 2020-03-02 11:37:15
Book?
sadeqi125 2020-03-02 11:41:03
when i login in laravel on cpanel i inter correct email and password then goto home page and then redirect to login again
sadeqi125 2020-03-02 11:41:10
whta is the problome
Yannickshadownet 2020-03-02 11:53:15
sadeqi125 2020-03-02 11:41:10
whta is the problome
What hapens in localhost?
sadeqi125 2020-03-02 11:53:55
Yannickshadownet 2020-03-02 11:53:15
What hapens in localhost?
localhost work correct but i upload my project on cpanel
sadeqi125 2020-03-02 11:54:01
its not work
abysnia 2020-03-02 12:25:25
hi guys i need help
abysnia 2020-03-02 12:26:04
am trying to union this three queries and am only getting the results of query one
abysnia 2020-03-02 12:26:22
$results=$query1->union($query2)->union($query3)->get();
abysnia 2020-03-02 12:26:52
i want to get the results of all of the queries
sadeqi125 2020-03-02 13:24:33
how to get login guard information in laravel
2020-03-02 13:46:55
abysnia 2020-03-02 12:26:52
i want to get the results of all of the queries
Use the join
2020-03-02 13:48:28
sadeqi125 2020-03-02 11:41:03
when i login in laravel on cpanel i inter correct email and password then goto home page and then redirect to login again
Your wrong index.php or .htaccess files
2020-03-02 13:49:22
Your login account then look your browser cookies
sadeqi125 2020-03-02 14:20:16
how to get current login user information
sadeqi125 2020-03-02 14:20:20
in controller