Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
hanisirfan committed Nov 16, 2022
1 parent f8c20c1 commit c6eb415
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@

## Project installation

1. Copy `.env.example` file and rename it to `.env`.
2. Create a new database and set the newly created database credentials inside `.env` file.
2. Run these commands to compile the assets and install the project.
1. Download the release or clone this project inside your web server root folder. Make sure Virtualhost / Server block is configured correctly to point `/public` as document root.
2. Copy `.env.example` file and rename it to `.env`.
3. Create a new database and set the newly created database credentials inside `.env` file.
4. Run these commands to compile the assets and install the project.

`composer compile-project`

Expand Down

0 comments on commit c6eb415

Please sign in to comment.