Support the ongoing development of Laravel.io →
posted 10 years ago

File upload required on create - then not required for updates

I've got a form where people can upload a file, and in the rules for the model having a file is requ...

0 Likes
0 Replies

Queue jobs not processing - jammed?

I have a set of basic classes that talk to my app and send emails upon queue events that come from a...

0 Likes
1 Replies
Solved

Count and Max in a same query

Hi! I'm trying to execute a complex query with Eloquent. So, I have a model "User" which...

0 Likes
7 Replies
posted 10 years ago

No such file or directory

I was working on a laravel project that I'm doing and I transferred what I did from one computer to...

0 Likes
4 Replies
posted 10 years ago

Redirect error

return Redirect::to_route('authors') error Symfony \ Component \ HttpKernel \ Exception \ MethodNotA...

0 Likes
2 Replies
Solved

Duplicated hasmany relation or not showing at all?!

Alright so I have a ticket with many ticket replies public function show($id){ $ticket = Ticket::fi...

0 Likes
1 Replies
Solved
posted 10 years ago

Eloquent confused about which id column to use when using a join with eager loading

I have the following query that's supposed to eager load data from the 'features' and 'images' table...

0 Likes
1 Replies
Solved
posted 10 years ago

Vagrant not being recognized

I have all the prerequisites installed, everything set up. But when I run "homestead up" t...

0 Likes
2 Replies
Solved
posted 11 years ago

Disabling sessions

I'm currently creating an app that has Laravel as it's backend. Laravel just functions as an API and...

0 Likes
2 Replies

One port per website on Homestead

I am using laravel homestead as my development environment. Only problem I have is that all the site...

0 Likes
2 Replies
posted 10 years ago

Creating relationship with keys not in integer

I meet a problem when making eloquent. Now I have two tables in my database, say "Users" a...

0 Likes
2 Replies
Solved

Parent item in same table join ?

Hello ! I have a table that contains Pages with columns (ID,Title,Parent_id) page can be root(Parent...

0 Likes
0 Replies

IF statement in query on Laravel 3, possible?

Hi all, For a project running Larvavel 3, I need to modify an existing query using an if statement,...

0 Likes
0 Replies

Laravel 5 not working after updating

I've updated Laravel through composer but it seems not working anymore .. it does not show anything...

0 Likes
10 Replies

Botched homestead box after KB3004394 security update

Woke up this morning to find my Windows 7 64-bit had rebooted itself to apply security patches, and...

0 Likes
1 Replies

How to have a universal search bar populated by MySQL?

Hello, I am learning Laravel and writing a pretty straightforward app. It is a database search appli...

0 Likes
2 Replies
Solved
posted 10 years ago

How Validate multiple fields

How Validate multiple fields, two requerid, use Laravel 4.0 {{ Form::text("percent[{$key}]"...

0 Likes
8 Replies
Solved

Input::get() return no value on another server

Hi all, This is my first post here, and im new to laravel. Im very confused here, I have developed a...

0 Likes
4 Replies
posted 10 years ago

Does Homestead offline work???

Hi I have managed to run Vagrant offline and able to use "vagrant ssh" command however I c...

0 Likes
1 Replies

Cant write Image to path

$image=Input::file('imageOne'); $filename = time() . '.' . $image->getClientOriginalExtension();...

0 Likes
3 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.