Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things. https://laravel.com
Find a file
Mateus Guimarães 9905b67c79
[12.x] Add default Redis retry configuration (#6666)
* first pass

* first pass

* Remove match

* Update database.php
2025-08-29 12:40:11 -05:00
.github/workflows Switch to php artisan test to make it work out of the box (#6555) 2025-02-27 11:27:31 -07:00
app Narrow down array types (#6497) 2024-11-21 08:54:46 -06:00
bootstrap [12.x] Fix: Add void return type to withMiddleware and withExceptions to satisfy Rector analysis (#6628) 2025-06-09 09:16:34 -05:00
config [12.x] Add default Redis retry configuration (#6666) 2025-08-29 12:40:11 -05:00
database SQLite for local dev (#6322) 2024-01-20 16:02:54 -06:00
public Improve static analysis by adding type hints for $app in artisan and public/index.php (#6531) 2025-02-05 12:01:25 +01:00
resources Use application name from configuration (#6655) 2025-08-15 08:59:00 -05:00
routes remove change for now 2025-03-04 16:07:15 -06:00
storage private files (#6450) 2024-09-11 15:12:40 -05:00
tests Removes CreatesApplication (#6310) 2024-01-03 07:52:33 -06:00
.editorconfig Sort EditorConfig rules (#6012) 2022-10-17 09:17:59 -05:00
.env.example Don't set CACHE_PREFIX to empty string by default (#6542) 2025-02-18 09:12:59 -06:00
.gitattributes Updated git configuration to use LF line endings by default (#6061) 2022-12-29 19:32:36 -06:00
.gitignore Reduce redundancy and keeps the .gitignore file cleaner (#6629) 2025-06-09 09:04:36 -05:00
.styleci.yml [9.x] Don't need to ignore vite config file (#5953) 2022-07-26 08:05:37 -05:00
artisan Improve static analysis by adding type hints for $app in artisan and public/index.php (#6531) 2025-02-05 12:01:25 +01:00
CHANGELOG.md Update CHANGELOG 2025-08-21 14:55:30 +00:00
composer.json revert (#6662) 2025-08-21 09:54:46 -05:00
package.json Fix Critical Security Vulnerability in form-data Dependency (#6645) 2025-07-23 09:16:56 -05:00
phpunit.xml Reorder environment variables in phpunit.xml for logical grouping (#6634) 2025-06-22 18:27:42 -05:00
README.md Clean up URL formatting in README (#6601) 2025-04-16 06:37:18 -05:00
vite.config.js Upgrade to Tailwind CSS v4.0 (#6523) 2025-01-31 18:34:00 +01:00

Laravel Logo

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.

You may also try the Laravel Bootcamp, where you will be guided through building a modern Laravel application from scratch.

If you don't feel like reading, Laracasts can help. Laracasts contains thousands of 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 Partners program.

Premium Partners

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.