-1

enter code hereHi all my on windows 7(so i don't have any folder permissions) I have can't see Laravel error anymore. It worked fine yesterday. why? what's wrong? Laravel version 5.1 and web server wamp lastest version.

I found this link

but can't find file - storage/meta/compiled.php this command also not working for me - php artisan optimize

also debug = true in .env and app.php files

please help

Community
  • 1
  • 1
gogagubi
  • 901
  • 1
  • 13
  • 34

1 Answers1

0

If you read the installation documentation you will find the following information:

After installing Laravel, you may need to configure some permissions. Directories within the storage and the bootstrap/cache directories should be writable by your web server. If you are using the Homestead virtual machine, these permissions should already be set.

SebHallin
  • 873
  • 5
  • 11