Ver Fonte

laravel: add page (#2022)

Todd Austin há 7 anos atrás
pai
commit
9c2b975e5e
1 ficheiros alterados com 19 adições e 0 exclusões
  1. 19 0
      pages/common/laravel.md

+ 19 - 0
pages/common/laravel.md

@@ -0,0 +1,19 @@
+# laravel
+
+> A command line installer for the Laravel framework.
+
+- Create a new Laravel application:
+
+`laravel new {{name}}`
+
+- Use the latest development release:
+
+`laravel new {{name}} --dev`
+
+- Overwrite if the directory already exists:
+
+`laravel new {{name}} --force`
+
+- List the available installer commands:
+
+`laravel list`