You could do, $table->string('email')->after('username')
Check out using View Composers. http://laravel.com/docs/responses#view-composers
It would still only be two queries if you use eager loading - http://laravel.com/docs/eloquent#eager...
The Laravel portal for problem solving, knowledge sharing and community building.
The community