Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 548 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 548 Bytes

Laravel Database Transaction for Data Consistency

This is an implementation of database transaction in Laravel. A blog about this can be found here: Laravel Database Transaction for Data Consistency | Fajarwz.

Installation

Composer Packages

composer install

Configuration

Create .env file from .env.example

cp .env.example .env

Generate Laravel App Key

php artisan key:generate

Run App

php artisan serve