Support the ongoing development of Laravel.io →

4,606 Threads

Auto Load common class

Hello guys,am new in Laravel,i have been interested to learn it,i found some thing bowwing when eve...

0 Likes
7 Replies
posted 10 years ago

column comment support

Does the Schema builder not support comments for columns yet? MySQL supports them, I've been reading...

0 Likes
0 Replies
posted 10 years ago

create db migrations from mySQLworkbench mwb file

Is there a way to create migrations files from such file? I don't mean models. I mean the migration...

0 Likes
3 Replies

"Not null violation" ERROR, when Register

I am doing a Laravel 5 project and when i try to register a new user and save him into the database,...

0 Likes
3 Replies
Solved

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

BelongsTo vs HasOne

I've read a ton on this, and I thought I understood. But now I'm not so sure. I have an 'album' and...

0 Likes
4 Replies
Solved

Database design for multiple user attributes

hi i am building an app with Laravel, and I have users which also have a profile. I am unsure about...

0 Likes
3 Replies
Solved
posted 10 years ago

is it possible to work with Oracle databases preserving all Laravel advantages?

is it possible to work with Oracle databases preserving all Laravel advantages?

0 Likes
1 Replies

Laravel DB sessions

Hi, Im new to Laravel. Im trying to use the DB driver for sessions, but it still writes to disc. La...

0 Likes
5 Replies
Solved

How do I perform this search query in eloquent

Hello, I am trying to perform a search query with particular tag names in bookmarks for a particular...

0 Likes
2 Replies

Limit output data in eloquent query

Hi! I have two models, for example User (name, email) and Address (user_id, address, zip); If I call...

0 Likes
0 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

Saving one form to 2 tables

Hello, I have, for example, 2 tables: Table1 which has: id, name, address, details Table2 which has:...

0 Likes
1 Replies

Call to a member function delete() on null

I keep getting the error "Call to a member function delete() on null" for the following, w...

0 Likes
0 Replies

Two-Sided Eloquent Relation?

Hello, in my application users can add other users (to establish a "friendship"). Therefor...

0 Likes
0 Replies

Eloquent Relationships related question

Hi laravel community, I am a new laravel user and currently working on a simple project management t...

0 Likes
3 Replies

Foreign key insertion problem in qualification table using laravel 4.2

// qualification.php model <?php class Qualification extends \Eloquent { protected $fillable...

0 Likes
1 Replies

Insert/Update/Delete on Lookup table from Dynamic Array?

Hi, I was wondering what the best way to do this with Eloquent would be? Say for instance I have a &...

0 Likes
6 Replies
Solved

Foreign key, link not working

hi, I have the following schema: Schema::create( 'teams', function (Blueprint $table) {...

0 Likes
2 Replies

Eager load one record from a many to many relation

Hi I'm having a struggle trying to return a single record from a many to many relationship. So in my...

0 Likes
0 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.

© 2025 Laravel.io - All rights reserved.