Does withDefault() work with a hasOne relationship? I haven't been able to get it to work.
[05-Jul-2017 23:46:09 America/Los_Angeles] PHP Fatal error: Class 'Route' not found in [My Path]/rou...
I'm trying to sort with Jquery UI in Laravel and it's giving me fits. Here is my controller: public...
I've suddenly started getting this error: PHP Fatal error: Class 'Route' not found The error messa...
I'm trying to use a sort field in my database but everything needs to be entered twice. So I'm looki...
Because it's saying that the undefined variable is companies, isn't it throwing the error at foreach...
When I do that it tells me "Undefined variable: companies".
Sure. Here is from the controller: $companies = RecordCompany::lists('company_name', 'id'); return...
Thanks for the suggestion. If I do that, I'm getting an error: Undefined variable: companies And whe...
Thanks for the response. Maybe I'm not doing it right, but I did this: {{ Form::select('company_id',...
The Laravel portal for problem solving, knowledge sharing and community building.