Support the ongoing development of Laravel.io →

Can I improve my DB::select query?

Hi, It seems a bit overkill what I have, after some searching I finally got my query working but not...

0 Likes
0 Replies

Input::has('name') is working in Laravel 4.0.9?

I tried method Input::has('name') But even i click to choosed image, it still return false. Is this...

0 Likes
5 Replies
Solved

Best practice - place large queries in model or controller?

Hi, I'm quite new to laravel, so trying to get the hang of the best practices at the moment. Today I...

0 Likes
7 Replies
Solved
posted 11 years ago

404 errors when installing Laravel

I'm brand new to Laravel. It looks like a very promising framework, so I'd like to install it. Since...

0 Likes
0 Replies

Handle 403 (and other) errors

So I am wondering how to handle 403 error thrown by .htaccess. I have disabled directory listing wit...

0 Likes
2 Replies
Solved

Laravel-specific technical debt

I'm not completely sure where to put this, so here we go. I'm putting together a talk for our local...

0 Likes
1 Replies

Call to a member function getClientOriginalName() on a non-object

My Form: @extends('layouts.master') @section('content') <div id="admin"> <h2&g...

0 Likes
4 Replies
Solved

Understanding view::make app::bind ...

Hi; Can someone please briefly explain what does this mean? Something::SomethingElse($arg1, function...

0 Likes
0 Replies
posted 11 years ago

One To Many relations

Hi I just cant wrap my head around One To Many Relations. They seem to never work for me. So i start...

0 Likes
0 Replies

Ordering 'Post's in a 'Category' based on sum() of 'Vote's

I have 3 models... Category, Post, and Vote In my category view, I am showing an index of all Posts...

0 Likes
0 Replies

Building queries with pivot table fields

I have a User model, and an Item model. Each Item has one Category, and each User has a "benlon...

0 Likes
3 Replies
Solved
posted 11 years ago

Queue isn't calling correct class method

I'm using the queue and wanting to call methods out of my class. So I'm using: Queue::push('MyApp\Se...

0 Likes
0 Replies

html + css + js sandbox

Hello, I am planning to create a html + css + js sandbox in laravel, something very similar to boots...

0 Likes
0 Replies
posted 11 years ago

Satis for private packages

I'm playing with Satis, read the docs, but I not figure out how to put my workbenches there, any clu...

0 Likes
0 Replies
posted 11 years ago

Workbench/Packages and Logging

For the most part I've come to terms with workbench/packages - one thing I can't seem to figure out...

0 Likes
2 Replies

Light Application Boot

Hello all - I swear I have seen this before but can not find a trace of it. Basically I have a ping...

0 Likes
0 Replies
posted 11 years ago

Database Configuration Homestead

I'm trying to connect to my database from my laravel application. But I just seem to get the wrong c...

0 Likes
0 Replies
posted 11 years ago

dynamic section name

i'm working on CMS. I 'd like to know if is possibile to have a dynamic section name in a view using...

0 Likes
0 Replies

Allow member to reset password (from profile -without using the reset password)

I have a form where a user can update several profile fields such as username, email, location, etc....

0 Likes
2 Replies
posted 11 years ago

Outputting a non keyed array from query?

$data = Img::with(array('size'=> function($query){ $query->select('title', 'width', 'img_id'...

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.