Skip to content

Commit 15f7947

Browse files
committed
Add changes to gitignore and readme
1 parent b213231 commit 15f7947

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ composer.lock
44
.phpunit.cache
55
.idea/
66
node_modules
7+
/.env
8+
/public/vendor/

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@ This repository contains module to add Emoji functionality to <a href='https://g
33

44
To install this project please clone repository to your local machine and run this command
55

6+
1. Copy .env.example to .env
7+
2. Fill .env with your configurations
8+
3. Run command to add emojis and install dependencies
69
```
7-
composer.phar update
810
composer req aimeos-extensions/emoji
911
```
10-
and then
12+
4. Install demo store
1113
```
1214
php artisan aimeos:setup --option=setup/default/demo:1
1315
```
14-
To start project use this command
16+
5. To start project use this command
1517
```
1618
php artisan serve
1719
```

0 commit comments

Comments
 (0)