Laravel Forum Prerequisites TODO Installation Step 1: Project Setup Begin by cloning this repository and installing the Composer & NPM dependencies. git clone [email protected]:stvnrlnd/laravel-forum.git cd laravel-forum && composer install && npm install php artisan key:generate