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...
i need to create custom command for create a new database in laravel? ex $php artisan Database Data...
Package fully inspired by this Laracasts lesson: https://laracasts.com/series/eloquent-techniques/ep...
Hi I'm using yajra datatables for Laravel 5 it was returning a json response but showing that respon...
This is my route Route::get('/customer/{name}', function($name){ $name = strtolower($name); $custo...
I have trying to convert two laravel collections in to string using json_encode($collection_array),...
I am trying to pull relationship data in the same query. I have the hasMany and belongsTo set in eac...
Hello community, I am Laravel newbie, so please, be patient with me. My tables: artists - id - name...
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