readme-laravel.md 539 B

To use the provided Laravel backend instead

  1. git clone https://github.com/laracasts/Vue-Forms
  2. cd Vue-Forms
  3. composer install
    • This installs the vendor folder and other packages which are not included in above repository
  4. npm install or yarn
    • This installs the node_modules folder
  5. cp .env.example .env
  6. Edit database details in .env file if required.
  7. php artisan key:generate
    • This creates the missing APP_KEY in the .env file.
  8. php artisan config:clear
  9. php artisan migrate