My form: {{ Form::open(array('url' => 'publicationvote', 'class' => 'vote_ajax')) }} <input...
I need to query the database and send an email using the results from the database. I'm not entirely...
I've got a pretty standard biography form. When a user creates a record for the first time they fill...
Here is what I have: routes.php Route::controller('colaboradores', 'ColaboradorController'); fi...
What I'm trying to do is: Output results with a filter from a pivot table where 'posts' can have up...
Hi there, I am trying to integrate jQuery dataTables in my Laravel project but I can't seem to be ab...
Is there a way to add a (fake) link to a Form:: Button? For some reasons the delete icon is not styl...
Hello! I'm trying to get "full_name" from the users table in the lists function like this:...
Is there a Laravel way of getting a list of only the form fields where the value of the field has ch...
Hi community, I have a form where I'm using Form::checkbox() helper, it's works just fine, but when...
hi every one i have a strange issue with uploading files i make a form where i put image title and...
Hi, I have a form which is populated dynamically for each employee. Each employee has a set of input...
Hey everyone, I am working on creating a news area for a local organization in my hometown. The basi...
Hi everyone, I'm having a bit of trouble with this question : How to access a post route with Redire...
Passing a variable inside the loop, All business logic is in the model and some in controller. But a...
Hello I'm making an application and I have some troubles. I have a model Post. That model contains t...
Hi community, I want to create multiple objects with a single click, I want to be able to create a G...
I'm having issues with my controller with radio buttons. Here is my view (there is more stuff, just...
I am trying to setup an edit form where the user can see what was checked. How do I pull this from t...
I am trying to name a route to an action in my controller, but without success. Please read my code,...
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