Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brightness999/affiliate_user
https://github.com/brightness999/affiliate_user
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brightness999/affiliate_user
- Owner: Brightness999
- Created: 2023-07-31T21:58:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-01T05:01:14.000Z (over 1 year ago)
- Last Synced: 2023-08-01T06:26:41.977Z (over 1 year ago)
- Language: CSS
- Size: 701 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Affiliate Users
## Install Project```html
git clone https://github.com/Brightness999/affilate_user.gitcomposer install
cp .env.example .env
php artisan key:generate
php artisan serve
```Running screenshots:
![Alt Text](./public/img/1.png)
![Alt Text](./public/img/2.png)
## Unit Testing
```html
php artisan test
```Running screenshots:
![Alt Text](./public/img/3.png)