1

I made a bunch of changes to my site, uploaded to live server and none of my changes are taking effect.

I've restarted the VPS & apache2. If I view my index.blade.php(Home route) in nano from SSH, the changes are there. I have no idea what is going on.

3
  • 1
    try deleting files in the view inside storage folder (app/storage/views) Commented Jul 18, 2014 at 5:03
  • Yup just did that and it worked. If you want to make a comment I will mark it as the answer! Thank you!!! Commented Jul 18, 2014 at 5:04
  • 1
    I have lost hours to figure this out , this answer may help others out Commented Jul 18, 2014 at 5:06

1 Answer 1

1

try deleting files in the view inside storage folder (app/storage/views) . Which contains the cache of the view files

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.