Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)