Support the ongoing development of Laravel.io →

1,185 Threads

posted 8 years ago

File upload permissions Laravel in Windows 10

I tried uploading a file with the following code in ubuntu $file = $request->file('file_upload');...

0 Likes
0 Replies
posted 9 years ago

Does Laravel's Lumen handle JSON format input?

Can anyone tell me if this is possible please? If I post a JSON request to a Lumen app (with Content...

0 Likes
4 Replies
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

Two forms in one page - validation problem

Hey guys!!! How are you doing? I hope great! I am facing some issues working with Laravel 5.2 and ho...

0 Likes
1 Replies

Catching unique constraints on mass/chunked insert?

I have a controller where I am taking an uploaded CSV (which can go up to 5-6MB in size), and I have...

0 Likes
0 Replies

Problem testing file upload

I'm trying to test a file upload but when action is touched, there is no file in Input::file. This i...

0 Likes
1 Replies

Redirecting back

I'am using laravel 5.1 and i have this two routes Route::get('/profile',array('uses'=>'ProfileCon...

0 Likes
1 Replies
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

Saving Binary Image

I have this JS code that receives an image file and make it into binary using the FileReader API in...

0 Likes
3 Replies

Submit an array of text boxes laravel 5.0

Hi, I tried to submit an array of text boxes with say <input type="text" name="description[]" req...

0 Likes
1 Replies

Get selected value from post

Greetings, I have a drop-down box that filters my query data and I would like it to retain the selec...

0 Likes
6 Replies

Parsing data, helpers, to view

This might be a nube question. Here is my scenario. Trust me i have spend hour on this with no good...

0 Likes
0 Replies

NotFoundHttpException edit route

Hi there, I will make this short, not like last time. I have an edit route so I can edit my data fr...

0 Likes
1 Replies

User association middleware layer?

I have an application using Laravel's default authentication & user system. I have added numerou...

0 Likes
0 Replies

get an object id from a drop downlist of objects names

Hello .. I have a contractor and review tables with one to one relationship .. I need to edit the re...

0 Likes
0 Replies

How to save and display PDF, Excel and Word files using Laravel Framwork?

Please help me this question ? http://stackoverflow.com/questions/34986701/how-to-save-and-display-p...

0 Likes
1 Replies

login with different table in laravel 5

i want to change login table in my project for this i tried to change model name in config/auth.php...

0 Likes
2 Replies

Ajax user registration

I would like to make my own user registration using Ajax. I created form, on submit I call function...

0 Likes
0 Replies

Laravel update password using ajax

Hi i try to update new password when user forgot password So i have this url http://localhost:8000/t...

0 Likes
1 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.