Hi! I'm just starting out with Laravel and I'm having a hard time trying to get the filters to worki...
We have some code running under Laravel 4.2 that calls a stored procedure that’s supposed to fetch a...
Have I missed an obvious way to do this? I'm checking to see if the request URI matches a list of kn...
Hello i have the following model: class Agent extends Eloquent { protected $fillable = []; protect...
this is my service provider code : <?php namespace App\Providers; use Illuminate\Support\Service...
i'm trying to get a Social login with Facebook in place using Laravel and The league OAuth2 client b...
Evening all, I've just signed up with DigitalOcean and created a droplet using Laravel Forge. Now ev...
I have been thinking a lot about how I'm going to migrate from Laravel 4.2 to 5.0. I see upgrade ins...
Error in exception handler. The problem in this function Mail::send('emails.contact', Input::all(),...
Laravel doesn't output any errors in my browser with my xamp installation. Even after setting 'debug...
Hi, We make websites as a company. For every custom we always build a completely new adminpanel from...
I wrote a simple Login/Regiatration code in laravel with neo4j as DB. I installed #####vinelab/neoel...
Hi, I am trying to run a function only when certain values have been changed, however isDirty doesn'...
I've been wracking my brain for hours on this one. So I've got a products ---> product_images tab...
BadMethodCallException in ServiceProvider.php line 182: Call to undefined method [package] once i ad...
I use a form to filter all the data. But when i go to page 2 or any other, i get all the data instea...
Hello, I'm fairly new to Laravel, and I'm working on making a leaderboard for a game. I'm wondering...
Hello! I have trouble understanding where to save files like images etc, and how to actually use the...
Regarding the following article: http://chrishayes.ca/blog/code/laravel-4-object-oriented-form-html-...
i have the following model: class Agent extends Eloquent { protected $fillable = []; protected $ta...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community