Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 17c8b1a

Browse files
committed
Formatting changes.
1 parent b92804a commit 17c8b1a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

quick-start.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ knowledge working with Laravel, Active Directory, LDAP Protocol and command line
55

66
This guide was created with the help of [@st-claude](https://github.com/st-claude).
77

8-
1. Create a new laravel project by running `laravel new my-app` or `composer create-project --prefer-dist laravel/laravel my-app`.
8+
1. Create a new laravel project by running
9+
- `laravel new my-app`
10+
11+
**Or**
12+
13+
- `composer create-project --prefer-dist laravel/laravel my-app`.
14+
915
[Laravel Installation](https://laravel.com/docs/5.2#installation)
1016

1117
2. Insert `"adldap2/adldap2-laravel": "2.0.*"` in your `composer.json` file in the root directory of your project.

0 commit comments

Comments
 (0)