Database Transactions
How do I create/edit a relational record with a transaction? In addition to creating / editing a record, I need to perform other records / modifications to the database and I want to make sure that these data records only execute if the master data record is correctly created / modified. Is it somehow possible to use Laravel's transaction handling?