https://github.com/avinashn/cricket-info
https://github.com/avinashn/cricket-info
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/avinashn/cricket-info
- Owner: avinashn
- License: gpl-3.0
- Created: 2020-03-30T01:03:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T17:54:21.000Z (over 3 years ago)
- Last Synced: 2025-01-20T20:33:31.653Z (over 1 year ago)
- Language: PHP
- Size: 2.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Deployment Instructions
- Clone the repo
- Run `composer install`
- Rename file .env.example to .env
- Set up database from the file located at resources\sql.sql
- Run seeds for fake dummy data, `php artisan db:seed`
- Generate key, `php artisan key:generate`
- Run the app, `php artisan serve`