Skip to content

scotch-io/laravel-vue-validation-messages

 
 

Repository files navigation

Handling Laravel Validation Error Messages with Vue.js

Getting Started

Clone the project repository by running the command below if you use SSH

git clone git@github.com:ammezie/vuejs-laravel-validation-error-messages.git

If you use https, use this instead

git clone https://github.com/ammezie/vuejs-laravel-validation-error-messages.git

After cloning,run:

composer install

Duplicate .env.example and rename it .env

Then run:

php artisan key:generate

And finally, start the application:

php artisan serve

and visit http://localhost:8000/ to see the application in action.

About

Handling Laravel Validation Error Messages With Vue.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.8%
  • PHP 18.1%
  • Other 1.1%