php - Pasted view files do not get updated but copied code does in Laravel 5? -
i went through weird issue in laravel 5 yesterday. had test project playing around things , had real project implement stuff sure about.
i installed smart admin theme in demo project first see how things go , when sure, copied content of public folder views folder , pasted them respectively.
i tried navigating auth/login
, gave me exception saying view app not found in login view makes sense because original login view extending app view had removed files , smart admin login page did not extend app.
i went on digging not figure out anything. later installed fresh copy of laravel time did not copy paste files instead copied , pasted content of files login , register pages come built in , time worked perfectly.
can tell me why copied files did not work when copied content, worked. checked both demo project , it's folders have same permissions storage folder. tried clearing cache in vain.
i think there no laravel answer question. strange behavior , can have many reasons. answer hypothetical without seeing error in action.
Comments
Post a Comment