We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d5e4d commit 4fa5c21Copy full SHA for 4fa5c21
README.md
@@ -8,7 +8,7 @@ Download the repository and extract it.
8
9
**Step 1:**
10
11
-Copy ```app/Console/Commands``` directory to your project ```app/Console/``` directory.
+Copy ```Commands``` directory to your project ```app/Console/``` directory.
12
```$xslt
13
|-- app/Console/Commands
14
|-- Repository.php (core file)
@@ -20,6 +20,8 @@ Copy ```app/Console/Commands``` directory to your project ```app/Console/``` dir
20
Copy ```config/repository.php``` file to your project ```config/``` directory.
21
22
23
+|-- app
24
+...
25
|-- config
26
|-- repository.php (core confid file)
27
```
0 commit comments