A forum created with Laravel, Inertia and VueJS
Download the project
git clone Copy the .env.example file and change as necessary
cp .env.example .envInstall dependencies
composer installUpgrade the server with Laravel Sail
sail up -dGenerate a new key if it does not exist
sail artisan key:generateRun front-end development
sail npm run devAnd access the url http://localhost in the browser
Front-end: VueJs with Composition API
Back-end: Laravel 10 and Inertia
Devops: Docker