I have a multi-tenant application using {company}.domain.tld. Is there a way for me to inject the co...
As part of my app I want to be able to track if emails have been opened, to do this I'm embedding a...
I have several models which share a similar schema in the database, is there a way I can create a pa...
Basically, you first want to check the input has the data you're looking for, if it does, try to pro...
In your User model public function data() { return $this->hasMany('UserData'); } In your Use...
Sounds like your wanting to receive the number of comments user_id 10 has made? Using the ->sum()...
You could use the Laravel forge. http://forge.laravel.com/ It sets up everything Laravel needs using...
If you're using the default laravel Auth handler, you can use Redirect::intended() http://laravel.co...
The Laravel portal for problem solving, knowledge sharing and community building.