Failing to load the name of the category :( WelcomeController@index: public function index(){ $pos...
I'm trying to do a very simple task to count the authenticated user finished giveaways, But one of...
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...
I have to create separate log files for the companies Laravel 5. I have already done this in Laravel...
I have 3 models, User, Organization, and Role. I have a many to many relationship setup between the...
Here are 2 pieces of code that does the same thing. Which one do you prefer? 1- Magical: $flights =...
What other pages do I need to change in order for my changes in the default login page of laravel to...
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...
I have a kind of strange situation. Assume there is a table (problems) as follows: id problemTitle p...
I have this pivot table: http://3.1m.yt/0_7a5sa.png I need to return multiple names of users (from u...
Hello guys,i am new here and to laravel world. I want to create a menu(with items - employee basic i...
hello laravelers , i want to delete somme results from my query where some condition are satisfied a...
I have been trying all different combinations for the last 24 hour and there's very little help on h...
How would I go about having a query that uses multiple relationships? I'm attempting something like...
This is my store method public function store(Request $request) { $this->validate($re...
Hey guys, wondering if anyone has had a problem like this. I have a solution (which I have not post...
I have a terrible query from a design that I inherited. Here it is.. SELECT i.id, i.description AS...
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