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 .env
andphp artisan key:generate
- Create database
phpbali_next_site
in your localhost then runphp artisan migrate:fresh --seed
for mock data - Run
npm run watch-poll
- Run
php artisan serve