Skip to content

floptwo/form-backend-validation-example-app

 
 

Repository files navigation

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 there commands:

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

On the / of the site there is a form 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 92.6%
  • HTML 4.1%
  • JavaScript 2.6%
  • ApacheConf 0.7%