I installed laravel successfully in my html folder, change the database credentials in .env file and...
Hi im trying to add new fields to an existing mysql table using a form inputs . is there an easy wa...
Hello, I'm playing with Many To Many Polymorphic Relations and I am almost there for my purposes. Gi...
Hello, i have been completed my project with Laravel.. now i am trying to upload it on my web hostin...
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...
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.