Next generation of PHPBali site.
- Laravel 8.x
- Laravel Socialite for GitHub OAuth
- Laravel Livewire
- Tailwindcss 2.x
- PHP version >= 7.3
- NodeJS version >= 12.x
- Clone repository
- Go to repository directory and run
composer install - Run
cp .env.example .envandphp artisan key:generate - Create database
phpbali_next_sitein your localhost then runphp artisan migrate:fresh --seedfor mock data - Run
npm run watch-poll - Run
php artisan serve