Support the ongoing development of Laravel.io →

1,185 Threads

L5.1 Unsupported operand types error on select element w/ default blank dropdown option

I have been porting a project from Laravel 5 to Laravel 5.1 and I am coming across an "unsuppor...

0 Likes
9 Replies
Solved

how to add new fields to an existing mysql table using a form inputs

Hi im trying to add new fields to an existing mysql table using a form inputs . is there an easy wa...

0 Likes
4 Replies

Form with file

Hi, i have a table like this: Schema::create('partners', function (Blueprint $table) { $table->...

0 Likes
0 Replies

Select2 dynamic select add

I was wondering if anyone has had any luck in implementing the Select2 jQuery library with Laravel t...

0 Likes
8 Replies
posted 8 years ago

How to assign task to either user or group?

I have tasks table, which have fields assigned_to_user and assigned_to_group to assign task to eithe...

0 Likes
5 Replies
Solved

[Package] Command Validator - Validate Laravel console commands input

Simple and lightweight package to let your Laravel console commands validate the input they receive....

0 Likes
0 Replies

A question so basic I can't even come up with a thread name

Outside Laravel I may would defined a variable as $validation and asigned it a zero integer, and if...

0 Likes
1 Replies

File Field - Accept either single/multiple field.

So I have this form that on the main website, that uses file[] for the form field. That works fine....

0 Likes
0 Replies

problems with mail options

I have few problems with mail in L5.1 cc option is not working. In Laravel 5.1 docs described that...

0 Likes
1 Replies
Solved

What am I doning worng?

So I'm trying to make a new company in a CompanyContoroller includes and public function store() is...

0 Likes
1 Replies
Solved

How to get text attribut of form control in blade

in blade template of page I have form controls <input type="radio" value="clear&...

0 Likes
1 Replies
Solved

Upload json file to mongo db

Hello there, Is there any to map the json file and upload its content to mongodb? Any suggestions fo...

0 Likes
2 Replies

Managing dynamically added form inputs

I have two models Service and Toppings. Each Service hasMany Toppings, Toppings belongsTo Service. B...

0 Likes
2 Replies
Solved

Laravel 5.2 json response

So I've been struggling with this problem for the past few days. I want to return $name as a json re...

0 Likes
7 Replies

Laravel request $data array

Can I do the following by passing both $request and $data in the same line? I have looked over the l...

0 Likes
3 Replies

[Unit Test] Progressive unit test for uploaded files with validation

how is exactly build a unit test for uploaded files ? i have use a $this->call(<method>,<...

0 Likes
9 Replies

Store array data in database table

Hello, I'm trying to store my array data in to the database with no luck. Here's what I have: In the...

0 Likes
11 Replies
Solved

Redirect to the second last page

Hi, i'm not sure how to solve this: I list all customers (with sorting options via URL query ?sort=...

0 Likes
8 Replies

How can I create a widget contains form and submit it to the same widget without changing the page

Dear all I'm going to create some widgets on the left side of the master layout One of these widgets...

0 Likes
0 Replies

TokenMismatchException in VerifyCsrfToken.php line 53:

Hello i was developing my 5.1 laravel project on my windows pc and yesterday i wanted to transfer t...

0 Likes
2 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.