First of all I using Laravel 4.3.. When I run this code: $user = new User; $user->...
I have translated the validation.php under the lang/en and placed it under lang/el, everything works...
I have a table users which have some columns including username and email. I also have a form which...
PhillSparks solved it in chat: $this->morphOne('App/User', 'userable');
Is it possible to add all this attributes in a file attributes.php under the lang/el and then use La...
The Laravel portal for problem solving, knowledge sharing and community building.
The community