We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit dfd3b09Copy full SHA for dfd3b09
.gitignore
@@ -0,0 +1,20 @@
1
+vendor/
2
+node_modules/
3
+npm-debug.log
4
+
5
+# Laravel 4 specific
6
+bootstrap/compiled.php
7
+app/storage/
8
9
+# Laravel 5 & Lumen specific
10
+public/storage
11
+public/hot
12
+storage/*.key
13
+.env.*.php
14
+.env.php
15
+.env
16
+Homestead.yaml
17
+Homestead.json
18
19
+# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
20
+.rocketeer/
README.md
@@ -0,0 +1 @@
+# blog
0 commit comments