Currently i use last() method to find last iteration @foreach ($colors as $k => $v) <option...
I have two models Item [table: id,title,param_id] and ItemParam [table: id,param_name]. Is it possib...
I have to use the following request to get data from DB: $users=DB::select('SELECT id,username, avat...
I tried to follow a guide from laracasts. Event broadcasting works but there is inexplicable delay b...
I have two 2 controllers Shop (order processing contoller) Messager (p2p messanger controller) Ple...
The Laravel portal for problem solving, knowledge sharing and community building.
The community