Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
recca0120 committed Aug 17, 2017
1 parent 968e4f0 commit da89f6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -60,7 +60,10 @@ return [
'route' => [
'prefix' => 'terminal',
'as' => 'terminal.',
'middleware' => ['web'], // if you use laravel 5.1 remove web
// if you use laravel 5.1, remember to remove web middleware
'middleware' => ['web'],
// if you need auth, you need use web and auth middleware
// 'middleware' => ['web', 'auth']
],
'commands' => [
\Recca0120\Terminal\Console\Commands\Artisan::class,
Expand Down

0 comments on commit da89f6e

Please sign in to comment.