An MVC project for user authentication with username and password
-
Clone the repo
git clone https://github.com/hamidroohani/user-auth.git
-
Go to the directory and install composer
composer install
-
Create a database in mysql and open config.php file in
app/Http/Config.php
and put your database connection information -
Add more information in config such your domain name
-
Find
database.sql
in root path and import to mysql
Also you can find the postman file in root path with this name: collection.postman.json