Laravel 4 permissions not showing -


im getting blank page while using laravel, gave perms folder with

find app/storage -type d -exec chmod 777 {} \; 

but still blank page.

another thing can try...

run php artisan serve projects root dir, , see if browser comes if go http://localhost:8000

and give feedback in run... because can guess.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -