Hi, It seems a bit overkill what I have, after some searching I finally got my query working but not...
I tried method Input::has('name') But even i click to choosed image, it still return false. Is this...
Hi, I'm quite new to laravel, so trying to get the hang of the best practices at the moment. Today I...
I'm brand new to Laravel. It looks like a very promising framework, so I'd like to install it. Since...
So I am wondering how to handle 403 error thrown by .htaccess. I have disabled directory listing wit...
I'm not completely sure where to put this, so here we go. I'm putting together a talk for our local...
My Form: @extends('layouts.master') @section('content') <div id="admin"> <h2&g...
Hi; Can someone please briefly explain what does this mean? Something::SomethingElse($arg1, function...
Hi I just cant wrap my head around One To Many Relations. They seem to never work for me. So i start...
I have 3 models... Category, Post, and Vote In my category view, I am showing an index of all Posts...
I have a User model, and an Item model. Each Item has one Category, and each User has a "benlon...
I'm using the queue and wanting to call methods out of my class. So I'm using: Queue::push('MyApp\Se...
Hello, I am planning to create a html + css + js sandbox in laravel, something very similar to boots...
I'm playing with Satis, read the docs, but I not figure out how to put my workbenches there, any clu...
For the most part I've come to terms with workbench/packages - one thing I can't seem to figure out...
Hello all - I swear I have seen this before but can not find a trace of it. Basically I have a ping...
I'm trying to connect to my database from my laravel application. But I just seem to get the wrong c...
i'm working on CMS. I 'd like to know if is possibile to have a dynamic section name in a view using...
I have a form where a user can update several profile fields such as username, email, location, etc....
$data = Img::with(array('size'=> function($query){ $query->select('title', 'width', 'img_id'...
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.
The community