Support the ongoing development of Laravel.io →

319 Threads

How to display posted data into my form inputs

Hi, My problem is very simple. I'd like to display into my formś input the content I wrote when ther...

0 Likes
3 Replies
Solved
posted 9 years ago

Model Form Date Formating

is any method to format the timestamp in laravel model form in this code project_start is retrived f...

0 Likes
1 Replies
Solved
posted 9 years ago

A simple problem on import js scripts

Hi, I have a simple problem to import a js script, I have a script that perfectly work when I import...

0 Likes
3 Replies
Solved

Eloquent Dynamic Get-Mutators

Hi there, I'm relativly new to laravel and it seems to me a framework that solves all my problems an...

0 Likes
1 Replies
Solved
posted 9 years ago

Form::model and disabling form elements

Hi, I want to disable all my form elements in a Form::model. The best solution I found so far is to...

0 Likes
3 Replies
Solved

One file for Create and Edit

Hi, How do I have only one file to be used in create.blade.php and edit.blade.php?

0 Likes
3 Replies
Solved

Call to a member function getClientOriginalName() on a non-object

My Form: @extends('layouts.master') @section('content') <div id="admin"> <h2&g...

0 Likes
4 Replies
Solved

blade template hidden field value

Hello to every one, I am trying to get a value and put it on hidden field on laravel blade. here is...

0 Likes
3 Replies
Solved
posted 9 years ago

Redirecting after form submit based on which button clicked

I want to be able to redirect from a from based on which button the user clicks. If they click "...

0 Likes
5 Replies
Solved
posted 9 years ago

Need help~ How it works!

The example code is {{ Form::open(array('class' => 'form-signin', 'role' => 'form')) }}...

0 Likes
6 Replies
Solved

Add default value to checkbox array (php)

So the point is that the user needs to select a (few) month(s) by clicking the checkbox. Then when t...

0 Likes
3 Replies
Solved

Get data from multiple input fields who are in a for loop

Ok the problem i have is the following one: (apoligize in advance for bad english xD) Im creating a...

0 Likes
4 Replies
Solved

Redirect::to, back, route all leading to wrong URL?

Hi! After doing validation and creating a user, I want to redirect to the index page of my site. Her...

0 Likes
9 Replies
Solved

Can't use own route on view

Hi, I've just created this function on my users controller: public function signin() { if (Auth::at...

0 Likes
2 Replies
Solved

How to add data to many-to-many polymorphic relation?

I have an Org model and a Tag model. I want to associate tags with organizations. My database tables...

0 Likes
3 Replies
Solved

Populating a select (DropDown) from DB

Hi, I am having trouble with populating a dropdown with values from a relationship. The code below w...

0 Likes
3 Replies
Solved

wrong redirect

hello reading http://www.codeforest.net/laravel-4-tutorial-part-2 tutorial I have a problem with Red...

0 Likes
1 Replies
Solved

Images in public folder go through routing on Amazon Web Services

Hello, I have a form in my Laravel application to upload among other things images. Once the form is...

0 Likes
1 Replies
Solved

Modify one part of Input::old()

I have in my post controller: return Redirect::back()->withInput()->withErrors($validator)...

0 Likes
2 Replies
Solved

Laravel voting system: update counter

Greetings to the increasingly large community Laravel. Today I had a problem. I was making a voting...

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