Support the ongoing development of Laravel.io →

1,185 Threads

AJAX response working but not visible

Hello, Im trying the first time to do a AJAX request with Laravel. So far so good. It seems I can re...

0 Likes
0 Replies

Validator mp3 mimes

In validator sets mime: 'audio/mpeg,audio/mp3,mp3' File: $ file-> getMimeType () / / -> audio/...

0 Likes
1 Replies

Oversight bug in Laravel Validation Rule?

I have the following validation configuration: $rule = array( 'user_name' => 'required|unique:use...

0 Likes
1 Replies
Solved

how to make Route::group case insensitive?

Hello, I have a group routing like following and want to make is case insensitive... Route::group(ar...

0 Likes
0 Replies

Form Data to Route

I'm not sure how I should do this, but I need the form data (a zip code or city) to be posted to my...

0 Likes
3 Replies

Using eldarion-ajax/bootstrap-ajax with laravel. How to make use of the events?

Hello, I want to enrich the user's web experience with Ajax on my webpage. I'm used to do Ajax calls...

0 Likes
0 Replies

nested and un-nested resources

What's the best way to manage a nested resource that is also un-nested? The ideal for me is to use o...

0 Likes
0 Replies

Multiple image upload strange error

When upload just one image, the validator works. But, When upload multiple images by enable input's...

0 Likes
3 Replies

Edit form with image upload

Hello I'm making an application and I have some troubles. I have a model Post. That model contains t...

0 Likes
2 Replies
Solved

Simple add to database

I'm trying to make it so someone selects an amount to add to their credits field in the users table....

0 Likes
1 Replies
Solved

Session expires in a middle of an ajax request

Hi there, In the middle of a form the user left the page idle and when he/she returned to it the ses...

0 Likes
4 Replies
Solved
posted 10 years ago

Radio Buttons with Laravel

I'm having issues with my controller with radio buttons. Here is my view (there is more stuff, just...

0 Likes
1 Replies
Solved

Submitting form using ajax with laravel

I'm completely stuck trying to process a form submit using ajax instead of laravel to avoid page rel...

0 Likes
0 Replies

Problems with custom validation

Hi In Laravel 4 this code works like a charm. But in Laravel 4.1 this don't work. start/global.php r...

0 Likes
0 Replies

Pass variable to route

Hello I'm trying to make simple voting system. So when user click on specific button it should send...

0 Likes
1 Replies
Solved

Input problem with Filters from docs

Hi laravel community, I'm trying to learn Laravel, but something (appearing really dumb) is happenin...

0 Likes
2 Replies
Solved

Laravel-4 e() function whitelisting

I know that laravel's e() function will sanitize any input passed it ex : e($Input); , this will san...

0 Likes
3 Replies
Solved
posted 10 years ago

Update model with hasMany() relation

Hi, I'm trying to figure out the following problem: I have 3 tables which are related: products: id...

0 Likes
0 Replies
posted 10 years ago

How to add class to a select options

Can we add a class or something else to a <option> in Laravel 4 ? I try to use deboostrap prop...

0 Likes
1 Replies

Best logic for implmenting upload progress bar

What is the best approach for implementing upload progress bar in Laravel? I know the following opti...

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.