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 bydisplay_erros = Off
!– Wallace Maxters
See the error log in the application if something appears there. It’s probably missing to configure permissions somewhere.
– Rodrigo Rigotti
@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.
– user27585
@Erick when running php Artisan serves this? http://i.stack.Imgur.com/dFB4O.png
– gmsantos
@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
– user27585