Skip to content

Commit

Permalink
docs: completing the docs
Browse files Browse the repository at this point in the history
Signed-off-by: Fawzi Abdulfattah <iifawzie@gmail.com>
  • Loading branch information
iifawzi committed Dec 14, 2023
1 parent 925efab commit dbb5593
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The system is configured in a way that it can work with MySQL, Postgres, and SQL
1. Install composer dependencies:

```bash
composer update
composer install
```

2. Create your configuration file `.env`:
Expand Down Expand Up @@ -66,10 +66,18 @@ The system is configured in a way that it can work with MySQL, Postgres, and SQL

The project also comes with Laravel Sail that runs mysql by default. if you wish you can follow the following steps:

1. Create your configuration file `.env`:
1. Install composer dependencies:

```bash
composer install
```

2. Create your configuration file `.env`:

```
cp .env.example .env
```

2. Configure the SMTP mailing server for mailing notifications.

3. Start the Docker containers:
Expand Down

0 comments on commit dbb5593

Please sign in to comment.