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...
My fault. All my views were in another branch. git merge then git push solved the problem. Although...
Try Jeffrey Way's Generator package. https://github.com/JeffreyWay/Laravel-4-Generators Check out th...
What are the special characters? Many are not allowed in URLs, and it's always easier not to use the...
Difficult with no code to go on, but check that your namespaces are formatted correctly. Mei
You don't need the brackets around the $c variable. This should suffice: $c = Carbon::now(); echo $...
The Laravel portal for problem solving, knowledge sharing and community building.