Skip to content

Commit

Permalink
feat: add --no-scripts info to prevent project installation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Feb 8, 2024
1 parent 56c31bc commit 159faa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you are developing on macOS, PHP and Composer can be installed via [Homebrew]

After you have installed PHP and Composer, you may create a new Apiato project via the Composer create-project command:
```
composer create-project apiato/apiato example-app
composer create-project apiato/apiato example-app --no-scripts
```

## Development Environment Setup
Expand All @@ -31,7 +31,7 @@ Each option is documented, so feel free to look through the files and get famili
Apiato needs almost no additional configuration out of the box.
You are free to get started developing!
However, you may wish to review the `app/Ship/Configs/apiato.php` file and its documentation.
It contains several options that you may wish to change according to your application.
It contains several options that you may wish to change, according to your application.

### Environment Based Configuration

Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-12.x/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you are developing on macOS, PHP and Composer can be installed via [Homebrew]

After you have installed PHP and Composer, you may create a new Apiato project via the Composer create-project command:
```
composer create-project apiato/apiato example-app
composer create-project apiato/apiato example-app --no-scripts
```

## Development Environment Setup
Expand All @@ -31,7 +31,7 @@ Each option is documented, so feel free to look through the files and get famili
Apiato needs almost no additional configuration out of the box.
You are free to get started developing!
However, you may wish to review the `app/Ship/Configs/apiato.php` file and its documentation.
It contains several options that you may wish to change according to your application.
It contains several options that you may wish to change, according to your application.

### Environment Based Configuration

Expand Down

0 comments on commit 159faa4

Please sign in to comment.