Skip to content

Commit

Permalink
Added shell_exec to requirements since it needs to be enabled within …
Browse files Browse the repository at this point in the history
…your php.ini. Fixes #12
  • Loading branch information
GijsGoudzwaard authored Apr 11, 2019
1 parent a3a8b9e commit 4894ac0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ This [Nova](https://nova.laravel.com) tool gives you a live overview of your RAM

You must use either Linux or MacOS.

`shell_exec` must not be disabled in your `php.ini`. Make sure that `disabled_functions` does not contain `shell_exec`.

## Installation

You can install the nova tool in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:
Expand Down

0 comments on commit 4894ac0

Please sign in to comment.