Favon is a website for discovering and tracking TV shows, written in PHP (Laravvel 5.6) and VueJS.
- Clone project
cp .env.example .env
composer install
php artisan key:generate
- Adjust .env values with your database setup and API keys
php artisan migrate
php artisan seed --class="Seeds\DatabaseSeeder"
Favon is in an early alpha phase, meaning most features are still missing. Check out our roadmap for a rough sketch of where we're at and what's to come.