Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eldar34/authorization


https://github.com/eldar34/authorization

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# INSTALLATION
Run composer command


composer dump-autoload

# DB Settings
Set connection with database in file app/connection


host='' //localhost
db=''; //database name
myname=''; //user name
psc=''; //password

# DB Table Dump
Import table in your database from folder "dbTable"