Hello, Im trying the first time to do a AJAX request with Laravel. So far so good. It seems I can re...
In validator sets mime: 'audio/mpeg,audio/mp3,mp3' File: $ file-> getMimeType () / / -> audio/...
I have the following validation configuration: $rule = array( 'user_name' => 'required|unique:use...
Hello, I have a group routing like following and want to make is case insensitive... Route::group(ar...
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...
Hello, I want to enrich the user's web experience with Ajax on my webpage. I'm used to do Ajax calls...
What's the best way to manage a nested resource that is also un-nested? The ideal for me is to use o...
When upload just one image, the validator works. But, When upload multiple images by enable input's...
Hello I'm making an application and I have some troubles. I have a model Post. That model contains t...
I'm trying to make it so someone selects an amount to add to their credits field in the users table....
Hi there, In the middle of a form the user left the page idle and when he/she returned to it the ses...
I'm having issues with my controller with radio buttons. Here is my view (there is more stuff, just...
I'm completely stuck trying to process a form submit using ajax instead of laravel to avoid page rel...
Hi In Laravel 4 this code works like a charm. But in Laravel 4.1 this don't work. start/global.php r...
Hello I'm trying to make simple voting system. So when user click on specific button it should send...
Hi laravel community, I'm trying to learn Laravel, but something (appearing really dumb) is happenin...
I know that laravel's e() function will sanitize any input passed it ex : e($Input); , this will san...
Hi, I'm trying to figure out the following problem: I have 3 tables which are related: products: id...
Can we add a class or something else to a <option> in Laravel 4 ? I try to use deboostrap prop...
What is the best approach for implementing upload progress bar in Laravel? I know the following opti...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community