Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 288 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 288 Bytes

I'll write the docs soon :)

Installation

You can install the package via composer:

composer require aniket-in/laravel-wallet

You can publish and run the migrations with:

php artisan vendor:publish --tag="laravel-wallet-migrations"
php artisan migrate