Support the ongoing development of Laravel.io →

319 Threads

CSRF _token Mass Assignment Error

Here's my view @extends('app') @section('content') {!! Form::open(['url' => 'person', 'class'...

0 Likes
15 Replies
Solved

Laravel 'Form::model()' does not populate input values stored as an array...

Hi there! I have a form like this (here I only present some of the the inputs): {!! Form::model($spe...

0 Likes
1 Replies
Solved

Form CSRF Tokens

I am having an issue with csrf tokens not being generated in forms. Forms generate the hidden field...

0 Likes
11 Replies
Solved

SOLVED How to register a dependency when creating laravel package

I would like to know how to register a dependency when creating laravel package. In my package compo...

0 Likes
1 Replies
Solved

Resource route doesn't run update method

I have a resource route in my application and I think the update method is never called because ther...

0 Likes
4 Replies
Solved

Save inputs of a dynamic form

Hi, I do have a dynamically generated questionaire form which fetch all published questions from the...

0 Likes
4 Replies
Solved

Get all files for form

Hello everyone, How can I get all files from a specific folder to output in the select form field. h...

0 Likes
1 Replies
Solved

Is there a way to parse code for language keys?

Hi, I am using Laravel4 for the first time and now I have to decide how to implement multilanguage f...

0 Likes
6 Replies
Solved

Simple validation does not work

Hi My request file: <?php namespace App\Http\Requests; use App\Http\Requests\Request; class C...

0 Likes
4 Replies
Solved

Creating checkboxes from database table

I have a database table with 2 columns, an auto incrementing ID and a name. I am trying to add check...

0 Likes
6 Replies
Solved

Dynamic form validation

Does anyone have any idea how to perform validation on something like the dynamic form below? <in...

0 Likes
1 Replies
Solved
posted 8 years ago

Form Question

I’m very new to Laravel so please forgive me if this is a daft question. I’m not even sure of the na...

0 Likes
2 Replies
Solved

Form Input Datepicker - Only Month and Year?

I am wanting to add a datepicker to my form that only uses Month/Year. I'm currently using {...

0 Likes
2 Replies
Solved

undefined index:car

I have a table called dealer_services having structure as id dealer_id (foreign key) bike car financ...

0 Likes
1 Replies
Solved

Use of undefined constant id

I got this error when i try to see the content. Use of undefined constant id_web - assumed 'id_web'...

0 Likes
10 Replies
Solved

The Laravel simple from is not returning anything.

Routes.php Route::post('/status', [ 'as' => 'status', 'uses' => 'StatusController@po...

0 Likes
4 Replies
Solved

How to update just one field with fill method in the table

How I can fill $a in to the table, pls and regards. $products=Product::where('product_name',$request...

0 Likes
1 Replies
Solved

Method [validate Name] does not exist in laravel 5.1

fetch data of signup form. use Illuminate\Http\Request; use App\Http\Requests; use App\Http\Controll...

0 Likes
2 Replies
Solved

Laravel 4 + bootstrap-switch not passing value

I am perplexed and in need of some help. I have a checkbox setup as a flag in my form that is not s...

0 Likes
4 Replies
Solved

Image upload won't work Laravel 5

I cannot get an image to upload from a form using laravel 5. I have set 'files' to true but it still...

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