首页 > 解决方案 > The local project works correctly, but it does not find the url's server

问题描述

I created a project, it works perfectly in the local. It worked sometimes on the server.

but most of the time on certain pages does not find, for example:

on the login button that I clicked.

Is there a problem with the code or the host that I have provided?

标签: laravel

解决方案


您需要在服务器上更新作曲家,这就是为什么有时按钮链接不起作用

Composer update
php artisan key:generate
php artisan cache:clear

删除所有缓存文件,即

 storage/framework/views

推荐阅读