See Team-Tea-Time/laravel-forum for the package source and docs, or laravel/laravel for the Laravel framework.
Follow these steps to run the demo locally:
- Clone this repo and cd to it
docker-compose up -d
docker-compose exec php-fpm bash
cp .env.example .env
php artisan key:generate && php artisan migrate && php artisan demo:reset
- Exit the bash session
cd src && npm i
npm run dev
- Open http://localhost:8000/