₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,324,999 members, 8,419,864 topics. Date: Thursday, 04 June 2026 at 04:37 AM

Toggle theme

Davinchecodes's Posts

Nairaland ForumDavinchecodes's ProfileDavinchecodes's Posts

1 2 3 4 5 6 7 8 9 10 11 12 (of 19 pages)

ProgrammingRe: [Code Review Help] Laravel Experts Please HELP! by davinchecodes(op):
DOBOEFEMENA:
nice , kindly provide me your email address . Thanks.
I have sent you a dm.
pls don't quote this email in your reply..
I don't want email harvester to scrap it
Foreign AffairsRe: Donald Trump Mocked In United Kingdom (Photos) by davinchecodes(m): 4:32pm On Jun 04, 2019
bamisho:
Please can I ask what you think about his tweets supporting gays and asking other nations to join?
I don't support gay nor condemn them.
Yah know am not GOD.
Foreign AffairsRe: Donald Trump Mocked In United Kingdom (Photos) by davinchecodes(m): 10:37am On Jun 04, 2019
schwarzkopf:
Everyone around the world and with functional brain cell loathe this piece of shit, I have never been so ashamed to be American with this simpleton ruling my country. You gat that question at all Airports, new country and places, how we let this gutless buffon become our POTUS. We gonna kick this idiot out ASAP, all his methyl head, illiterate Appalachian voting base will be all casted back to their backwoods after this m0ron is locked up in a federal penitentiary.
STFU, You don't even write like one.
PhonesRe: Chinese People Angrily Destroying Their Iphones In Response To Hauwei Ban By US by davinchecodes(m): 9:59pm On May 23, 2019
nogragra:
This devil called Trump ehn, is causing irreparable damage to the world.
China Banned Google, Fb, Skype, Twitter Etc. Calling Them Security Threat.
Trump Did The Same To Huawei U Call Him A Devil.
Smh
Foreign AffairsRe: Donald Trump: If Iran Wants A Fight That Will Be The Official End Of Iran by davinchecodes(m): 8:18am On May 20, 2019
dermmy:
War is not the solution to everything. Honestly the United Nations has failed. It think the reason united nations was created is to bring countries together so that they can settle their difference in a pacifist way through diplomacy but the way powerful countries flex muscle against weaker ones won't help. US pulled out of a deal that major world powers initiated and wants the other party to continue its commitment to the deal, now you want to force her to come to the negotiating table isn't that funny? US has no right to unilaterally walk out of the deal this is a multilateral world for God sake. US should not make herself the emperor of this world anything regarding world peace and security should be resloved in the UN. I support a multilateral world order.
Fu*k Iran,That Deal Is A Shitload...
BusinessRe: Oriental Hotel Up For Sale For $250 Million by davinchecodes(m):
BuhariAdvocate:
When your pastor tell you God bless you tell him you reject the prayer. In the case of Tinubu wealth God have always be with him. Bola is a taxi driver on the street of Chicago and his adopted mother iyaloja of Lagos called him home to established his own business with little he make in usa. Do you know what it mean to be Iya loja of Lagos the position his daughter occupied now. The woman took bola round the Lagos exposed many business strategies to him, that is where bola start making his money .
Bola helped many people he humble himself and mingle with common people.No wonder some people can die for him.bola not hold any federal appointment or elected as a
president or vice president. Bola make his money legally way no wonder efcc couldn't convicted him despite the humiliation from former president olusegun Obasanjo. Tinubu is a good example that youth should emulate.
grin grin grin

We all know this part is a lie, Wasn't he a druggie?
ProgrammingRe: [Code Review Help] Laravel Experts Please HELP! by davinchecodes(op): 3:21pm On Apr 23, 2019
FincoApps:
Do something like this:

$family = Family::find($family_id);

$member_mobile = $family->member->where('mobile', '=', Input::get('mobile'))->first();

if($member.....){}
else{...}
Thanks for your help bro/sis, I have been able t solve it.
i did mind this way though
[quote]$member_email = Member::where("family_id", "=", $request->family_id)->where('email', "=", Input::get('email'))->first();
$member_mobile = Member::where("family_id", "=", $request->family_id)->where('mobile', "=", Input::get('mobile'))->first();

