Skip to content

Commit 398254a

Browse files
authored
Update README
1 parent a1502a0 commit 398254a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Codeigniter 4 Auth and User management provides complete basic authentication sy
1818

1919
### Installation
2020

21-
1. Download or clone the repo to your desktop.
22-
2. Change directory `cd my-app`
21+
1. Download or clone the repo to your desktop or www folder.
22+
2. Change directory to `cd my-app` in your www folder.
2323
3. Import `my-app/database.sql` to your MySQL or MariaDB Server, create a user and grant all rights to the imported `DB`
2424
4. Rename `.env.example` to `.env`
25-
5. Change the App url to `app.baseURL = 'http://localhost/my-app/public/'`
26-
6. Update database config, change the lines at `database.default.database =`, `database.default.username =`, `database.default.password`, and `database.default.hostname =` in .env file.
27-
7. Run `php spark serve` to open live application.
28-
8. Alternatively, you can browse the app using a web browser, enter this URL address `http://localhost/my-app/public`.
29-
9. Login using sample account usernaeme `[email protected]`, password `admin`
25+
5. Change the App URL to `app.baseURL = 'http://localhost/my-app/public/'`
26+
6. Update database config, change the lines where `database.default.database =`, `database.default.username =`, `database.default.password`, and `database.default.hostname =` in .env file.
27+
7. Run `php spark serve` to serve live application in the terminal.
28+
8. Alternatively, you can browse the app using a web browser, by entering this URL address `http://localhost/my-app/public`.
29+
9. Login using default account username `[email protected]`, password `admin`
3030

3131
### System Requirements
3232

@@ -35,10 +35,10 @@ Codeigniter 4 Auth and User management provides complete basic authentication sy
3535
3. `Nginx` or `Apache` (recommended) http server
3636
4. Required PHP extensions: `OpenSSL`, `PDO`, `Mbstring`, `Tokenizer`, `Ctype`, `JSON`
3737

38-
If you are running on local development, we recommend using `AMPPS` stack which has all the system requirements [Download AMPPS](https://www.ampps.com/downloads) available in Windows, Mac, Linux Installers.
38+
If you are running on local development, we recommend using `AMPPS`, or `XAMPP` stack which has all the system requirements available in Windows, Mac, Linux Installers.
3939

4040
## Screenshots
41-
![PHP Attendance Management System - Manager Dashboard](https://i.postimg.cc/5NbGZpJY/manager-dashboard.png)
41+
Soon...
4242

4343
## Contributing
4444

0 commit comments

Comments
 (0)