I've recently started using Laravel 5 and the new Eloquent 5.* and I'm experiencing some unwanted re...
Ive been doing some calculations in code converting strings to float because thats the only way I co...
Hi I use this to display data on my form after the user selected criteria for the report: @foreach($...
Hi guys , I'm having a problem with pagination . Well it works pretty fine at first page , but when...
If someone can help me get this query working properly in Query Builder I would be willing to pay a...
hi friends I am new to laravel. I am working on a project with complex query (complex to me :-) Ple...
Hey Guys, i want to create a small invoicing software for my company using laravel and, of course, e...
I have a table with categories: string: label integer: order I wish for order to be a continuous lis...
Hi, when i try to create/insert a new Model instance with $maintenance = Maintenance::create(array(...
public function createComment(Request $request) { $comment = new Comment();...
Hi! I'm with a problem, due to my lack of ideas and experience... And I hope you guys can help me! I...
Hello, I have been searching and trying for a week now without success, so here I post my first ques...
Does anyone know of a good way to either add a column to a relationship query, or use a custom query...
#employeelogs table #id.........emp_id...........obcode ##1...........1................OB-MIS-00001...
Hey guys ! My question today is very simple. I have an employees table containing a type_id column a...
I have two models. My first one is: <?php namespace App; use Illuminate\Database\Eloquent\Model;...
How to call each other Repository. class PostRepository { } class UserRepository { } PostRepositor...
Greetings. I am having trouble with a MassAssignmentException. I was following along Jeffrey Way's v...
I have a table auctions with a column start_amount with a one-to-many relationship to another table...
HI Community, im just getting started with Laravel and Eloquent. I'm watching the Laracasts and I'm...
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.