Skip to content

Commit

Permalink
feat: support artisan as entry alias
Browse files Browse the repository at this point in the history
  • Loading branch information
albertcht committed Jul 8, 2024
1 parent 914bba2 commit 3b3cd33
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions artisan
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/env php
<?php

declare(strict_types=1);
/**
* This file is part of Hyperf.
*
* @link https://www.hyperf.io
* @document https://hyperf.wiki
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/
require __DIR__ . '/bin/hyperf.php';

0 comments on commit 3b3cd33

Please sign in to comment.