Support the ongoing development of Laravel.io →

1,390 Threads

QueryException in Connection.php line 647:

I'm trying to save checkboxes. I should be able to select one or mutliple. This is the error I'm get...

0 Likes
0 Replies

Laravel IF - ROUTE readonly the field

Hello all, I'm using blade and I was wondering how Can I insert a propriety "READONLY" in...

0 Likes
0 Replies

Is that possible to use json_decode() in Laravel Request Validation ?

Hello guys , Is that possible to use json_decode() in Laravel Request Validation ? I have a form in...

0 Likes
2 Replies
posted 8 years ago

Form Validation Custom Messages (different fields with same name)

Hey, I'm trying to create custom messages for errors found in form input validation. The issue I'm h...

0 Likes
1 Replies
posted 8 years ago

Can i use wordpress as a part of my larvael application?

I don't do wordpress. If i want to build some basic forms or some view or available functionality...

0 Likes
1 Replies

[5.4] clear error message back when going back a page after Session::reflash()

Hi, I've got a 2 stage form using LaravelCollective forms and I use Session::reflash() in my control...

0 Likes
1 Replies

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

public function postCreate() { $validator = Validator::make(Input::all(), Product::$rules); if ($...

0 Likes
12 Replies
Solved

dynamic Form::select not being included in the post data

I have am trying to add a select box that is built from a database query to an existing form. The se...

0 Likes
0 Replies

Laravel admin template - Chandra

http://chandraadmin.com/ Chandra admin template :- This backend admin template is the ultimate one...

0 Likes
0 Replies

Jquery remote method validation in laravel

I want to live check username availability and existing email using jquery remote method . can anyon...

0 Likes
2 Replies

DB::select not return value as expected

Hi, I'm having problem to view data using db::select. Here is my full sql statement [Tested and retu...

0 Likes
2 Replies

Laravel 5.4 Auth Scaffolding unknown issue.

I can register perfectly and it redirects with the cookie and tells me I'm logged in, but when I sig...

0 Likes
5 Replies

Laravel Form validation with logic operators

I have a form with 4 fields. But according to requirements. If 'Message' field is set, then user can...

0 Likes
1 Replies

Moving data of a form to a div in view using jQery

I am new to laravel as well as jQuery . In my sample application i have a form and outside this form...

0 Likes
5 Replies
posted 8 years ago

Error Form Model Binding

View $user1 = User::find( Auth::user()->id ); print Form::model($user1, array('route' => 'user...

0 Likes
3 Replies
Solved

[ISSUE] Eloquent ORM - Insert Wrong Value in Database

Hi, I'm a new developer in Laravel. I made a Portfolio Management system in Personal Banking for our...

0 Likes
0 Replies

I want multiple gulpfile.js for role based Authentication

Hi, I have a site where the students can visit and check the site/login to view marks/individual inv...

0 Likes
0 Replies

I am attempting a dynamic dependant dropdown.

Greetings Everyone, I've been following a tutorial on youtube for a dependant dropdown. when i follo...

0 Likes
7 Replies

TokenMismatchException in VerifyCsrfToken.php line 46 error

I know this question has been asked many times and I've tried everyone of them to fix my issue: I us...

0 Likes
2 Replies

How to join Triple Pivot table with another table

I have these tables categories id name sectors id name applications id category_id sector_id name...

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