Support the ongoing development of Laravel.io →

1,390 Threads

posted 11 years ago

how to make a model binding with a new form

Hello, I have made a model called abbonementen. And on abbonementen.blade.php there is a form where...

0 Likes
3 Replies
posted 11 years ago

Form app like google forms

Hello, For a project in laravel I need to do a form generator editor app like the one in Google call...

0 Likes
1 Replies
posted 11 years ago

In place editiing question

Hello, I like to use this feature in my app. I found this tutorial : http://blog.laravel.in/in-place...

0 Likes
0 Replies

How to make a dynamic active link

I created a couple of links and I would like to make it dynamic. For example if I click on menu then...

0 Likes
2 Replies

Input File with blade

Hi guys, I want to limit upload filetype on my form::file by accept I try {{ Form::file('file','',ar...

0 Likes
4 Replies

Submitting a Form to a custom URL

I have a simple form which allows the User to enter from_date and to_date.Lets say a user enters 201...

0 Likes
1 Replies

Detect users number on editing page

Hi, I would like to know, how to detect if X users is editing a data from the same page. For example...

0 Likes
4 Replies

Laravel 4 Form Handling

Hello, this is my way to create new User from a form. my question is if there is any other way like...

0 Likes
0 Replies

WSOD while using Autoload.files

This is probably just the wrong way to go about it, but I figure there may be something to be learne...

0 Likes
3 Replies
posted 11 years ago

Giving a route a parameter in Form::open()

I have the following line in my view. {{ Form::open(['route' => ['examples.update', $var->id],...

0 Likes
4 Replies
posted 11 years ago

Form::number() in the docs but doesn't exist?

I see the docs mention a Form::number() method, but when I tried it in my app I got a method does no...

0 Likes
1 Replies
posted 11 years ago

Form inside a form

Is it possible to have a form inside a form? On my page I have 2 forms. The 2nd form is inside the 1...

0 Likes
2 Replies

User Model saving null values to database

Good day, Please i am new to laravel. I have created a form and i continued with the user model alre...

0 Likes
6 Replies
Solved
posted 11 years ago

Populating form with model data

Hi folks, I'm trying to use form::model, to populate a form with data. I can get the form to post an...

0 Likes
11 Replies
Solved
posted 11 years ago

Deleting values that has been checked

I'm trying to create a section where if 1 or more checkboxes has been selected then when I click on...

0 Likes
3 Replies

how to save a data that is a foreign key

Hi I have two pages, the first one is menu and the other one is content. In my menu view its just a...

0 Likes
2 Replies
Solved

Laravel universal table CRUD

Hello, I'm looking for a tool that generates CRUD operations for any table automatically. It should...

0 Likes
2 Replies

Form model binding and one to many releationship

So I have this situation where i need to make dynamic amount of fields. But I can't find in document...

0 Likes
0 Replies

Laravel Auth attempt failing with valid credentials

I learn Laravel and try to reproduce what is in that video. I created a database, I created an user...

0 Likes
5 Replies
posted 11 years ago

Save an image

Hi, i can save data with the method e.g. $this->player->save(); Another solution is: $this->...

0 Likes
3 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.