From 4894ac019e75b5169038b7cfcc983322269af7e8 Mon Sep 17 00:00:00 2001 From: GijsGoudzwaard Date: Thu, 11 Apr 2019 18:00:19 +0200 Subject: [PATCH] Added shell_exec to requirements since it needs to be enabled within your php.ini. Fixes #12 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 143c311..55224c8 100644 --- a/README.md +++ b/README.md @@ -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: