Hello, I am experiencing a strange problem with the built-in User class in Laravel. Its save() funct...
Hello, I am running a recent stable version of Laravel 4 on Apache 2.2.22 (Debian). My project is lo...
I found the error myself. The problem was that I named the ID column in the users table as "ID&...
public function update($userID) { $validation = Validator::make(Input::all(), ['username...
Of course. Here it is: <?php use Illuminate\Auth\UserTrait; use Illuminate\Auth\UserInterface; u...
Yes I am sure, as the create() function works flawlessly and to the correct db (checked with phpmyad...
Well, I was able to fix the main issue by modifying the line that deals with the index.php. Here's m...
The Laravel portal for problem solving, knowledge sharing and community building.