Skip to content

Commit

Permalink
perf: readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
buddywinangun committed Mar 27, 2024
1 parent f2622d9 commit a0cb7d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ Core packages can be found in the [`packages`](packages/) directory.

| Directory | Distribution |
|:------------------------------------|:--------------------------------------------------|
| [`auth`](packages/auth) | [codeigniter-xtend/auth] |
| [`framework`](packages/framework) | [codeigniter-xtend/framework] |
| [`auth`](packages/auth) | [buddywinangun/codeigniter-auth] |
| [`framework`](packages/framework) | [buddywinangun/codeigniter-framework] |

## Installation

To start from a working skeleton:

```shell
composer create-project codeigniter-xtend/starter
composer create-project buddywinangun/codeigniter-starter
```

### Standalone packages
Expand All @@ -50,5 +50,5 @@ The Codeigniter Xtend framework is split into standalone packages which can be u
independently.

```shell
composer require codeigniter-xtend/auth codeigniter-xtend/framework
composer require buddywinangun/codeigniter-auth buddywinangun/codeigniter-framework
```
2 changes: 1 addition & 1 deletion packages/framework/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

1. Instalasi dilakukan melalui Composer.
```sh
composer require codeigniter-xtend/framework
composer require buddywinangun/codeigniter-framework
```

## Unit testing
Expand Down
2 changes: 1 addition & 1 deletion starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ php -S localhost:8000

This project is meant to be composer-installed:
```sh
composer create-project codeigniter-xtend/starter
composer create-project buddywinangun/codeigniter-starter
```

Berikan izin menulis logs, cache, session.
Expand Down

0 comments on commit a0cb7d9

Please sign in to comment.