← prev | next →
zack6849 2019-09-03 04:19:29
The API might have a sandbox depending on what it is
2019-09-03 07:55:11
79423 2019-09-03 04:08:53
how would you test a third party API? should i hit thier API when testing the integration?
Mocking
loveycom 2019-09-03 08:51:43
zack6849 2019-09-03 01:55:31
Singletons are what you’re looking for
Thanks for the reply. I have tried singleton already before posting this but it does not seem to be working. Maybe I am doing something wrong. I would be glad if you could help such as a sample code. Maybe from it, I can see some mistakes.
loveycom 2019-09-03 08:52:16
DesolatorMagno 2019-09-03 02:15:59
https://youtu.be/_z9nzEUgro4
See this, will help you.
I will check this and get back to you. Thanks for the help.
2019-09-03 08:53:32
i need =SEO in Laravel?
DesolatorMagno 2019-09-03 08:54:04
Lol 2am here, u just wake me up, next time send a silent message 😅.
loveycom 2019-09-03 08:56:20
DesolatorMagno 2019-09-03 08:54:04
Lol 2am here, u just wake me up, next time send a silent message 😅.
Lols. When you dropped your message it was 12am where I am. This will always happen. Good morning. We are just 4hrs apart. Next time, wake up and start coding. 😅😃😄😅
2019-09-03 12:47:43
I loaded my php laravel website to 000webhost ,the home page is working well but other pages links are not working,I have tried to change in the navbar,controller,routes,extend but no positive results,need your help.
software_engineer_n 2019-09-03 13:28:45
hi guys i want to crate
software_engineer_n 2019-09-03 13:30:22
question and answers a b c d i have answer in my data b how can i check this
software_engineer_n 2019-09-03 13:30:39
please help me
software_engineer_n 2019-09-03 13:30:55
it s like test for exam
ame3n 2019-09-03 13:33:06
software_engineer_n 2019-09-03 13:30:22
question and answers a b c d i have answer in my data b how can i check this
For every question uh must have a primary key as an ID which will check the option from check box whether it’s a b c or d but the select query in the if condition if its true add score or something like that
ame3n 2019-09-03 13:33:45
No need to save the question to the database just same the question number and it’s answer simple
ame3n 2019-09-03 13:34:41
software_engineer_n 2019-09-03 13:30:22
question and answers a b c d i have answer in my data b how can i check this
Bro you only need to modify to login form code to work on question and answers individually 😉
software_engineer_n 2019-09-03 13:37:52
🤔 thanks man
kodatik 2019-09-03 15:26:26
2019-09-03 12:47:43
I loaded my php laravel website to 000webhost ,the home page is working well but other pages links are not working,I have tried to change in the navbar,controller,routes,extend but no positive results,need your help.
.htaccsess missing
2019-09-03 15:31:03

my .htaccess is still there with full rights
2019-09-03 15:37:14
Please explain what you mean by mode_rewrite?
eneteache 2019-09-03 16:00:40
Hello,how can I disable laravel error log in production?
eneteache 2019-09-03 16:01:17
2019-09-03 16:01:18
app debug=false in .env
eneteache 2019-09-03 16:01:36
yes
eneteache 2019-09-03 16:01:37
eneteache 2019-09-03 16:02:22
Do I need to do something else?
eneteache 2019-09-03 16:03:45
dont work
eneteache 2019-09-03 16:03:50

i get this error
2019-09-03 16:10:57

The mod_rewrite is already there
2019-09-03 16:19:08
I have tried to find the apache config in my file manager but its not there
DesolatorMagno 2019-09-03 16:44:33
eneteache 2019-09-03 16:03:50
i get this error
It is already in production and running in a real hosting and all that?
eneteache 2019-09-03 16:45:24
DesolatorMagno 2019-09-03 16:44:33
It is already in production and running in a real hosting and all that?
Yes
oxbir 2019-09-03 16:45:55
what is this error?
oxbir 2019-09-03 16:47:03
2019-09-03 16:51:34
Laravel 6 Is Now Released!!
https://laravel.com/docs/6.0/releases
@laratools
TeleMadDave 2019-09-03 16:53:01
Laravel 6 is now released!!
oxbir 2019-09-03 17:00:18
oxbir 2019-09-03 16:47:03
answer my question
mohammednehru 2019-09-03 17:20:54

Hi,
How can i update permissions in role_has_permissions table.
I am using spatie/laravel-permission.
mohammednehru 2019-09-03 17:21:16
mohammednehru 2019-09-03 17:21:23
this is the store function
DesolatorMagno 2019-09-03 17:27:36
The documentation for that package explain that, did you try reading it?
mohammednehru 2019-09-03 17:33:52
DesolatorMagno 2019-09-03 17:27:36
The documentation for that package explain that, did you try reading it?
There’s nothing about updating in the documntaion
DesolatorMagno 2019-09-03 17:38:45
Just revoke the permission and add New
2019-09-03 17:40:55
its no there too
mohammednehru 2019-09-03 17:44:01
DesolatorMagno 2019-09-03 17:38:45
Just revoke the permission and add New

leondesign 2019-09-03 17:44:49
mohammednehru 2019-09-03 17:44:01
On bool
mohammednehru 2019-09-03 17:45:40
leondesign 2019-09-03 17:44:49
On bool
What is this mean? I am not good as you think 😅
2019-09-03 17:46:56
mohammednehru 2019-09-03 17:45:40
What is this mean? I am not good as you think 😅
Your method return Boolean instead of your logic
leondesign 2019-09-03 17:47:23
mohammednehru 2019-09-03 17:45:40
What is this mean? I am not good as you think 😅
You can not run methods on boolean
DesolatorMagno 2019-09-03 17:47:52
In the documentation is a link to 2 project of role and permission, try checking there.
mohammednehru 2019-09-03 17:49:56

@ost_myloc @leondesign this is my update function
← prev | next →