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...
@andrewsuzuki Wow - I hadn't read that section properly! So just add my_date_field to the array in g...
You're not really using controllers in the best way. Try Route::put('personal_info/update/{id}', arr...
If you have other date fields in your model, you can use attribute getters to change them to Carbon...
First the good news: we don't hate you! :D I've had this error a few times and it's annoying. It's e...
The Laravel portal for problem solving, knowledge sharing and community building.