Best laravel framework open-source packages.

Form backend validation example app

An example implementation of spatie/form-backend-validation
Updated 1 year ago

An example implementation of spatie/form-backend-validation

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

Screenshot

Support us

We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.

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.

Tags spatie php