if($member_email){.....}
else{...}

wink
Programming[Code Review Help] Laravel Experts Please HELP! by davinchecodes(op): 7:35pm On Apr 19, 2019
Am new to laravel (total greenhorn), it would be awesome if anyone can help me with this.

Checking if data exists in child of a parent before creating new child.

I have a model called Family and another called Member. My relationship looks like below.

class Family extends Model
{
public function member()
{
return $this->hasMany('App\Member');
}
}
And members

class Member extends Model
{
public function family()
{
return $this->belongsTo('App\Family');
}
}
I would like to check if in the current family if a member with the email from the input form exists or not. If exists returns error (a member with that email already existed in this family) else Creates the new member in that family. How would you suggest i do this?

what i have done but it's wrong though.

$member_mobile = Member::with('families')->where('mobile', '=', Input::get('mobile'))->first();
if(!$member_email || !$member_mobile){
$member = new Member();
$member->firstname = $request->firstname;
$member->lastname = $request->lastname;
$member->email = $request->email;
$member->mobile = $request->mobile;
$member->fid = $request->fid;
$member->family_id = $request->family_id;
$member->gender = $request->gender;
$member->role_id = $request->role_id;
$member->avatar = $avatar;
$member->save();
}

else{
return redirect()->back()->with('Error','Oops! Member email or mobile number exists already');
}




How do you think i should go about it cry.

@codeblooded
CelebritiesRe: "Only God Can Do This".... Lady Who Cheated Death by davinchecodes(m): 3:51pm On Apr 18, 2019
grin grin grin
my God and the God of Dr.Daniel Olukoya 'Mountain of Fire and Miracle Ministry' made NEPA.
Just using style to market your church.
ProgrammingRe: Learn Laravel Free by davinchecodes(m): 6:44pm On Apr 03, 2019
CodeBlooded:
send me a pm
are you on telegram?
ProgrammingRe: Learn Laravel Free by davinchecodes(m): 5:39pm On Apr 03, 2019
CodeBlooded:
send me a pm
Done, PM sent
ProgrammingRe: Learn Laravel Free by davinchecodes(m): 5:36pm On Apr 03, 2019
CodeBlooded:
send me a pm
ok bro
ProgrammingRe: Learn Laravel Free by davinchecodes(m): 4:29pm On Apr 03, 2019
CodeBlooded:
yes
Are you base in Lagos ??
No am not currently in lagos.
ProgrammingRe: Learn Laravel Free by davinchecodes(m): 12:38pm On Apr 03, 2019
@CodeBlooded
I need your help with laravel eloquent.
Can you help?
ProgrammingRe: Learn Laravel Free by davinchecodes(m): 10:21am On Apr 03, 2019
CodeBlooded:
wow. So do you think it would be nice to open the floor soon
Of Cos Why Not.
ProgrammingRe: Learn Laravel Free by davinchecodes(m): 3:48am On Apr 03, 2019
CodeBlooded:
Hi, I’m just thinking of creating a laravel thread where people can learn laravel easily. You surely need knowledge of PHP and a bit of OOP.

I need your opinion, what do you think about it.
I Got Tons Of Questions About
GamingRe: Serious Gamers Wanted by davinchecodes(op): 12:39pm On Mar 23, 2019
DOBOEFEMENA:
am down with it , is this offer still open?
When you are free let's talk
GamingRe: Serious Gamers Wanted by davinchecodes(op): 12:21pm On Mar 23, 2019
paste007:
I have 1400+ subs on my gaming YT channel and I just got monetized, I want to sell my channel will you be interested in buying.
Not currently interested, but why do you want to sell?
GamingRe: Serious Gamers Wanted by davinchecodes(op): 12:19pm On Mar 23, 2019
DOBOEFEMENA:
am down with it , is this offer still open?
Yup, it's still open
ProgrammingRe: How Much It Cost To Build An App Like Uber Or Spotify by davinchecodes(m): 7:34pm On Mar 18, 2019
resosdigital:
Before developing any kind of app or software you would first need a plan as in essence what you are building is a new business.

