mahmudz / vue-form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi Step Form Registration Demo - Laravel + VueJs

Installation

  • Setup a new laravel project & connect with a database
  • Add the repository in your composer.json file
    "repositories": [
        {
            "url": "https://github.com/mahmudz/vue-form.git",
            "type": "git"
        }
    ],
  • To fetch the package, run the following command
    composer require mahmudz/vue-form
  • Now migrate the tables by running the following command
    php artisan migrate
  • Publish the assets by running the following command
    php artisan vendor:publish --tag=vue-form-assets
  • Visit the route to access the form
    http://localhost:8000/vue-form/applicants

If you face any issue, feel free to let me know @ mahmudbappy.pri@gmail.com

About

License:MIT License


Languages

Language:Vue 79.9%Language:PHP 15.7%Language:JavaScript 3.2%Language:Blade 1.0%Language:CSS 0.2%