Hi, I am trying to redirect Not found query page to 404, but this is not working try { $page = Pa...
so here is my controller $beritas = KategoriArtikel::with(array('Artikel' => function($query) {...
so i do eager loading and it returned 1 array inside array like this array(3) { [0]=> array(6...
I am trying to use an orWhere in a join statement. This is what I have: ->join('wheres', function...
AbsractRepository.php /** * Get Results by Page * * @param int $page...
Error message: http://puu.sh/d4kdm/4a084d1170.png This has to be something stupid, I even have the t...
I currently have the following destroy function for my user's controller. When the destroy method is...
Have asked this question before but it wasn't answered.So am asking again.I have a table subjects wi...
Hello everyone, I'm new at Laravel and have a question about combining 2 JOIN results. At first, I h...
Hello! I have got the following situation: There are two classes A and B They are related many to o...
I have a table in my database called Logs which has a user_id field which links in with the users ta...
Hi ya, I have a calnedar (FullCalnedar) where the user can filter down results based on a few params...
I have a lot of tables that use the $table->timestamps(); in the migration. When I build my seede...
I have two table Users --- id --- username --- group_id Group -- id -- name I tried get all users a...
I have a laravel script installed on my server - I don't know much about this framework (or php for...
Hi, i looking for an solution for the following issue: I created a form where i need to give the opp...
Hi, I`m trying to return only certain columns from the products table : <?php class Promo exten...
Trying to rehaul my use of controllers and models. At the moment, I have a controller for: People/P...
Given this model: I have defined all relationships properly using Eloquent ¿How can I get just ge...
Hi, Currently , we have below scenario for login $input = Input::all(); Auth::attempt([ 'usernam...
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