So, I would assume you have that part covered and just want consultations on the development part of it.

The first step in building a kind of enterprise app like uber or spotify is UI and UX design.

This is important as your app will be used by thousands of people, your Ui design needs to be clean and easy to use.

Focus also needs to be given to the UX design as the success of the app will be largely depended on its usage the user experience needs to world class in order to encourage users to keep coming back.

It is recommend that UI and UX work be done by a good designer in Adobe XD or similar UI design software.

After the designs must have been completed and approved, the next step involves transforming the designs to usable frontend components. This involves exporting the design assets and coding up the frontend part of the app.

This will he done in whatever framework you decide to use to build your app. (I recommend and use ionic).

After the frontend components are completed and you basically have a kinda usable prototype of the app, then comes the backend development.

There are lots of options available to choose from with the rise if MBAAS in recent time but I would recommend you build out your backend yourself.

The backend development involves implementing all the business logic of the app and also building all necessary APIs to be used.

I recommend and use laravel and lumen for all backend services and hosting on a cloud server.(digital ocean is recommended).

After the backend is developed and everything wired together, your app should be ready for launch.

Also note that within the first 3 months, lots of changes might be needed as you begin getting feedback from your users and discovering what works, what features they like and want etc.

Development time could stretch from between 40days to 90days though more detailed development schedule would be developed when a detail project requirements is presented.

As a UI, UX and full stack web and mobile developer I can handle this project for you and would charge 200k for the completed design and development.

If you want a more detailed proposal and project requirements and specifications document, you can reach me on WhatsApp- https:///2349054832238.

Thanks
Hello, are you on telegram?
GamingRe: Serious Gamers Wanted by davinchecodes(op): 1:59pm On Mar 16, 2019
cao:
Pele, everybody dey hustle.
True ma sis
GamingRe: Serious Gamers Wanted by davinchecodes(op): 1:57pm On Mar 16, 2019
typicalgamer:
try and find people that play online mostly and are willing to buy upcoming games


not hack console owner's and crack PC gamers

trust me someone that's games online on a regular basis must fancy this your idea
Yea, those are the type of people that am looking for.
But @typicalgamer do you have any connect to link me up with or do you stream too?
GamingRe: Serious Gamers Wanted by davinchecodes(op): 8:37pm On Mar 14, 2019
cao:
I barely remember to post any videos sef. I still seem to get 1 or 2 subs from time to time, but since I'm not constant with supply, I barely have demand, but that's what I get for using YouTube as a hobby and not a business.
Wow, At Least It's Still Growing smiley , I intend to start this project, but am yet to get some serious gamers.
GamingRe: Serious Gamers Wanted by davinchecodes(op): 7:35pm On Mar 14, 2019
cao:
Davinchecodes, I dey-o. Just been busy with work.
What about your gaming channel?
Is it growing?
GamingRe: Serious Gamers Wanted by davinchecodes(op): 7:20pm On Mar 14, 2019
@cao it's been a while, How are you doing?.
GamingRe: Serious Gamers Wanted by davinchecodes(op): 7:19pm On Mar 14, 2019
Kingpost:
So what's the deal here?
Hello, My job kept me too busy to work on any side project but your comment brought me here so i am going to start this project on Saturday and in 14days hopefully finish it.
GamingRe: Gamers In Ibadan by davinchecodes(m): 12:23pm On Dec 19, 2018
Leonyluiz:
Nice one... what tournaments have you participated in?

I participated in a call of duty tournament once. That was about 6 years ago with Modern Warfare 1. Hosted by Xbox. Didnt win but i got a Gold award
U be Bado, just local game competition between me and my peeps
GamingRe: Gamers In Ibadan by davinchecodes(m): 10:14am On Dec 19, 2018
Leonyluiz:
Thanks. Are you a gamer? I mean gamer wink
A Pro Gamer

1 2 3 4 5 6 7 8 9 10 11 12 (of 19 pages)