Skip to content

Commit

Permalink
Merge pull request #9 from achmadhadikurnia/chore/update-readme
Browse files Browse the repository at this point in the history
Update readme for installation
  • Loading branch information
kanekesreal authored Aug 13, 2024
2 parents c863243 + 4d16bbb commit 68eb430
Showing 1 changed file with 35 additions and 3 deletions.
38 changes: 35 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,28 @@ We also offer a professional version and are excited for you to try it out. This

## Installation

You can install the package via composer:
You can install the application via composer:

```bash
composer create-project kanekescom/simasn
```

Run migration
However, it is more recommended to use the clone mechanism to easily receive updates from us by running the following command:

```bash
php artisan migrate
git clone https://github.com/kanekescom/simasn
```

Enter the installation directory:

```bash
cd simasn
```

Then run the composer command:

```bash
composer create-project
```

Open the application using browser after run this command:
Expand All @@ -41,6 +53,26 @@ Open the application using browser after run this command:
php artisan serve
```

## Update

Get updates through the repository with this command:

```bash
git pull origin main
```

Run the composer command:

```bash
composer install
```

Run the migration:

```bash
php artisan migrate
```

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
Expand Down

0 comments on commit 68eb430

Please sign in to comment.