Support the ongoing development of Laravel.io →

286 Threads

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

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

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

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

How to test file upload?

I have tried various combination to imitate a file upload without much luck.. My last attempt consis...

0 Likes
1 Replies
Solved

Pagination - Start at a specific page

QUESTION I would like to be able to start the pagination on a specific page. CONTROLLER public funct...

0 Likes
12 Replies
Solved

Upload image Resize on Controller.

Where can i put the resize in this code thanks. $this->validate($request, [ 'email' =...

0 Likes
6 Replies
Solved

Mulyiple Image Upload is not going in correct into Database

####Like this image is going in DB ["image1","image2","image3"] but I...

0 Likes
2 Replies
Solved

JSON column

Hello guys, I have model with these settings/methods: protected $casts = ['data' => 'object'];...

0 Likes
1 Replies
Solved
posted 8 years ago

File not being uploaden online (offline/local works)

All, Case: Uploading profile picture. This is working offline on my localhost, but after putting it...

0 Likes
1 Replies
Solved

Mass Assignment from Request data

Hello I want to do a mass assignment from a request, but im facing some trouble with the autogenerat...

0 Likes
3 Replies
Solved
posted 8 years ago

Pagination doesn't work after perform search

I have a form in Laravel. I used pagination in this form and search option too. Pagination works fin...

0 Likes
2 Replies
Solved

Dynamic dropdown list

I am trying to do a dynamic or dependent dropdown list but I don't know how to obtain data from the...

0 Likes
4 Replies
Solved

Update multiple records using Eloquent

Hi In my controller:` $updaterec = Sme::where('rec_id', '=', $request->id)->update(['rec_id'...

0 Likes
2 Replies
Solved

Call a mutator

How to call mutator if I don't have that field in $request->all() input fields? In my model: publ...

0 Likes
2 Replies
Solved

Save Multpart Data (Image) file to disk

Hi, I am having problems saving the Multipart Image sent from Android application to laravel. As soo...

0 Likes
8 Replies
Solved

get parameter route to construct controller

Hi, can laravel send parameter from route to construct controller? Route::group(['prefix' => '{si...

0 Likes
6 Replies
Solved

Pivot Table Extra Field

What I’m trying to do is when a new candidate is created an extra field is automatically populated i...

0 Likes
1 Replies
Solved

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.