Support the ongoing development of Laravel.io →

3,596 Threads

posted 10 years ago

Selecting data from 3 tables with limit

Hello, I have 3 tables ppc_offers, survery_offers,find_offers ( from admin section, i enter data int...

0 Likes
9 Replies

what is the solution of illigel offset type exception in laravel4

what is the solution of illigel offset type exception in laravel4?.

0 Likes
1 Replies

how we fetch the data from phpmyadmin in laravel4 ?

how we fetch the data from phpmyadmin in laravel4 ?

0 Likes
1 Replies

Error Trying to get property of non-object

I am struggling to understand how laravel works and I have a very difficult time with it Model - Use...

0 Likes
1 Replies

Retrieving Translated Field from Pivot Table

Hello, one of the requirements on the application I am developing is to have it to use an arbitrary...

0 Likes
0 Replies

How to handle relations between table in forms?

Hi, I've been looking for examples for a while and found out that the docs are lacking about this. H...

0 Likes
3 Replies

Conflict in Unique Column Name - Join Statement Query Builder

DB::table('users') ->join('contacts', function($join) { $join->on('users.id', '=', 'contacts.u...

0 Likes
1 Replies

Help getting data from my Database

I have two models with relationship: City and Events. In the controller i have this: $cities = City:...

0 Likes
1 Replies

Insert One to Many with multiple records

Hi there, I would like to insert a post and its images with laravels ORM. Posts title tekst Images...

0 Likes
3 Replies
posted 10 years ago

Extend Blueprint

Hello, I would like to add some functions to the Blueprint class but I can't get it to work without...

0 Likes
0 Replies
posted 10 years ago

Foreign key cross-databases error (editted: removed small mistake)

I made migration with foreign key 'user_id' to a table 'users' that is in another database: This ge...

0 Likes
0 Replies

Eloquent - select single value from database

Hi all, I'm creating a drop down list that gets populated using data from a database. Everything wor...

0 Likes
3 Replies

How we create foregin key in phpmyadmin in laravel4.

How we create foregin key in phpmyadmin in laravel4.

0 Likes
0 Replies

Laravel 4.x , module system able to install/enable/disable via panel ?

Hello guys, i just started to use laravel, and i was able to create a new HMVC system following this...

0 Likes
1 Replies

problem with retrieving data from database

hi , i am new in laravel & stuck in a stage pls help me ... I am trying to authenticate a user &...

0 Likes
1 Replies

Eloquent has no handling with malicious data??

I did a simple query like: $query = "sdsad'sa"; Spot::where('title', 'like', '%'.$query.'%...

0 Likes
8 Replies

to many queries and long load

Im build my app localy, and Im afraid after Ill get some traffic in to it it will simply crash. and...

0 Likes
3 Replies

Problem with Eloquent - Case sensitive condition

Hi. I perform $a = Items::where('code', '=', $code); In the code column there are various entries, u...

0 Likes
3 Replies

Eloquent - Get Post where parent of parent id = XX. It's possible?

I'm trying to get a Post inside a Session, but between Post and Session I have a Category Model. Eac...

0 Likes
1 Replies

Make this query in Eloquent

Hi Can we do this query in Eloquent $tagString = implode (',', $tags); return DB::select (DB...

0 Likes
1 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

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.