Awesome
<img src="https://github-ads.s3.eu-central-1.amazonaws.com/support-ukraine.svg?t=1" />
An example implementation of spatie/form-backend-validation
This repo contains an example implementation of spatie/form-backend-validation.
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:
cp .env.example .env
touch database/database.sqlite
composer install
php artisan migrate
yarn
(ornpm install
)gulp
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.