so here is my controller $beritas = KategoriArtikel::with(array('Artikel' => function($query) {...
I tried to call sending email in a queue but the above title is the error I gotten here's my source...
so i do eager loading and it returned 1 array inside array like this array(3) { [0]=> array(6...
What way should I be using deletes to send a id to the user destroy method? <td class="cente...
I am trying to use an orWhere in a join statement. This is what I have: ->join('wheres', function...
Yesterday I did a composer-update to make Laravel Debugbar work, but today I found a big problem. Ev...
AbsractRepository.php /** * Get Results by Page * * @param int $page...
Hello! I am a newby to Laravel. I am building a market place for technicians. On the search page, I...
Hi, Today, i use this route to display a product page : Route::get('display_item/{id}', function($id...
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...
this is my simple tests, with nothing on it: <?php class BooTest extends TestCase { /** @tes...
Have asked this question before but it wasn't answered.So am asking again.I have a table subjects wi...
I can't place checkbox and "Remember me" in one line using laravel and bootstrap. There is...
I keep getting this error: "Call to a member function create() on null" in my controller....
I'm using postgres database and I need to know all model field names and types from database. Someth...
I don't understand, why remove Html package on Laravel 5 ????????????????
I am new to Laravel and there is just one thing I don't get. I started building an application with...
Hello everyone, I'm new at Laravel and have a question about combining 2 JOIN results. At first, I h...
Hi there, This refers to a thread I recently posted. But, despite the help I have so far received, I...
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.