Double dans la migration Laravel
$table->double('amount', 8, 2);
Fantastic Frog
$table->double('amount', 8, 2);