Skip to content

Commit 8c4231c

Browse files
committed
docs
1 parent 61dff7f commit 8c4231c

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

readme.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,11 @@
3232
# Setup
3333

3434
```
35-
git clone --depth=1 --branch=master https://github.com/Esperlos/laravel_esperlos_boilerplate.git ProjectName
36-
rm -rf ./ProjectName/.git
35+
composer create-project --prefer-dist esperlos/laravel_esperlos_boilerplate ProjectName
3736
cd ProjectName
38-
composer install
3937
npm install
4038
```
4139

42-
Copy .env.example file and remove .example suffix
43-
44-
then:
45-
46-
```
47-
php artisan key:generate
48-
```
49-
5040
then you can set db configs, set migrations and so on ...
5141

5242

0 commit comments

Comments
 (0)