I have been porting a project from Laravel 5 to Laravel 5.1 and I am coming across an "unsuppor...
Hi im trying to add new fields to an existing mysql table using a form inputs . is there an easy wa...
Hi, i have a table like this: Schema::create('partners', function (Blueprint $table) { $table->...
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...
Simple and lightweight package to let your Laravel console commands validate the input they receive....
Outside Laravel I may would defined a variable as $validation and asigned it a zero integer, and if...
So I have this form that on the main website, that uses file[] for the form field. That works fine....
I have few problems with mail in L5.1 cc option is not working. In Laravel 5.1 docs described that...
So I'm trying to make a new company in a CompanyContoroller includes and public function store() is...
in blade template of page I have form controls <input type="radio" value="clear&...
Hello there, Is there any to map the json file and upload its content to mongodb? Any suggestions fo...
I have two models Service and Toppings. Each Service hasMany Toppings, Toppings belongsTo Service. B...
So I've been struggling with this problem for the past few days. I want to return $name as a json re...
Can I do the following by passing both $request and $data in the same line? I have looked over the l...
how is exactly build a unit test for uploaded files ? i have use a $this->call(<method>,<...
Hello, I'm trying to store my array data in to the database with no luck. Here's what I have: In the...
Hi, i'm not sure how to solve this: I list all customers (with sorting options via URL query ?sort=...
Dear all I'm going to create some widgets on the left side of the master layout One of these widgets...
Hello i was developing my 5.1 laravel project on my windows pc and yesterday i wanted to transfer t...
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