Support the ongoing development of Laravel.io →

1,185 Threads

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
posted 8 years ago

Image::make only creating the last image uploaded .

Hi everyone . I'm trying to upload for each of my restaurants up to 3 images . I am able to select e...

0 Likes
0 Replies

Get parameter wrong

this is my routes: Route::any('cv/{idj1?}/{idj2?}/{idj3?}/{idj4?}', [ 'as'=>'idj1',...

0 Likes
0 Replies
posted 8 years ago

Problem recuperation id

Hi, i try to create a commentary system, each commentaries are link to a post page with an id. So i...

0 Likes
0 Replies

Laravel 5.2 Eloquent - Store infos from table

Good afternoon everyone, I'm working on developing a system of applications with laravel 5.2, I have...

0 Likes
0 Replies

Bootstrap Date Paginator - time sheet

Hello! I'm new in Laravel. I want to make simple time sheet using Bootstrap Date Paginator or someth...

0 Likes
0 Replies

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

Form element vs html input type in ajax

I am submitting my input types using Ajax in laravel. So i want to ask using blade form collective i...

0 Likes
0 Replies

Pagination - Start on specific page.

I have paginated a result from a DB in my controller, but I would like to start the view on say the...

0 Likes
0 Replies

Foreign Key errors after defining primary key of several column

Hello everyone! I have the following situation. I created a table person with the following migratio...

0 Likes
1 Replies

Ajax refresh on post.

I want create chat when with ajax refresh which reloads new messages in chat without reloading page....

0 Likes
0 Replies

How to work with tabular data

Hi, Does anybody know some good plugins/widgets or just good examples on how to work with tabular da...

0 Likes
0 Replies

Upload Profile Picture in Laravel Registration

Please help me how to add upload profile picture on laravel 5.2 registration form. I use Auth for my...

0 Likes
2 Replies

Are middleware just a new name for filters?

I have been going through a mix of Laravel 4 and Laravel 5 tutorials depending on what I found when...

0 Likes
0 Replies

MassAssignmentException

Im work test enviroment with laravel 5.2.*, mysql, homstead and having trouble with a MassAssignmen...

0 Likes
1 Replies

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

Formatting a message

Laravel 5.2 Hello I have this message in my controller: public function postIndex(SaveProfileRequest...

0 Likes
2 Replies

FatalErrorException in Class 'App\Http\Controllers\Image' not found

public function store(Request $request) { $image = new Image(); $this->validate($request,...

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.