Categories
Laravel

Laravel Windows Devs Gotchas

Homestead is slow. Native OS is fast but watch out for these issues.

  • Probably no Redis. Tagged caching not possible with file system
  • Storage facade by default writes to storage/ and uses a symlink for public files from the /public dir. Windows doesn’t have symlinks. (Could probably fix with environment config files)