TVke / form-backend-validation-example-app

An example implementation of spatie/form-backend-validation

Home Page:https://github.com/spatie/form-backend-validation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An example implementation of spatie/form-backend-validation

This repo contains an example implementation of spatie/form-backend-validation.

Screenshot

Installation

Clone it and standing in the base directory of the app perform these commands:

  1. cp .env.example .env
  2. touch database/database.sqlite
  3. composer install
  4. php artisan migrate
  5. yarn (or npm install)
  6. gulp
  7. php artisan serve

On the / of the site there is a form which is powered by spatie/form-backend-validation for you to toy around with.

Credits

The example used in this package was copied from Jeffrey Way's Vue-Forms repo

About Spatie

Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.

License

This project and the Laravel framework are open-sourced software licensed under the MIT license.

About

An example implementation of spatie/form-backend-validation

https://github.com/spatie/form-backend-validation


Languages

Language:PHP 93.2%Language:HTML 4.2%Language:JavaScript 2.6%