Hello I'm using homestead on windos 8.1 Pro 64bts and just installed homestead. Wile using homestead...
I can not register a custom Validator in a Package The error is: Call to undefined method BSW\ApiPac...
Has anyone taken an existing laravel project running on vagrant/homested and pushed the code to goog...
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 ????????????????
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