1. 28 Jan, 2017 1 commit
  2. 27 Jan, 2017 2 commits
    • Taylor Otwell's avatar
      Merge pull request #4121 from jpmurray/patch-1 · 547bb962
      Taylor Otwell authored
      Remove the hot file from versionning
      547bb962
    • Jean-Philippe Murray's avatar
      Remove the hot file from versionning · d4d5330b
      Jean-Philippe Murray authored
      Following https://github.com/laravel/framework/pull/17571, I was correctly pointed that the small proposition should be made over here. Here's a copy / past of my message, for clarity's sake.
      ---
      
      When you run `npm run hmr`, a `hot` file is created to the public folder for the `mix()` helper to know if it has to server from the webpack server or not. This file does not go away until we run `npm run dev` (or `watch`). 
      
      True, if we use `npm run production` in our production server it goes away too, but in case we don't make it go away in development, I don't think it's necessary to version it.
      d4d5330b
  3. 25 Jan, 2017 2 commits
  4. 24 Jan, 2017 7 commits
  5. 23 Jan, 2017 2 commits
  6. 22 Jan, 2017 2 commits
  7. 21 Jan, 2017 3 commits
  8. 19 Jan, 2017 1 commit
  9. 18 Jan, 2017 1 commit
  10. 17 Jan, 2017 5 commits
  11. 16 Jan, 2017 2 commits
  12. 15 Jan, 2017 2 commits
  13. 04 Jan, 2017 7 commits
  14. 02 Jan, 2017 1 commit
  15. 01 Jan, 2017 1 commit
  16. 30 Dec, 2016 1 commit
    • Taylor Otwell's avatar
      Move broadcast channel registration to a routes file. · 52f0196f
      Taylor Otwell authored
      These are very similar to routes in that they are channel endpoints
      that your application supports and they also fully support route model
      binding in Laravel 5.4. Upgraded applications do not need to make this
      change if they do not want to.
      52f0196f