SELinux

SE Linux is automatically disabled during installation of nmsprime-base.

See: https://github.com/schmto/nmsprime/blob/dev/Install/after_install.sh

#
# disable SE linux
#
sed -i "s/^SELINUX=enforcing$/SELINUX=disabled/" /etc/sysconfig/selinux
setenforce  0

alternative

# or prevent blocking the app/storage directory
sudo su
chcon -R -h -t httpd_sys_script_rw_t /var/www/lara/storage