Hi, I'm just starting to learn laravel and I keep experiencing this one problem I really don't know...
Failing to load the name of the category :( WelcomeController@index: public function index(){ $pos...
Hello. How I can do this query: SELECT COUNT(*) as `members` FROM `users` WHERE `rank` IN (SELECT `i...
Has anybody tried using Doctrine instead of Eloquent with Dingo Api? I'm in struggle because Dingo s...
Greetings, I have a drop-down box that filters my query data and I would like it to retain the selec...
Hi, as per subject how to retrieve data form field that has relation. My Relation class iklan extend...
I like to implement a badge-system on my own personal projects build with Laravel 5.1 It’s been days...
Hallo , i have problem : htmlentities() expects parameter 1 to be string , i don't know error in Fo...
Here are 2 pieces of code that does the same thing. Which one do you prefer? 1- Magical: $flights =...
I'm creating a temporary table, but it only exists on the PDO connection it was created on. It seem...
I have two models Item [table: id,title,param_id] and ItemParam [table: id,param_name]. Is it possib...
How can I call custom validators on empty string from eloquent model's $rule array? I am trying to m...
I have four tables, i used Laravel 5.2 eloquent method Municipalities id name --------------- Barang...
This might be a nube question. Here is my scenario. Trust me i have spend hour on this with no good...
I have this pivot table: http://3.1m.yt/0_7a5sa.png I need to return multiple names of users (from u...
I have a column in my database remainingDays which stores a value of 90..how can i auto decrement th...
Hello everyone, I have a question does Laravel supports MariaDB? Thank you.
Hi there, I will make this short, not like last time. I have an edit route so I can edit my data fr...
hello laravelers , i want to delete somme results from my query where some condition are satisfied a...
Hi, i am creating eshop and i am thinking about filters for products. There are few kinds of product...
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