C
C
ClaraOswald2016-03-31 13:24:19
FTP
ClaraOswald, 2016-03-31 13:24:19

Why is Laravel not responding to file changes?

I have such a problem. Laravel does not apply changes to files. Those. I make changes in the file (templates), save it and upload it to the server, but there are no changes. How to treat?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry Kuznetsov, 2016-03-31
@dima9595

The web server may be caching pages.

D
Dmitry Evgrafovich, 2016-03-31
@Tantacula

Have you tried cleaning out the \storage\framework\views folder? and at the same time check the rights to it. maybe the framework can't write anything to it.

S
Stanislav Pochepko, 2016-03-31
@DJZT

php artisan clear-compiler
Cleans compiled templates

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question