Skip to content

The aim is to make independent Laravel libraries that can work without any changes on a brand new Laravel project. And this library will work as an authentication module.

Notifications You must be signed in to change notification settings

arabhossain/pory-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Auth Library

Installation:

Add the code snippets to the application root composer.json file and run composer udpate

"repositories": {
    "pory-auth": {
        "type": "path",
        "url" : "arabhossain/pory-auth",
        "options": {
            "symlink": true
        }
    }
}

place it and update to the .env file

#Auth Library
AUTH_DB_CONNECTION=mysql
AUTH_DB_HOST=127.0.0.1
AUTH_DB_PORT=3306
AUTH_DB_DATABASE=pory_auth
AUTH_DB_USERNAME=root
AUTH_DB_PASSWORD=arabrmc148

About

The aim is to make independent Laravel libraries that can work without any changes on a brand new Laravel project. And this library will work as an authentication module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages