https://github.com/devajayantha/bio-larav-test
https://github.com/devajayantha/bio-larav-test
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devajayantha/bio-larav-test
- Owner: Devajayantha
- Created: 2024-09-14T15:32:01.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T02:50:15.000Z (almost 2 years ago)
- Last Synced: 2025-06-19T17:09:38.672Z (about 1 year ago)
- Language: PHP
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Manage Database Factoring & Translate
## Requirements
1. Laravel v10
2. PHP 8.2
3. MySQL 5.7
## Installation
There are steps to run the project locally using localhost.
```
composer install
php artisan key generate
php artisan migrate
php artisan db:seed
```
## Migrate Old Data
This command use to moving existing data in old database into new dataabse
```
php artisan app:migrate-data startid endid
```
## Demo



## Detail
The flow detail i put in here
[click here](https://excalidraw.com/#json=cdb2y_oUaTY3xm165Ih7l,YjEt3RyAmDQQRaLsfZhDAQ)
## Thank you