Custom exception handlers let you define the behavior of your application when a specific exception...
First off: I'm very familiar with Composer and also Symfony and some other MVC frameworks. I tried t...
So I get that adding columns to the $fillable variable of your Eloquent models can be a good thing....
I am implementing pivot table with multiple foreign keys Laravel 5 Eloquent. Already read these link...
Hi, i have a table like this: Schema::create('partners', function (Blueprint $table) { $table->...
Hi, I have a controller with a function: public function show(Activity $linkActivity, $id) { $act...
I've been wrestling with this relationship for a few days, and I can't seem to get any traction off...
I have installed Twig and I'm using TwigBridge. It's working because I can write twig syntax etc in...
I was wondering if anyone has had any luck in implementing the Select2 jQuery library with Laravel t...
I have tasks table, which have fields assigned_to_user and assigned_to_group to assign task to eithe...
Hi there! I have a Laravel 4.2 -based application and today I tried to update it (I wanted to add a...
Hi, I've a form, on submit of the form I'm connecting to remote server to create a file in the home...
I have a weird issue with Models and their eloquent relations. The thing is that I have 2 Models , U...
This is the problem when I'm trying to migrate my database in linux terminal. Thanks for the help ev...
Hi, I'm new to Laravel and this is my first project using the framework. I'm having issues with the...
So i know this has been asked before about using Eloquent without Models. I did not find the answer...
Hi everybody. First of all, I need to mention that my knowledge about Laravel is ZERO. I just instal...
Ok, so im trying to make a dynamic cloning (js) a fieldset so we can make more at one go. somehow,...
PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'homestead'@'lo...
Here are my results (MySQL result is correct): http://laravel.io/bin/mG0bm I also tried to write thi...
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