Skip to content

Laravel Default Authentication with Change Password Option secured way

Notifications You must be signed in to change notification settings

mishajib/Laravel-Default-Authentication

Repository files navigation

Documentation

Laravel Default Authentication with change password secured way

This is a Simple and basic laravel project. You can Create Login and Register option with easy way.

First Create an Fresh Laravel Project.

Just run this command into the terminal and reload your project into browser and see the magic.

php artisan make:auth

Before this you must Create one Database and migrate default tables into the Database.

For Migrating Tables . Run this command

php artisan migrate

After create new laravel project Don't delete default two tables. Otherwise authentication doesn't work.

To Add change password option you have to create one controller for change password.
See My project Files you'll understand what I did for change password.

About

Laravel Default Authentication with Change Password Option secured way

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published