Laravel 5.1 localhost:8000 nothing appears

Asked

Viewed 1,190 times

0

I installed the 'laravel 5.1' I followed the steps in doc, added some things in doc 'gulpfile.js' blz, but when I turn the 'php artisan serve' and whirlpool 'http://localhost:8000/' nothing appears, I did a test also created a file 'sass' and surrounded the 'gulp' but nothing has been compiled into the folder public, what should I set up more? I’ll use it to assist me in building sites I’m front, as now the back is so php I need to use an FW.

Guys, I think the problem is with the folder permission, so nothing works, anyone what kind of permission I give and how? use mac Yosemite.

Thank you.

  • Have you tried configuring your PHP.ini with display_errors = On. This white screen can be generated by a fatal error followed by display_erros = Off!

  • See the error log in the application if something appears there. It’s probably missing to configure permissions somewhere.

  • @Rodrigorigotti I think the problem is really permissions, I edited the question ... And I’m not finding the file Laravel.log is not in the project in the log folder.

  • @Erick when running php Artisan serves this? http://i.stack.Imgur.com/dFB4O.png

  • @gmsantos one of the problems solved, because the user was as root and not as my user there I managed to change and now it looks like the page LARAVEL 5 .... But I have another problem Gulp is not compiling and creating folders within public as I mentioned in the question

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.