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...
There's not much point in doing so as intervention does everything for you. If the image does not ex...
How are you using CSS in the email template? The package you linked to should take any <link>...
Regex101.com suggests that your regex is incorrect. http://regex101.com/ Did you mean to escape the...
First of all, you just need to mark up your routes slightly differently. Use an array instead of a s...
Just to add to the above: if you want your own model properties (database fields) to be converted in...
The Laravel portal for problem solving, knowledge sharing and community building.