Hi guys.. i'm using the following code <?php use Illuminate\Database\Seeder; use Illuminate\Data...
I'm getting super confused with this small part time project I am working on. I have a Movie model,...
I have 3 tables: users, blogs, blogcomments. on the main blog page, i want to get the blog's title,...
is there any possible way to join tables with eloquent queries? i have 3 tables Users, Blogs & B...
Hi, i have 3 models User, Blog and Blogcomment. User <?php use Illuminate\Auth\UserInterface; us...
The issue was solved by fixing the user permissions in the "storage" folder on the server....
Firtzberg said: Use pivot tables. Inside the pivot you will make a start_time and end_time column....
makzumi said: I think you need to read this: http://laravel.com/docs/eloquent#relationships and htt...
makzumi said: Hey on my cell, but something like this: $blog = Blog::where ('id','=', $id)->wit...
eisenmaxx said: You can access it like Auth::user()->blogs()->blogcomments() note u should u...
The Laravel portal for problem solving, knowledge sharing and community building.
The community