Look into AuthenticatesAndRegistersUsers trait, it's where login/registration is implemented. You'll...
Hm... looks like your original attribute somehow overwrites original property of Model class (which...
@moon0326, you can prefix database name to table name: DB::table('dbname.tablename')->get();
You can probably model it with many-to-many relation. It's like tags, but you tag planets with other...
http://laravel.com/docs/5.0/database#accessing-connections
The Laravel portal for problem solving, knowledge sharing and community building.