Support the ongoing development of Laravel.io →

khanof89

Joined 4 Sep 2014

Statistics

Threads 3
Replies 7
Solutions 0
Articles 0

Fetch data from 3 tables with Eloquent Relations

I have three tables namely users auctions bids bids table has foreign key to users table and auction...

0 Likes
1 Replies

Where conditions on eloquent relationship

I have two tables auctions and bids and models for them are as follows public function bid() { retu...

0 Likes
2 Replies
posted 9 years ago

Not able to store array data in variables

I am fetching data from http://ajax.googleapis.com/ajax/services/search/images?v=1.0&q=shahrukh...

0 Likes
0 Replies
replied 8 years ago

Custom Validator for form array fields

Create a new request by running php artisan make:request SomeRequest Change SomeRequest with a suit...

0 Likes
replied 8 years ago

Am I failed in life by choosing PHP development as a career ?

What are you drawing right now and what according to you is best salary for you? I must say you are...

0 Likes
replied 9 years ago

How do I perform this search query in eloquent

I am not very sure and the following is a wild try only $result = BookMarkModel::whereIn('tag_id', f...

0 Likes
replied 9 years ago

Where conditions on eloquent relationship

I did this $details = Auction::where('operator','=',$operator) ->where('end_time','>='...

0 Likes
replied 9 years ago

multiple laravel applications under one site

as far as I know you need not to change the bootstrap paths just make proper routes and you are good...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.