Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eldar34/authorization
https://github.com/eldar34/authorization
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eldar34/authorization
- Owner: eldar34
- Created: 2020-02-07T11:42:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-17T18:34:38.000Z (almost 5 years ago)
- Last Synced: 2024-11-05T15:35:04.292Z (about 2 months ago)
- Language: JavaScript
- Size: 714 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"