Support the ongoing development of Laravel.io →

1,386 Threads

Validation of unique Input fields

I'm using the Laracasts\Validation\FormValidator package how would I setup validation rules for each...

0 Likes
0 Replies

Forms doesn't work in Laravel 5

Hi, I am working on a new project. I like new Laravel 5 features and I know it is not stable yet. Bu...

0 Likes
10 Replies

Configuring File Uploads in IIS

I am able to move an uploaded file to the destination path. When I try to access that file on the se...

0 Likes
0 Replies

Getting a checkbox to save

If the checkbox is checked it needs to save as a 1 in the database and if it isn't checked then it n...

0 Likes
3 Replies
Solved

repopulate password in *** form

Is that possible to repopulate password in *** in blade ? i know that below will show the user passw...

0 Likes
2 Replies

Repopulate Search Form

Hello, I have a get method search form with a field like this: <form action="/search" i...

0 Likes
2 Replies

Filter search results with eloquent or if not whats the other option

I am successfully displaying search results but I want to offer a way to filter those results with t...

0 Likes
7 Replies

When pressing a button show message on screen

Hello guys, I am a newbie in laravel 4. When pressing a button I want to display a message on the sc...

0 Likes
3 Replies

Form::image and submit

I'm having an issue using the Form::image() and Input::all() {{ Form::image(url('assets/images/next....

0 Likes
2 Replies
Solved
posted 9 years ago

Check which submit is clicked

hi i just learning laravel and don't know how to check which submit is clicked... i tried this so fa...

0 Likes
6 Replies
Solved

Searching not work correctly

Hi, I've been looking around and try an error for long time, and I think that it's time to reach out...

0 Likes
4 Replies

Laravel Routes/Controllers and AJAX

I would like to know if there's a better way to go round this: So I have a form, which I post using...

0 Likes
1 Replies

Adding class to {{Form::select

Currently I have this code: {{Form::select('schoolId', $schools)}} But I need to add a class.. I tri...

0 Likes
1 Replies
Solved

TokenMismatchException

I have an issue with my webshop that I can't seem to figure out. Whenever a customer adds items to t...

0 Likes
1 Replies

Placeholder in password form

Is there any way I can show a placeholder in a password form? I'm talking about this: {{Form::passwo...

0 Likes
4 Replies
Solved

Redisplay view based on dropdown selected value

In my first Laravel application, I want my Tunes view to display a table of the titles of songs base...

0 Likes
1 Replies
Solved

Cleaning up controller and views

My controller and view code is getting messy. This post is more of a general question as to what oth...

0 Likes
3 Replies

Multiple routes with one controller

Hi everyone, it's possible to have multiple url with one controller on laravel 4? Something Like tha...

0 Likes
3 Replies
Solved

Creating a good file uploader that only accepts specific files and add the path as a string.

Hello everyone reading this. Ive been into laravel for 3 months right now. Im right now a little stu...

0 Likes
1 Replies

Save image in a folder

Hello everyone. I'm trying to save a picture in a public folder. I have this code: $file = Input::fi...

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.