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 -ddocker-compose exec php-fpm bashcp .env.example .envphp artisan key:generate && php artisan migrate && php artisan demo:reset- Exit the bash session
cd src && npm inpm run dev- Open http://localhost:8000/