If this is not allowed then please delete and accept my apolgies I decided to take a good hard look...
I'm trying to make changes to the user record. I expect a User Eloquent model when I call Auth::user...
All methods in my app use $this->layout->content = \View::make('my.view', compact('vars')); t...
That's about it really. This is the first time I've set up LEMP. I've got app/storage set to 777 -R,...
I'm building an app with lots of this kind of data, e.g. jobs. Most have a parent so I've started cr...
This expression ($orderData['order']->source == 'Amazon.co.uk') will return a boolean value. If...
Are you trying to pass JS vars into blade functions? This is not possible I'm afraid. If you want to...
I've just re-read your question and I missed the real question. This is what I do if(!$form->vali...
Open your form using Form::model and your $user values will auto populate. {{ Form::model($user, ['a...
First things first, have you dd($show->versions) to see if it does contain any data?
The Laravel portal for problem solving, knowledge sharing and community building.