Skip to content

Commit

Permalink
📝 Improve the installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Jan 31, 2024
1 parent 1f611f0 commit 855ff28
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions content/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,14 @@ Build functional, elegant bots harnessing the full power of [Laravel](https://la

![Screenshot](https://i.imgur.com/yW2vpPR.png)

## Requirements

Make sure all dependencies have been installed before moving on:

- [PHP](https://secure.php.net/manual/en/install.php) >= 8.1
- [Composer](https://getcomposer.org/download/)

## Creating a Project

Before creating your first Laracord project, make sure that your local machine has PHP and Composer installed.
Before creating your first Laracord project, make sure that your local machine has [PHP](https://secure.php.net/manual/en/install.php) and [Composer](https://getcomposer.org/download/) installed.

After you have installed PHP and Composer, you may create a new Laracord project via Composer's `create-project` command:

```sh
$ composer create-project laracord/laracord:dev-main
$ composer create-project laracord/laracord
$ cd laracord
```

Expand Down

0 comments on commit 855ff28

Please sign in to comment.