Hello everybody, I'm just trying a little bit with the Laravel Eloquent model and now have the follo...
Hi all, I'm now building an API for mobile devices, and for the authentication I'm using OAuth2, and...
Hi everyone. I'm putting together an app that has two types of user (teachers and students). Each us...
I think I am missing something basic here. I have an sql query that works fine but I am unable to tr...
In my page I have a textbox where you can enter your name and a dropdown where you can select a grou...
Hi guys, I have an issue trying to get a specific user data. Before, I had in my database the user u...
Hello guys, I wonder how do you pass URLs to your API to JavaScript? I use Ajax with jQuery and what...
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...
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