So to explain my issue, whenever i am connecting to the database with Laravel it will default search...
Hello guys, is there any built-in method to view file in response, just as it was in /public folder?...
Hi, I am trying to redirect Not found query page to 404, but this is not working try { $page = Pa...
I am fetching data from http://ajax.googleapis.com/ajax/services/search/images?v=1.0&q=shahrukh...
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...
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