Go to file
claudemarson 13e5d272ae
Update the default Argon2 options (#5788)
Update Laravel's default Argon2 options to the values used by PHP:
107997e58e/ext/standard/php_password.h (L32)
2022-02-01 12:08:46 -06:00
app Correct exception handler doc (#5187) 2019-12-24 17:35:58 +00:00
bootstrap change variable name 2018-11-20 22:01:06 -06:00
config Update the default Argon2 options (#5788) 2022-02-01 12:08:46 -06:00
database Revert "Apply fixes from StyleCI (#5006)" 2019-12-31 12:21:39 +00:00
public remove ui scaffolding 2019-06-27 19:57:39 -05:00
resources Use the new Google Fonts API (#5396) 2020-09-08 07:50:51 -05:00
routes Move broadcast channel registration to a routes file. 2016-12-30 15:46:05 -06:00
storage Persist file cache data directory 2018-09-12 20:59:35 +01:00
tests [6.x] Implement integration test and in-memory DB (#5169) 2019-12-06 09:46:02 -06:00
.editorconfig Allowing optional use of yml/yaml file extensions in .editorconfig (#5090) 2019-09-03 18:37:05 +02:00
.env.example Use file session driver again 2020-01-08 12:44:22 +01:00
.gitattributes Revert "Exclude StyleCI config from exported files (#5012)" 2019-04-30 14:02:09 +02:00
.gitignore Update .gitignore (#5046) 2019-06-18 12:18:58 +02:00
.styleci.yml Update .styleci.yml 2019-11-01 11:51:17 +00:00
CHANGELOG.md Update CHANGELOG.md 2021-05-11 22:47:22 +02:00
README.md Fix logo 2020-09-08 13:27:47 +02:00
artisan fix conflicts 2017-05-07 09:56:20 -05:00
composer.json Bump framework version (#5602) 2021-04-29 07:55:56 -05:00
package.json Delete removed webpack flag (#5460) 2020-10-27 08:11:46 -05:00
phpunit.xml Remove redundant default attributes from phpunit.xml (#5233) 2020-02-24 08:37:15 -06:00
server.php Update server.php email address 2016-08-16 00:13:51 -04:00
webpack.mix.js Disable JS checks for now 2019-04-22 21:26:44 +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 and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

If you don't feel like reading, Laracasts can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page.

Contributing

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

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

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

License

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