I've got a form where people can upload a file, and in the rules for the model having a file is requ...
I have a set of basic classes that talk to my app and send emails upon queue events that come from a...
Hi! I'm trying to execute a complex query with Eloquent. So, I have a model "User" which...
I was working on a laravel project that I'm doing and I transferred what I did from one computer to...
return Redirect::to_route('authors') error Symfony \ Component \ HttpKernel \ Exception \ MethodNotA...
Alright so I have a ticket with many ticket replies public function show($id){ $ticket = Ticket::fi...
I have the following query that's supposed to eager load data from the 'features' and 'images' table...
I have all the prerequisites installed, everything set up. But when I run "homestead up" t...
I'm currently creating an app that has Laravel as it's backend. Laravel just functions as an API and...
I am using laravel homestead as my development environment. Only problem I have is that all the site...
I meet a problem when making eloquent. Now I have two tables in my database, say "Users" a...
Hello ! I have a table that contains Pages with columns (ID,Title,Parent_id) page can be root(Parent...
Hi all, For a project running Larvavel 3, I need to modify an existing query using an if statement,...
I've updated Laravel through composer but it seems not working anymore .. it does not show anything...
Woke up this morning to find my Windows 7 64-bit had rebooted itself to apply security patches, and...
Hello, I am learning Laravel and writing a pretty straightforward app. It is a database search appli...
How Validate multiple fields, two requerid, use Laravel 4.0 {{ Form::text("percent[{$key}]"...
Hi all, This is my first post here, and im new to laravel. Im very confused here, I have developed a...
Hi I have managed to run Vagrant offline and able to use "vagrant ssh" command however I c...
$image=Input::file('imageOne'); $filename = time() . '.' . $image->getClientOriginalExtension();...
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