Looking to hire Laravel developers? Try LaraJobs

laravel-wallet maintained by aniket-in

Description
This is my package laravel-wallet
Author
Last update
2023/10/09 19:22 (dev-dependabot/github_actions/stefanzweifel/git-auto-commit-action-5)
License
Downloads
7

Comments
comments powered by Disqus

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