Support the ongoing development of Laravel.io →

TechnicalSkillz

Joined 4 Sep 2014

Statistics

Threads 2
Replies 5
Solutions 1
Articles 0

save() function doesn't work and does not output an error

Hello, I am experiencing a strange problem with the built-in User class in Laravel. Its save() funct...

0 Likes
10 Replies
Solved

Trouble with index.php in URLs

Hello, I am running a recent stable version of Laravel 4 on Apache 2.2.22 (Debian). My project is lo...

0 Likes
2 Replies
replied 9 years ago

save() function doesn't work and does not output an error

I found the error myself. The problem was that I named the ID column in the users table as "ID&...

0 Likes
Solved
replied 9 years ago

save() function doesn't work and does not output an error

public function update($userID) { $validation = Validator::make(Input::all(), ['username...

0 Likes
replied 9 years ago

save() function doesn't work and does not output an error

Of course. Here it is: <?php use Illuminate\Auth\UserTrait; use Illuminate\Auth\UserInterface; u...

0 Likes
replied 9 years ago

save() function doesn't work and does not output an error

Yes I am sure, as the create() function works flawlessly and to the correct db (checked with phpmyad...

0 Likes
replied 9 years ago

Trouble with index.php in URLs

Well, I was able to fix the main issue by modifying the line that deals with the index.php. Here's m...

0 Likes

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.