Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bataboom/survivor
NFL Survivor + Pick'em
https://github.com/bataboom/survivor
game laravel livewire nfl survivor
Last synced: 13 days ago
JSON representation
NFL Survivor + Pick'em
- Host: GitHub
- URL: https://github.com/bataboom/survivor
- Owner: BataBoom
- Created: 2024-01-19T19:04:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-01T23:09:56.000Z (3 months ago)
- Last Synced: 2024-12-05T04:42:41.559Z (18 days ago)
- Topics: game, laravel, livewire, nfl, survivor
- Language: PHP
- Homepage: https://survivor.nbz.one
- Size: 10.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NFL Survivor + Pickem
```
git clone [email protected]:BataBoom/Survivor.git
cd Survivor
composer install
npm install
npm run build
cp .env.example .env
define .env
php artisan config:clear
php artisan key:generate
php artisan migrate
php artisan db:seed
php artisan storage:link
```Login: [email protected]
Password: YourAdminPassword (or as defined in .env)Admin panel included on /admin, publish the assets using:
```
php artisan filament:assets
```If you publish the admin panel, rebuild w/ NPM to fix Livewire (refresh bug)
```
npm run build
```![](https://i.imgur.com/if0T9Jw.png)
![](https://i.imgur.com/njHpkJD.png)