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 c140e65 commit d91b73aCopy full SHA for d91b73a
cnlaravel
@@ -0,0 +1,10 @@
1
+#!/usr/bin/env php
2
+<?php
3
+
4
+require __DIR__.'/../../autoload.php';
5
+// require __DIR__.'/vendor/autoload.php';
6
7
+$app = new Symfony\Component\Console\Application('Laravel Installer', '1.1');
8
+$app->add(new Laravel\Installer\Console\NewCommand);
9
10
+$app->run();
0 commit comments