Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raksa/mini-loan-sytem
Implement mini loan system with Laravel, can work with Client-Implement https://github.com/raksa/mini-loan-sytem-client
https://github.com/raksa/mini-loan-sytem
api hashing laravel php7 phpunit
Last synced: about 1 month ago
JSON representation
Implement mini loan system with Laravel, can work with Client-Implement https://github.com/raksa/mini-loan-sytem-client
- Host: GitHub
- URL: https://github.com/raksa/mini-loan-sytem
- Owner: raksa
- Created: 2018-12-26T15:48:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-17T15:02:02.000Z (about 6 years ago)
- Last Synced: 2024-11-06T15:49:21.315Z (3 months ago)
- Topics: api, hashing, laravel, php7, phpunit
- Language: PHP
- Homepage:
- Size: 1.53 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Loan System
Mini Loan system pratice in Laravel
https://en.wikipedia.org/wiki/Loan
## Features
* Laravel 5.7
* Separate modules
* API
* Hash base authentication once
* Unit test
* Laravel horizon
* Laravel passport
* Laravel telescope
* Laravel custom artisan command
* Laravel queue jobs## Contributors
* Autor : raksa
## Install Dependencies for Development
* `$ composer install`## Install Dependencies for Production
* `$ composer install --no-dev`## Migrate Database for very first time (after create database time)
attention: this will remove everything in database
* `$ php artisan migrate:fresh --seed`## Migrate Database for updating and apply change
this can be run every updating code time
* `$ php artisan migrate`## Run test cases
* `$ composer run test`## Update project via loan:update
* `$ php artisan loan:update`## Configuration
All required environment variables can be found in .env.example
## License
MIT