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...
Try and answer the questions, I'll be in a better position to help you.
There's a package that might be what you're looking for https://github.com/TerbiumLibs/dbConfig
Read the error message. You have an if statement in the class, and not in a method. Read up on PHP s...
Is the form rendering as you expect? Using your browser developer console, is the ajax call firing c...
It seems that I was mistaken. It is possible to do the above my error was a few lines down. Sorry! M...
The Laravel portal for problem solving, knowledge sharing and community building.
The community