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...
Hi, I have a problem to set proper link to uploader setting: <script type="text/javascript&q...
Hi, I use a form on a list of items to perform a filter. The form use a GET method. So in my URL I h...
I'm currently building a REST API with laravel. I'm trying to implement filtering of results on a ro...
Hey, I'm new in using frameworks and I tried to figure out, how to do simple insert, edit, delete by...
How would I write the following for blade? <button type="submit" class="btn btn-w...
Hi, I have a boolean column in table. I have also added that field in $fillable in modal class. When...
I was wondering if there is any good way to treat table data as form input data. That's probably cle...
Hey guys, I am having some trouble getting my error messages to show for my custom Validation class....
When I've made multistep forms in the past I would generally place the form data into the session so...