Support the ongoing development of Laravel.io →

1,384 Threads

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

Pictures linked to posts

Hello, I'm trying to create a system that will link multiple images with posts, for example, I want...

0 Likes
6 Replies
Solved
posted 7 years ago

“Too few arguments to function error . . . 0 passed and exactly 1 expected” Error

does anyone know why I’m getting a “too few arguments to function error . . . 0 passed and exactly...

0 Likes
1 Replies

Routing with https

Setting url to 'https://www.domain.com' in config/app.php instead of 'http://www.domain.com' seems t...

0 Likes
16 Replies

Class Form not found

I added the providers and aliases Collective\Html\HtmlServiceProvider::class, 'Form' => Collecti...

0 Likes
1 Replies

Laravel 5.2 Intervention Image Method save does not exist

I am using Intervention Image on Laravel 5.2 here is my function public function store(Request $requ...

0 Likes
1 Replies

how to save multiple field?

I have tables (marks,students,subjects,courses) marks belongs to (students,subjects,courses) and i i...

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

© 2024 Laravel.io - All rights reserved.