Use Laravel 8 with Laravel Breeze for simple forum
First clone this repository, install the dependencies, and setup your .env file.
git clone [email protected]:Sam425-web/Laravel_8_Forum-.git
composer install
cp .env.example .env
Then create the necessary database.
php artisan db
create database forum
And run the initial migrations and seeders.
php artisan migrate --seed