Support the ongoing development of Laravel.io →

salilbhattarai

Joined 11 May 2014

Statistics

Threads 6
Replies 5
Solutions 0
Articles 0

Error while inserting multiple records in table

Hi guys.. i'm using the following code <?php use Illuminate\Database\Seeder; use Illuminate\Data...

0 Likes
1 Replies

multi level eloquent relations

I'm getting super confused with this small part time project I am working on. I have a Movie model,...

0 Likes
3 Replies

fluent query builder, mysql group issue

I have 3 tables: users, blogs, blogcomments. on the main blog page, i want to get the blog's title,...

0 Likes
0 Replies

Eloquent Query Joins

is there any possible way to join tables with eloquent queries? i have 3 tables Users, Blogs & B...

0 Likes
5 Replies

Multiple relationships in Eloquent

Hi, i have 3 models User, Blog and Blogcomment. User <?php use Illuminate\Auth\UserInterface; us...

0 Likes
2 Replies
replied 9 years ago

Cookies not persisting after Laravel 4.1 upgrade

The issue was solved by fixing the user permissions in the "storage" folder on the server....

0 Likes
replied 9 years ago

multi level eloquent relations

Firtzberg said: Use pivot tables. Inside the pivot you will make a start_time and end_time column....

0 Likes
replied 9 years ago

Eloquent Query Joins

makzumi said: I think you need to read this: http://laravel.com/docs/eloquent#relationships and htt...

0 Likes
replied 9 years ago

Eloquent Query Joins

makzumi said: Hey on my cell, but something like this: $blog = Blog::where ('id','=', $id)->wit...

0 Likes
replied 9 years ago

Multiple relationships in Eloquent

eisenmaxx said: You can access it like Auth::user()->blogs()->blogcomments() note u should u...

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.