You can do it.
http://laravel.com/docs/schema#adding-indexes
In the schema builder:
$table->primary(array('first', 'last'));
I don't use the Schema builder for the moment, it's hard created in MySQL but I don't know how to declare it in the Model part.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community