← prev | next →
Samvel Shamamyan 2020-02-10 22:37:00
Help me please i have problem
Samvel Shamamyan 2020-02-10 22:38:16
The POST method is not supported for this route Supported methods GET HEAD
Samvel Shamamyan 2020-02-10 22:38:40
I can send git about this file
Fatima 2020-02-10 23:12:18
Hello I used Stichoza package for my dictionary, but it only has a single word , is there any way to have related words or parts of speech or the pronunciation of searched word?????
Fatima 2020-02-10 23:12:59
Or do you have any idea to have advanced dictionary in my project???
ArvinRayan 2020-02-10 23:59:42
How to use webpack for combine css and js .
Edhocodes 2020-02-11 01:00:01
ArvinRayan 2020-02-10 23:59:42
How to use webpack for combine css and js .
Using package @ArvinRayan
2020-02-11 02:15:03
hi guys could you help me I have a excel file there are two columns one is validate one is given_time and I gotta check validate column with if else . Because some of rows written with words some of is date how can i check with if else if row is date echo written date or its “unlimeted” word?
2020-02-11 02:15:39

this is columns
2020-02-11 02:16:57

when this row is empty its showing this date I gotta show word or symbol which means unlimeted
2020-02-11 07:19:12
Hi Everybody, anyone help me?
How to export data from multiple table to excel..
berto309 2020-02-11 08:17:54
Hi y’all.
Please I want to make both an admin and a user to be able to visit one menu on my dashboard but I have created admin and user guards … How do I make it possible for both of them to use the same menu. If I add a guard.. One will precede the other and only one person will be able to visit that menu
skys215 2020-02-11 08:20:37
2020-02-11 07:19:12
Hi Everybody, anyone help me?
How to export data from multiple table to excel..
use phpspreadsheet
yahiKode 2020-02-11 09:45:09
Hello ! please i wanted to know how to upload images using vue.js
yahiKode 2020-02-11 09:46:06
Can someone help me ?? with the source code if it’s possible
ArvinRayan 2020-02-11 10:21:12
Edhocodes 2020-02-11 01:00:01
Using package @ArvinRayan
please link
Genius_29 2020-02-11 10:48:50
berto309 2020-02-11 08:17:54
Hi y’all.
Please I want to make both an admin and a user to be able to visit one menu on my dashboard but I have created admin and user guards … How do I make it possible for both of them to use the same menu. If I add a guard.. One will precede the other and only one person will be able to visit that menu
You can use the role and permission based activities to make a difference with each user but it uses the same dashboard and login pages with different permissions
faskt95 2020-02-11 11:22:19
Search for spatie/permission the best out there after zicaco entrust
faskt95 2020-02-11 11:22:43
I used it once and I instantly become a fan
Fatima 2020-02-11 13:04:56
No one has any idea how to have dictionary in my project???
skys215 2020-02-11 13:24:22
yahiKode 2020-02-11 09:45:09
Hello ! please i wanted to know how to upload images using vue.js
Wrong group
skys215 2020-02-11 13:24:40
Fatima 2020-02-11 13:04:56
No one has any idea how to have dictionary in my project???
Dictionary?
Fatima 2020-02-11 13:27:46
skys215 2020-02-11 13:24:40
Dictionary?
Yep , a simple dictionary
Fatima 2020-02-11 13:27:53
English to English
kuzmich321 2020-02-11 13:29:44
You can make an api
skys215 2020-02-11 13:36:12
Go to github.com/public-apis/public-apis
Search if there’s an api for dictionary
GitHub – public-apis/public-apis: A collective list of free APIs –
GitHubA collective list of free APIs. Contribute to public-apis/public-apis development by creating an account on GitHub.
2020-02-11 14:53:39
i have the trouble when i use Auth::attempt plis help me
i change the table in user.php to my table and i define my table in there but auth::attempt always false
2020-02-11 14:53:47
help me plis ?
2020-02-11 14:55:08
and thiss result
the_process2 2020-02-11 16:49:08
Ok
Haroun_Oued 2020-02-11 17:27:28
october
Haroun_Oued 2020-02-11 17:27:47
sorry
behindfactss 2020-02-11 18:52:38
hello every one actually i’m using honeypot for block spam users but in have face unknown problem . I have admin panel to post my blog while submit the post honeypot block my submit how can i solve this
behindfactss 2020-02-11 18:54:26
behindfactss 2020-02-11 18:52:38
hello every one actually i’m using honeypot for block spam users but in have face unknown problem . I have admin panel to post my blog while submit the post honeypot block my submit how can i solve this

behindfactss 2020-02-11 19:18:40
2020-02-11 20:46:36

any guidance on this plz
skys215 2020-02-11 20:59:44
2020-02-11 20:46:36
any guidance on this plz
there’s no id on that variable
behindfactss 2020-02-11 21:04:00
behindfactss 2020-02-11 19:18:40
what about this
skys215 2020-02-11 21:14:51
behindfactss 2020-02-11 21:04:00
what about this
I think it’s obvious
skys215 2020-02-11 21:15:05
dig into the code
2020-02-11 21:25:01
how know tutorial about mark location on map from json data using google maps api
marianela2015 2020-02-11 22:22:37
Hello I am a developer junior in Laravel I love it
jeisonpeguero 2020-02-11 22:32:59
2020-02-11 14:53:39
i have the trouble when i use Auth::attempt plis help me
i change the table in user.php to my table and i define my table in there but auth::attempt always false
Let see your user.php file
Alireza1kazemi 2020-02-11 23:27:06
2020-02-11 14:53:39
i have the trouble when i use Auth::attempt plis help me
i change the table in user.php to my table and i define my table in there but auth::attempt always false
Auth:: attempt automatically hash the password
I think your problem is hashing your password *twice*
Your problem is in Line35
Alireza1kazemi 2020-02-11 23:34:14
Clear history (cooki, session,…) of your browser
Add @csrf to your form
Or csrf-token in meta tag at head of your page
It Should work
2020-02-11 23:34:56
Hi guys. From which site I can learn API ?
toito_lucho 2020-02-11 23:41:56
Hi guys … I’m making a master detail form for orders products and I would like to have a input text with autocomplete search… I was trying to implement with jQuery using Typeahead and Bootstrap… But it doesn’t work… How to debug a GET call función controller that return the Jason data?? Does anybody have some example??
toito_lucho 2020-02-11 23:42:40
Please help🙏🙏
← prev | next →