-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from laravel/5.8
Merge latest 5.8
- Loading branch information
Showing
330 changed files
with
5,832 additions
and
1,405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Support | ||
|
||
This repository is only for reporting bugs or issues. If you need support, please use the forums: | ||
|
||
- https://laracasts.com/discuss | ||
- https://laravel.io/forum | ||
|
||
Alternatively, you may use [Slack](https://larachat.co/), [Discord](https://discordapp.com/invite/mPZNm7A), or [Stack Overflow](http://stackoverflow.com/questions/tagged/laravel). | ||
|
||
Thanks! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
php: | ||
preset: laravel | ||
js: | ||
finder: | ||
not-name: | ||
- webpack.mix.js | ||
css: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ Laravel is a web application framework with expressive, elegant syntax. We belie | |
- [Robust background job processing](https://laravel.com/docs/queues). | ||
- [Real-time event broadcasting](https://laravel.com/docs/broadcasting). | ||
|
||
Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb combination of simplicity, elegance, and innovation gives you a complete toolset required to build any application with which you are tasked | ||
Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb combination of simplicity, elegance, and innovation gives you a complete toolset required to build any application with which you are tasked. | ||
|
||
## Learning Laravel | ||
|
||
|
@@ -38,7 +38,7 @@ In order to ensure that the Laravel community is welcoming to all, please review | |
|
||
## Security Vulnerabilities | ||
|
||
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [[email protected]](mailto:taylor@laravel.com). All security vulnerabilities will be promptly addressed. | ||
Please review [our security policy](https://github.com/laravel/framework/security/policy) on how to report security vulnerabilities. | ||
|
||
## License | ||
|
||
|
26 changes: 19 additions & 7 deletions
26
...UE_TEMPLATE/5_Security_vulnerabilities.md → SECURITY.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,26 @@ | ||
--- | ||
name: "🔒 Security Vulnerabilities" | ||
about: 'For reporting security-related issues, see: https://github.com/laravel/laravel#security-vulnerabilities' | ||
# Security Policy | ||
|
||
--- | ||
**PLEASE DON'T DISCLOSE SECURITY-RELATED ISSUES PUBLICLY, [SEE BELOW](#reporting-a-vulnerability).** | ||
|
||
PLEASE DON'T DISCLOSE SECURITY-RELATED ISSUES PUBLICLY, SEE BELOW. | ||
## Supported Versions | ||
|
||
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [email protected]. All security vulnerabilities will be promptly addressed. | ||
Version | Security Fixes Until | ||
--- | --- | ||
5.8 | February 26th, 2020 | ||
5.7 | September 4th, 2019 | ||
5.6 | February 7th, 2019 | ||
5.5 (LTS) | August 30th, 2020 | ||
5.4 | January 24th, 2018 | ||
5.3 | August 23rd, 2017 | ||
5.2 | December 21st, 2016 | ||
5.1 (LTS) | June 9th, 2018 | ||
5.0 | February 4th, 2016 | ||
|
||
Public PGP Key: | ||
## Reporting a Vulnerability | ||
|
||
If you discover a security vulnerability within Laravel, please send an email to Taylor Otwell at [email protected]. All security vulnerabilities will be promptly addressed. | ||
|
||
### Public PGP Key | ||
|
||
``` | ||
-----BEGIN PGP PUBLIC KEY BLOCK----- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.