laravel 项目 进入项目的根目录执行一下命令 有两种方式

一种cmd 中的 进入指定项目的根目录执行命令 

第二种 bash 就是git管理工具中的直接进入指定目录 然后进入

laravel 清理缓存技巧和创建软连接

 

 执行清除命令

php artisan cache:clear 清除原来的缓存 然后更新钩子数据到缓存中去

php artisan hook:cache --p=all 更新所有的钩子到redis服务器中

php artisan storage:link

相关文章:

  • 2021-09-22
  • 2021-12-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-19
  • 2022-03-07
猜你喜欢
  • 2022-12-23
  • 2021-05-04
  • 2021-06-06
  • 2021-11-28
  • 2022-12-23
  • 2021-11-05
相关资源
相似解决方案