← prev | next →
2021-10-23 08:17:09
Guudu 😊 2021-10-23 07:59:22
Anyone know fileinput Bosstrap??
Please refer bootstrap official document
2021-10-23 08:22:08
Sohail Ahmad 2021-10-22 20:15:44
Hello Laravel developers please help!
Best and easy way to build a multiple authentication in laravel.
We have three different tables(admin, patient and doctor) and we want to register all these and login to access there own dashboard.
So how ?
Hi dude, just use separate Laravel packages for your each module and connect a database. As you mentioned for doctor separate package and admin separate package.
2021-10-23 08:24:38
It’s is best method by practical experience. It’s bad idea playing with auth gaurd, middle ware etc… For multiple auth.
2021-10-23 08:25:13
If you have still doubt please feel free to contact me
Sohail Ahmad 2021-10-23 08:31:04
2021-10-23 08:22:08
Hi dude, just use separate Laravel packages for your each module and connect a database. As you mentioned for doctor separate package and admin separate package.
First of all thank you very much for helping.
And then i am little confused what is mean by separate packages for doctor and separate packages for patients please explain little bit.
Singhm123 2021-10-23 08:32:24
Is there any away
To receive a message on whatsapp.
when customer create a new order on my web..
Crazy_kayzy 2021-10-23 10:09:31
Singhm123 2021-10-23 08:32:24
Is there any away
To receive a message on whatsapp.
when customer create a new order on my web..
Twilio API
asoltaniir 2021-10-23 10:21:48
Hi guys. Are you recommend Mongodb to use in Laravel projects?
Guudu 😊 2021-10-23 10:26:14
2021-10-23 08:16:21
Vendor folder is missing
Already refer but issue in fileinput Bosstrap library file filebatchuploadsuccess not work
GauravGohil 2021-10-23 10:40:36
GauravGohil 2021-10-23 10:41:04
GauravGohil 2021-10-23 10:40:36
Migration runs successfully but I’d doesn’t update the default value of iir
GauravGohil 2021-10-23 10:41:17
Why? Please can anyone help
Karthikeyan 2021-10-23 10:53:33
Is avatar already a text field?
Crazy_kayzy 2021-10-23 10:58:05
Any one here who uses Golang?
Anujkesari123 2021-10-23 11:10:05
Do any one know how to convert pHp 5.6.4 project into 7 version
spykelionel 2021-10-23 11:26:43
asoltaniir 2021-10-23 10:21:48
Hi guys. Are you recommend Mongodb to use in Laravel projects?
Yes
omar khaled 2021-10-23 12:50:08
What’s the defrence between seeder, factory
asoltaniir 2021-10-23 12:52:59
spykelionel 2021-10-23 11:26:43
Yes
What’s advantages? I know that I am not able to use migration while using mongodb?.
GauravGohil 2021-10-23 13:03:27
Karthikeyan 2021-10-23 10:53:33
Is avatar already a text field?
Yes
spykelionel 2021-10-23 13:09:30
asoltaniir 2021-10-23 12:52:59
What’s advantages? I know that I am not able to use migration while using mongodb?.
Dépends on what you want
asoltaniir 2021-10-23 13:14:44
spykelionel 2021-10-23 13:09:30
Dépends on what you want
I want to know that if I am forced to use MongoDb is it better to use nodejs or laravel?
kindatired 2021-10-23 13:15:08
Hey guys do you use Redis as a DB? or for caching normally?
spykelionel 2021-10-23 13:15:55
kindatired 2021-10-23 13:15:08
Hey guys do you use Redis as a DB? or for caching normally?
Uhmm😳😳. Cache
spykelionel 2021-10-23 13:18:20
asoltaniir 2021-10-23 13:14:44
I want to know that if I am forced to use MongoDb is it better to use nodejs or laravel?
What do you want? Nosql is different from Rdms. In some complex systems or systems dealing with high cpu interactions or querying data for different actions or sending multi request to server to get some kind of data,……., you are required to use both
GauravGohil 2021-10-23 13:49:01
Karthikeyan 2021-10-23 10:53:33
Is avatar already a text field?
Yes qvatar is already a text field
Lalit Rana 2021-10-23 13:55:43
Hello I facing issue in Test Case Failed asserting that a row in the table [categories] matches the attributes anyone know about this issue?
danvastgroupltd 2021-10-23 14:36:50
DCS:
I need help, I am Just setup the user agent in the app for example “webviewapp”. Then I need to add a condition to my backend/web, if the user agent is “webviewapp” then hide the AdSense, otherwise show it.
To implement that wat I need to put the in backend/web?
I try the following code but is not working someone help me what wrong on this or any way you can suggest
function hide($autoAdvertising ) {
$user_agent = $_SERVER[‘HTTP_USER_AGENT’];
if(strpos( $user_agent, ‘webviewapp’) !== false) {
return false;
}
else {return true;
}
}
VirtualDemon 2021-10-23 15:05:28
Anujkesari123 2021-10-23 11:10:05
Do any one know how to convert pHp 5.6.4 project into 7 version
refactor it
2021-10-23 16:00:05
Sohail Ahmad 2021-10-23 08:31:04
First of all thank you very much for helping.
And then i am little confused what is mean by separate packages for doctor and separate packages for patients please explain little bit.
Bro send your email. I send you details
2021-10-23 16:02:45
Anujkesari123 2021-10-23 11:10:05
Do any one know how to convert pHp 5.6.4 project into 7 version
You can update by xammp
2021-10-23 16:05:57
GauravGohil 2021-10-23 10:41:04
Migration runs successfully but I’d doesn’t update the default value of iir
Check your image path.
kamleshjainforme 2021-10-23 16:06:43
check out Awesome Wallpapers at
https://play.google.com/store/apps/details?id=com.wallpapers.festivwalls
Festiv Wallpapers – Apps on Google Play –
Google PlayFestiv Walls – a stunning collection of Festiv wallpapers
asoltaniir 2021-10-23 16:07:13
spykelionel 2021-10-23 13:18:20
What do you want? Nosql is different from Rdms. In some complex systems or systems dealing with high cpu interactions or querying data for different actions or sending multi request to server to get some kind of data,……., you are required to use both
I want to know more. Can you describe why we required to use both?
spykelionel 2021-10-23 16:41:17
asoltaniir 2021-10-23 16:07:13
I want to know more. Can you describe why we required to use both?
You can use 1.
It’s just about efficiency that you might use both
kindatired 2021-10-23 16:52:43
← prev | next →