You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Leave `XAMPP` up and running after its installation.
11
+
12
+
## Database
13
+
The database requires to be manually setup for this project.
14
+
- Access `phpMyAdmin` through `XAMPP` control panel and select the SQL tab.
15
+
16
+
- Copy the `ddl.sql` file located in the root of this project and paste it at the query box then click on `Execute`.
17
+
18
+
- Rename the `.env.example` file to `.env`, set your own values to the variables if required.
19
+
20
+
## Installation
21
+
Download the project by visiting the [releases page](https://github.com/PoweredTable/php-user-management/releases) of this repository and unzip the file, or you could also simply clone it.
22
+
23
+
To work with `XAMPP`, ensure the project will be located at `XAMPP` folder installation, e.g. `C:\xampp\htdocs`.
24
+
25
+
Inside the project folder, install the required dependencies using `Composer`.
26
+
```bash
27
+
composer install
28
+
```
29
+
30
+
## Usage
31
+
Access the web page through http://localhost/php-user-management.
0 commit comments