Go to file
Jean-Philippe Murray d4d5330bbb Remove the hot file from versionning
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.
2017-01-26 21:22:52 -05:00
app Trim and convert strings to nulls. 2017-01-17 15:35:36 -06:00
bootstrap Use the ::class notation 2015-06-08 10:29:33 +03:00
config Merge branch 'master' into develop 2017-01-21 10:15:21 -06:00
database Remove .gitkeep in migrations directory 2016-10-17 16:04:12 +02:00
public add mix settings 2017-01-17 14:30:48 -06:00
resources Merge branch 'master' into develop 2016-12-29 13:03:32 +00:00
routes Move broadcast channel registration to a routes file. 2016-12-30 15:46:05 -06:00
storage Ignore schedule files 2016-03-17 09:59:23 -04:00
tests fix assertion 2016-12-05 13:22:14 -06:00
.env.example [5.4] Change PUSHER enviroment variable names 2017-01-18 20:56:57 +00:00
.gitattributes Switch to `.scss` 2016-04-22 19:39:28 -07:00
.gitignore Remove the hot file from versionning 2017-01-26 21:22:52 -05:00
artisan Use the ::class notation 2015-06-08 10:29:33 +03:00
composer.json Update composer.json 2017-01-24 15:44:09 -06:00
package.json Ensure cross-env gets executed by node 2017-01-25 11:05:42 +01:00
phpunit.xml Organize tests. 2016-11-29 15:48:33 -06:00
readme.md Update readme.md 2016-12-28 11:31:53 -06:00
server.php Update server.php email address 2016-08-16 00:13:51 -04:00
webpack.mix.js Use const and destructuring assignment 2017-01-22 22:12:50 -02:00

readme.md

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:

Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb combination of simplicity, elegance, and innovation give you tools you need to build any application with which you are tasked.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of any modern web application framework. The Laravel documentation is thorough, complete, and makes it a breeze to get started learning the framework.

If you're not in the mood to read, Laracasts contains over 900 video tutorials on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library.

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.