Support the ongoing development of Laravel.io →

Form Prevent Multiple Submission

Hi, I would like to know how I can prevent a double form submission on Laravel. This seems to be a p...

0 Likes
5 Replies

Help Me To Fix My Controllers

I have a controllers like below : public function show($id) { $registrasi= Registrasi::find($id); if...

0 Likes
1 Replies

Redirect url retains # sign. How to remove?

http://help.laravel.io/ef418edd30096ee5fc7975d68ebfb26dc1ff06a8 Laravel 4.2.8 When logging in via fa...

0 Likes
2 Replies
Solved

How to show data from different table one to one relationship ?

Terms table term_id name slug Term_taxonomy table term_taxonomy_id term_id description i want to...

0 Likes
0 Replies
posted 10 years ago

Remove file if user cancels download

Hi, new Laravel user here, but old programmer. I've got a controller that generates a zip file and...

0 Likes
1 Replies
posted 11 years ago

Setting up godaddy as smtp server. Get "501 HELO requires valid address " half the time

Hello! I'm trying to set up my laravel powered web application to use the smtp server of godaddy. Th...

0 Likes
5 Replies

Laravel Search Form Query (Multiple Parameters)

Hey all. I'm trying to query a DB in Laravel using Eloquent. When I click the submit button on my vi...

0 Likes
3 Replies

No access via web browser

Hello all. I was wondering if someone would be kind enough to assist me. Here is where I am at so fa...

0 Likes
0 Replies
posted 10 years ago

How to Make ID use String+Number ?

hello, How to make id use String+Number automatically ? example: i want to make id like KM + Number,...

0 Likes
1 Replies
posted 10 years ago

L5 ReflectionException in RouteDependencyResolverTrait.php line 53:

This error occurs when resetting password, coming back on the email link. This was working a week o...

0 Likes
0 Replies

[Pacakge] Menu builder for Laravel

I've extracted a class for rendering menus and menu items that I'm using in my projects to a separat...

0 Likes
0 Replies
posted 10 years ago

Pro's for using URL::secure vs just changing the 'url' in app > config > app

After reading Dayle Reese's chapter on URL generation (http://daylerees.com/codebright/url-generatio...

0 Likes
3 Replies
posted 10 years ago

How to get a checked checkbox in Controller?

I have a some unchecked and some checked checkboxes in my View. Displaying properly with value set t...

0 Likes
0 Replies

How to get the value of dynamic field names of table that differ by only a number at end of field name?

Hi, My first post. Just wanted to say it's great to see such a good and personable and helpful commu...

0 Likes
4 Replies
Solved

Laravel installation shared server error

I am a newbie in laravel. Trying to install laravel on a shared server(bluehost) through ssh . But w...

0 Likes
0 Replies
posted 10 years ago

Update seeding?

I haven't created a remember_token colum when I created users table. After I created users table I s...

0 Likes
3 Replies

Problem sharing a session using the redis driver.

Hi guys! I was experimenting on sharing a session between two laravel applications using the redis d...

0 Likes
0 Replies

Validate unique field and ignore it for current user id

I have this code in UserFormLaravelValidator.php <?php namespace Authority\Service\Form\User; use...

0 Likes
1 Replies
posted 10 years ago

Calling controller method from Blade templating

Is is possible to call a controller method from a blade template. For Instance we can do this {{Auth...

0 Likes
3 Replies

RESTful controller routing and blade templates

Hello all, please forgive me if this question has been asked already, but I feel like I've scoured t...

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.

© 2025 Laravel.io - All rights reserved.