Support the ongoing development of Laravel.io →

1,185 Threads

posted 9 years ago

Input::old and value from array

Hi, in my template I have: @for($i = 0; $i < 4; $i++) {{ dd(Input::old('custom_link.0.ti...

0 Likes
1 Replies
Solved

Image Validation Issue

Hello Guys. When i use image or mimes validation i face with this error Symfony \ Component \ HttpFo...

0 Likes
1 Replies
posted 9 years ago

Problem with getting an extension of a file

Here you have my method, which should change an avatar. To be sure, I'll show you my form. As soon a...

0 Likes
3 Replies
Solved

How to pass parameters to custom CLI classes

Hi there awesome people, Artisan CLI is awesome but there is something I really want to know. Can I...

0 Likes
1 Replies

route issue

I am using a restful controller like so: Route::resource('objectives', 'ObjectiveController'); but I...

0 Likes
5 Replies
posted 9 years ago

What is the best way to get a list of only the edited form fields

Is there a Laravel way of getting a list of only the form fields where the value of the field has ch...

0 Likes
4 Replies
Solved

Routing options to enable users to navigate a public folder

Hi I'm developing a site that will allow registered users to 'navigate' and view content (office doc...

0 Likes
4 Replies

File validation "The file exceeds your upload_max_filesize ini directive" Problem

Hi, I have a form with some validation rules and everything but the file validation works. The probl...

0 Likes
0 Replies

Checkboxes, checked and unchecked

Hi I've got 2 tables. THe first one is the full listed option with (id, name). The second one is the...

0 Likes
0 Replies

Saving/updating object + relations from json PUT/POST body

Hi, maybe i'm missing something, but i'm having a hard time figuring out how to save/update models w...

0 Likes
1 Replies

Updating a boolean field

Hi community, I have a form where I'm using Form::checkbox() helper, it's works just fine, but when...

0 Likes
2 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

Press back button takes me to unexpected page after update method

Hi everyone, So I am creating an application that manages clients with the CRUD operations using Rou...

0 Likes
2 Replies
posted 9 years ago

Accessing the values of input fields with same name (set of inputs - fields for a list of employees)

Hi, I have a form which is populated dynamically for each employee. Each employee has a set of input...

0 Likes
2 Replies
Solved

Image Upload / Lavarel stores image as a .tmp and not .img file

I created a Forum which should upload an image. In my form i`ve {{ Form::file('image') }} This is a...

0 Likes
0 Replies

Encrypted cookies

I've upgraded Laravel from 4.0 to 4.1. My application sets Cookies, which I also use in javascript....

0 Likes
0 Replies

Cleaning up my controller

Hey guys, I have this working controller, that I would like to clean up if possible, since i am sure...

0 Likes
3 Replies
Solved

Use jQuery Datepicker to redirect to page

I have an inline jQuery Bootstrap Datepicker on my homepage. When someone clicks on a date, I want t...

0 Likes
2 Replies
Solved

Redirect::intended() and POST routes

Hi everyone, I'm having a bit of trouble with this question : How to access a post route with Redire...

0 Likes
2 Replies
Solved

Validate multiple fields on form

Hi there. i have a form that i want to accept multiple entries at once. for example, 10 object names...

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