To use the provided Laravel backend instead
git clone https://github.com/laracasts/Vue-Formscd Vue-Formscomposer install
npm install or yarn
node_modules  foldercp .env.example .env.env file if required.php artisan key:generate
APP_KEY in the .env file.php artisan config:clearphp artisan migrate