https://github.com/errlogic/phplyrid
https://github.com/errlogic/phplyrid
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/errlogic/phplyrid
- Owner: ErrLogic
- Created: 2024-06-28T01:12:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-28T02:08:13.000Z (11 months ago)
- Last Synced: 2024-06-29T02:42:38.196Z (11 months ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP Native Login Application
Task Lyrid
## Deployment
To deploy this project
Fill the config inside `config.php` according to your setup
```bash
$servername = "localhost";
$username = "yourdatabaseusername";
$password = "yourdatabasepassword";
$dbname = "lyrid";
```Run the server, and access it
```bash
php -S localhost:5000
```You can login with default account
```bash
username: admin1
password: password123
```