Support the ongoing development of Laravel.io →

319 Threads

Laravel Form objects dumping in as text. (L5)

I did a fresh L5 install for testing against all my L4.3 sites. Created a new layout and a basic vie...

0 Likes
1 Replies
Solved
posted 9 years ago

condition in a dorm. How to make it work

Hello, I have this form : {{ Form::open(array('url' => "abbonementen")) }}...

0 Likes
2 Replies
Solved

How to return form data if validate false

As the title, I have a form with a lot of fields and I want to return form data quickly when my vali...

0 Likes
1 Replies
Solved

validation error

when I tried to validate form field with number & min, min filter does not work properly. e.g. '...

0 Likes
2 Replies
Solved

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 9 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

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

4.3 passing eloquent model from FormRequest to controller.

If we are doing authorization in the FormRequest is there a way to pass the model to the controller...

0 Likes
1 Replies
Solved
posted 9 years ago

problem with File::makeDirectory(); in laravel 4

when i tried with File::makeDirectory('foo/any',0775,true); , it is successfully creating folder but...

0 Likes
1 Replies
Solved

GET Data from a Button

Hello there, so i got a button: <form method="GET" action="settings"> <...

0 Likes
7 Replies
Solved

Using bootstrap datepicker in Laravel 4 form

Hi, I'm having some trouble trying to use the bootstrap date-picker (http://tinyurl.com/o7njj9n). Th...

0 Likes
4 Replies
Solved

Extending Laravel

Hey there! I have read the documentation for core extension, however I can't figure out even where t...

0 Likes
1 Replies
Solved

Messagebag broken on 4.3

When parsing the errors in the following way it works as expected. @foreach($errors->all() as $er...

0 Likes
6 Replies
Solved

Form Submit with Bootstrap Modal

Hi I have a form with the following fields in the displayed page fields inside a bootstrap modal...

0 Likes
1 Replies
Solved

Wrong form gets submitted when I have multiple forms

Hello, I have a view file which looks like this: <div id = "div-question-form"> <form id="q...

0 Likes
2 Replies
Solved

how to mass delete users with array

Hi, I have an array of user id that need to send back to laravel route for deletion. How should I se...

0 Likes
2 Replies
Solved

How to stop Encypting/Decrypting saved data from losing everything after double quotes?

I have an app that is taking data from a form, encrypting it, writing the encrypted data to a field...

0 Likes
3 Replies
Solved

Session out side laravel

Hello, I would like to know, how to use the sessions below in another php file outside laravel proje...

0 Likes
1 Replies
Solved

View::composer not sending variable after form post

Hi, I've setup a variable to use in my master view file. This works great inside of all my views, un...

0 Likes
1 Replies
Solved

How to create a form element whose name is an array, using Blade?

I have a form which loops through an array to create the form elements, so the name of each input el...

0 Likes
3 Replies
Solved

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.