serverfireteam / blog

A nice blog system with laravel 5 and laravelpanel
MIT License
52 stars 32 forks source link

Fixes #18

Closed manshu closed 8 years ago

manshu commented 8 years ago

Updated to get views from resoruces/views

AlirezaAlgo commented 8 years ago

@manshu thank you for great work

manshu commented 8 years ago

It's still not changing the actual views. Can you look into the code and see why it's not reading from resources/views ?

AlirezaAlgo commented 8 years ago

are you sure you have changed the view code in resources ? laravel won't load your file until you change them

manshu commented 8 years ago

yes, i did. It's still not working. It's loading views from Vendor folder, instead of resources/view folder.