this is my current "query" $posts = Post::with('user') ->with('user.spot')...
I have a text data type pgsql field and I am saving a blog post into it. It throws an error "...
Hey, so it's not working, and I'm wondering if it's possible. Here's the gist of it: http://laravel....
Is there a way do extend Auth guard class, so i could have some extra methods in it? for example: Au...
Hi, `m trying to get custom error page to work in laravel 4.2.6. It just returns a blank page instea...
I have one controller for my entire website that sets up the routes and load the appropriate files b...
Hey artisans :) I would like to have a dynamic query-builder but don't no how to do it :/ I have a d...
I have a root menu on the top that has always the same menu items, and a submenu on the left. It is...
On my Forge deployment log my migrations always respond back with: [PDOException] SQLSTATE[28000] [1...
Hi, I want to use the Google Drive API in my Laravel project to store PDFs. Unfortunately, the examp...
Hey devs! Lately I'm getting this exception: http://laravel.io/bin/aGBN I can't really figure out th...
Over and over again I get: vagrant@homestead:~/Code/website$ composer update Loading composer reposi...
{{ Form::model($user, array('method' => 'put', 'action' => array('user.update', $user->id)...
I tried to search for this but couldnt' find it. I'm hoping there is a simple way to do this. I need...
Hi, i generated a multiple upload form with the former generator tool from https://github.com/Anahki...
I've constructed a select list in a dashboard view, which lists id and name of various components. T...
Hello, i have a problem when i pass a GET parameter in the URL. here is an example URL : http://api....
Hi guys, I'm starting with laravel 4 and reading the docs about packages, got a little complex for m...
I am curious about the best plan of attack for creating a CRM that will log customer interactions (e...
Hi, i have a cart array stored in a session. so when product is added, it should store the ID as a k...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.