File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,5 @@ composer.lock
4
4
.phpunit.cache
5
5
.idea /
6
6
node_modules
7
+ /.env
8
+ /public /vendor /
Original file line number Diff line number Diff line change @@ -3,15 +3,17 @@ This repository contains module to add Emoji functionality to <a href='https://g
3
3
4
4
To install this project please clone repository to your local machine and run this command
5
5
6
+ 1 . Copy .env.example to .env
7
+ 2 . Fill .env with your configurations
8
+ 3 . Run command to add emojis and install dependencies
6
9
```
7
- composer.phar update
8
10
composer req aimeos-extensions/emoji
9
11
```
10
- and then
12
+ 4 . Install demo store
11
13
```
12
14
php artisan aimeos:setup --option=setup/default/demo:1
13
15
```
14
- To start project use this command
16
+ 5 . To start project use this command
15
17
```
16
18
php artisan serve
17
19
```
You can’t perform that action at this time.
0 commit comments