can someone help me convert this sql query in eloquent query $q = 'select c.id, c.created_at, c....
I tried $calls = DB::select($query)->paginate(10); but I received an error Call to a member funct...
I am trying the following query, however regardless of the value of $ status, it returns the same re...
I'm populating a select with the result of a query like this: on controller $departaments = \App\Dep...
I need to check if the User is blocked at the time of login. for this I created a users table field...
tanerkucukyuruk said: http://laravel.com/docs/5.1/eloquent-relationships Define relationships in yo...
astroanu said: you cant call paginate on a db query. refer to this for manually creating a paginato...
Am newbie, and laravel brings the login system ready, then I do not know where I can make the scan.
hello Tomastkim, I select a call like this: $ call = App \ Call :: find ($ id); fill all the data o...
The Laravel portal for problem solving, knowledge sharing and community building.
The community