Skip to content

This mini project shows how to validate your incoming data using Laravel 8. In this scenario we will create a "book" class and receive data "title" and "author" in order to store book records. Before you start ensure that you have a live database connection.

Notifications You must be signed in to change notification settings

wecode101/laravel_validation_laravel_8

Repository files navigation

This mini project shows how to validate your incoming data using Laravel 8.

In this scenario we will create a "book" class and receive data "title" and "author" in order to store book records.

Before you start ensure that you have a live database connection.

Steps to run project

Step 1. Downloading project and mount it on a development stack such as Xampp.

Step 2. Open command line and cd to project then run composer install.

Step 3. create .env file and configure database connection

Step 4. run php artisan serve and that is it.

About WeCode101

WeCode101 is a blog platform for short coding tutorials

About

This mini project shows how to validate your incoming data using Laravel 8. In this scenario we will create a "book" class and receive data "title" and "author" in order to store book records. Before you start ensure that you have a live database connection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published