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...
Form::submit() outputs a <input type="submit"> and not a <button type="submi...
I'm on unfamiliar territory here, but try deleting/renaming the bootstrap/compiled.php file to start...
Thanks for the replies. As I said, I think that nested sets are a bit overkill, but it's always good...
Install with composer. If you have any files to ignore other than the default .gitignore, then add t...
Take a look at the docs here http://laravel.com/docs/schema#adding-columns The second parameter is f...
The Laravel portal for problem solving, knowledge sharing and community building.