A simple demo project for building dynamic forms using schema objects for FormKit and the other for VueForm.
The following tools are required in order to start the installation.
# Clone the repository
git clone https://github.com/zpwparsons/forms.git
# Change into the project directory
cd forms
# Install PHP dependencies
composer install
# Install JS dependencies
npm install
# Clone .env file
cp .env.example .env
# Create App Encryption Key
php artisan key:generate
# Start the development server
npm run dev
Navigate to forms.test/form-kit
to view the built form and the FormKitController
to view the schema
Navigate to forms.test/vue-form
to view the built form and the ViewFormController
to view the schema