Browse Source

Initial commit

master
azri 1 week ago
commit
83bd071b95
2 changed files with 22 additions and 0 deletions
  1. 19
    0
      .gitignore
  2. 3
    0
      README.md

+ 19
- 0
.gitignore View File

1
+# ---> Laravel
2
+/vendor/
3
+node_modules/
4
+npm-debug.log
5
+yarn-error.log
6
+
7
+# Laravel 4 specific
8
+bootstrap/compiled.php
9
+app/storage/
10
+
11
+# Laravel 5 & Lumen specific
12
+public/storage
13
+public/hot
14
+storage/*.key
15
+.env
16
+Homestead.yaml
17
+Homestead.json
18
+/.vagrant
19
+

+ 3
- 0
README.md View File

1
+# text4u
2
+
3
+sms-gateway

Loading…
Cancel
Save