I've been wracking my brain for hours on this one. So I've got a products ---> product_images tab...
I use a form to filter all the data. But when i go to page 2 or any other, i get all the data instea...
Hello, I'm fairly new to Laravel, and I'm working on making a leaderboard for a game. I'm wondering...
I have a query that return me the result as array of StdClass. How I can converte to Eloquent?
In my application I have numerous models, but the ones that are of concern are 'User' and 'Points'....
Hey everyone, i'm pretty sure that my problem is already out there, but i wasn't able to find any so...
I am learning laravel and php but I just need to clarify when it is needed to escape strings. If any...
I have a Posts DB and a likes DB with the following structure: Posts Table: item_id Likes Table: ite...
Hello Guys, On the database.php file it is possible to define a database(MySQL, sqlsrv, pgsql). If I...
Hello, I have Users who can belong to many Groups, and Issues which are assigned to a single Group....
I'm learning Laravel 5. I have a model called Destination. I am querying the database with the model...
Hello, #Laravel 5.0 Standart situations with html_meta table that contains some html meta data for...
I have 3 models in question. Company, User, Group. I am trying to return all company records whose c...
I am learning Laravel and am using Laravel 5. I have some standard reusable functions that I want to...
Hi Folks, I have some eloquent code I use throughout my controller to render a view, rather than kee...
Hello, I am developing a simple search engine and I am having troubles with receiving the results co...
Hey, I am starting with testing and right now I want to test my controller using phpunit. I have suc...
I'm building forum. But I need help about building the forum display page. <?php $teemad = DB::ta...
Hi! Is there a nice way to set array key by column value? Now I am doing it this way: $myArray = My...
Hi everyone I've been searching this for a while, but couldn't find the specific subject So here is...
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