I just made a git clone
(copy) of a Laravel application just made in the company where I work.
I circled composer update
and artisan key generate
to make the initial settings, as well as edited the .env
file to configure the database.
Everything is perfectly set up, however an Exception appears when running the application:
Please provide a valid cache path
Does anyone know how to solve this?