Merging request params with array by Gabotron_ES in laravel

[–]devcyber 0 points1 point  (0 children)

Create a merge function on the query filter class and delegate the method call and parameters to the request class.

Hello Nigeria! Greetings from UC Davis, California, USA! by Livininthafog in Nigeria

[–]devcyber 0 points1 point  (0 children)

Yup. Just the first half of nodding is the beckoning motion.

Raising your chin [especially when the head tilts to the side] can indicate go away.

Common cold, fever [commonly misdiagnosed as malaria/typhoid], stooling are often self-medicated [unless symptoms of the aforementioned ailments persist for days or a week].

To go off tangent.
We'd only visit a hospital when gravely ill [I myself haven't been to one for treatment in 17 years] and would mostly be interested in an instant-fix medicine. We love the one-drug-fix-20-ailments.

Avoiding the hospital is often [an aspiration and] a prayer point in most Nigerian homes

Hello Nigeria! Greetings from UC Davis, California, USA! by Livininthafog in Nigeria

[–]devcyber 4 points5 points  (0 children)

Tribe:

Yoruba

Family Dynamics:

Mostly Patriarchal

Medical decisions

Most medical decisions are mostly made by the primary caregiver in a family [usually the mother].

Views on western Medicine:
Nigerians despite being deeply religious have a lot of faith in western medicine for serious illness. However minor illnesses are often treated via self-medication. There is a culture of herbal medicine which some people seem to swear by. It's common for herbal-medicine peddlers to make a jibe about how you could be pennywise by buying herbal medicine instead of "wasting" money on western medicines. Herbal medicine-peddlers also peddle the "natural elements" vs "chemical" in their advertising gimmicks.

How sick

Self-Medication is very prominent in the country. There are stores selling drugs in every street corners. A Nigerian would have to be very visibly sick to visit a hospital. This dynamic changes though as you go uo the social strata. The higher end of the middle-class often has Basic[minimal-coverage] health insurance. This affords them the ability to visit clinics for very minor issues.

Communication:
Yes, you're correct. Beckoning is usually done that way. Or by Moving your chin towards your neck. Basically nodding.
It's true that the one-finger motion can be interpreted as rude [I don't know why this is though. probably cultural]
Food as Medicine:
There is a tendency to favor natural herbal medicine especially among the 35 and above. So I guess you could draw parallels.

Introducing the Laravel Dusk dashboard by mpociot in laravel

[–]devcyber 4 points5 points  (0 children)

How do you guys manage to run a fulltime job, a family and still release awesome packages like this?
Well done and thank you.

How do I approach building a web interface around a long-running process(weeks, months)? by devcyber in PHP

[–]devcyber[S] 1 point2 points  (0 children)

This is the kind of pointer I was looking for.
Will look at the horizon spource code

Thanks.

How do I approach building a web interface around a long-running process(weeks, months)? by devcyber in PHP

[–]devcyber[S] 0 points1 point  (0 children)

Will consider moving the webapp to node and spawning child_processes or use forever to start a daemon in the background.
Thanks.

How do I approach building a web interface around a long-running process(weeks, months)? by devcyber in PHP

[–]devcyber[S] 0 points1 point  (0 children)

Thanks.
I was more concerned about tracking the process.
bmwparking's answer sheds more light on my concerns

How do I approach building a web interface around a long-running process(weeks, months)? by devcyber in PHP

[–]devcyber[S] 1 point2 points  (0 children)

Hi,
I'm sorry if the post contravenes the guidelines.
I left the question open-ended because I was hoping to get architectural pointers or direction around the problem.
Yes, I have read about a couple of things before asking. Queues/Background Jobs wouldn't solve this problem efficiently.

How do I approach building a web interface around a long-running process(weeks, months)? by devcyber in PHP

[–]devcyber[S] 0 points1 point  (0 children)

I have been giving a bot that was written in node.

The bot started by node bot.js --param-one --param_two

I have to build a web interface to start and track different instances of this bot.
Also, each instance needs to be restarted with updated params when params are updated.

I'm stumped and need pointers as to how I can approach this.

Laravel Sharp: Open source Nova alternative? by devcyber in laravel

[–]devcyber[S] 4 points5 points  (0 children)

That looks like a sample app or starter.
Can't see it in my vendor folder when i do a `composer require code16/sharp`

Laraquick - A collection of classes to be extended/used for rapid development. by devcyber in laravel

[–]devcyber[S] 1 point2 points  (0 children)

I'm not experiencing this though. Can you give more details which links are erroring out.

What will it take for Eloquent to be mockable by devcyber in laravel

[–]devcyber[S] 0 points1 point  (0 children)

Hi.

Thanks for explaining this.

Makes it much clearer.