The database save is happening from ajax call and I am using hanlder class to validate database exce...
I am confused with naming conventions for methods in model relationships.. If I use Camel case, the...
I am trying to read an array from an output generated thru a database query in view.. The data is co...
I have the following tables: Time_Tracker time_tracker_id time_tracker_module_id (FK with Modules) t...
Sorry I should have explained clearly... Here is an example: Models: class SubIssue extends Eloquent...
I tried <td>{{ $subIssue->main_issue->first()->main_issue }} </td> getting an e...
I need the main_issue from first iteration of array main_issue. Is there any other I can get main_is...
The Laravel portal for problem solving, knowledge sharing and community building.
The community