Laravel test project
Form for registration
Login Form
Form before submit data
Form after submit data
Validation errors on form
- Clone the repo and
cd
into it composer install
npm install
npm run dev
- Rename or copy
.env.example
file to.env
php artisan migrate
php artisan key:generate
php artisan serve
or use Laravel Valet or Laravel Homestead
- For running test
php artisan test