https://github.com/rtler/laravel-challenge
https://github.com/rtler/laravel-challenge
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rtler/laravel-challenge
- Owner: RTLer
- Created: 2021-04-21T14:32:42.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-26T11:48:25.000Z (about 5 years ago)
- Last Synced: 2024-03-27T14:30:47.650Z (over 2 years ago)
- Language: PHP
- Size: 411 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# laravel-challenge
## __please do not fork this repo and [use it as Use this template](https://github.com/RTLer/laravel-challenge/generate)__
## challenges
* make a database seeder to populate the database (based on migrations) (transactions and webservices).
* you need to pass all tests.
* update testcases as needed.
* the important thing in this test is clean code and fast performance.
## test
```bash
php artisan test
```