Skip to content

Commit

Permalink
add fixible download link
Browse files Browse the repository at this point in the history
  • Loading branch information
summerblue committed Sep 2, 2014
1 parent c140e65 commit d91b73a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cnlaravel
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env php
<?php

require __DIR__.'/../../autoload.php';
// require __DIR__.'/vendor/autoload.php';

$app = new Symfony\Component\Console\Application('Laravel Installer', '1.1');
$app->add(new Laravel\Installer\Console\NewCommand);

$app->run();

0 comments on commit d91b73a

Please sign in to comment.