dimanche 6 mars 2016

Transaction in laravel 5.1

Does the transaction in laravel works with only DB facade?. i want to know if it works with eloquent model; i.e. following code will have intended effect

DB::beginTransaction();

try {
    eloquentModel::query();
} catch (\Exception $e) {
    DB::rollback();
}



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire