Support the ongoing development of Laravel.io →

8lbiasian

Joined 6 Apr 2014

Statistics

Threads 2
Replies 3
Solutions 2
Articles 0

How to change the request input ?

hello every one i have a Category model and its have only name and image field so for making a new c...

0 Likes
3 Replies
Solved

problem with uploading files its create directory with the name of my file !!

hi every one i have a strange issue with uploading files i make a form where i put image title and...

0 Likes
1 Replies
Solved
replied 9 years ago

How to change the request input ?

no need i just find a way $category->update([ 'name'=> $request->get('name'), 'image' =>...

0 Likes
Solved
replied 9 years ago

How to change the request input ?

barisbora said: Do you add $fillable variable in your category model? http://laravel.com/docs/5.0/e...

0 Likes
replied 10 years ago

problem with uploading files its create directory with the name of my file !!

well i solve it thanks i just change the code to be like this $destinationPath = public_path() . &qu...

0 Likes
Solved

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.