Go to file
Matthias Niess 5f7decfff1 introduce sqlite foreign_key_constraints config option
This enables the sqlite `foreign_key_constraints` option that was introduced with laravel/framework#26298 for all new installs.

The env variable DB_FOREIGN_KEYS was added to make it easier to handle this in testing (e.g. via phpunit.xml).
2018-10-30 14:24:12 +01:00
app changed syntax for validation 2018-10-16 22:36:12 +02:00
bootstrap Make app path stream safe 2018-09-28 13:52:26 -04:00
config introduce sqlite foreign_key_constraints config option 2018-10-30 14:24:12 +01:00
database Seeded users should be verified by default 2018-09-15 10:14:06 +05:30
public add illustrations 2018-08-31 13:53:27 +02:00
resources Add message for UUID validation rule 2018-10-28 11:04:31 -04: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 Set bcrypt rounds using the hashing config 2018-04-18 10:09:32 -05:00
.editorconfig Update .editorconfig 2018-09-03 00:14:17 +03:00
.env.example adjust variable name 2018-03-13 13:38:47 -05:00
.gitattributes Ignore changelog in export 2017-03-25 12:02:22 -07:00
.gitignore Add .phpunit.result.cache to the .gitignore 2018-08-10 16:52:21 -04:00
CHANGELOG.md [5.7] Added changelog for v5.7.0 2018-10-13 18:52:37 +03:00
artisan fix conflicts 2017-05-07 09:56:20 -05:00
composer.json preserve colors 2018-09-18 12:48:09 -07:00
package.json Update vue version to 2.5.17 2018-10-23 10:42:41 +10:00
phpunit.xml Sort phpunit environment variables alphabetically 2018-10-27 02:44:54 -05:00
readme.md wip 2018-10-01 07:50:06 -05:00
server.php Update server.php email address 2016-08-16 00:13:51 -04:00
webpack.mix.js Define mix as const 2018-08-31 10:35:44 +01: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 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.

Learning Laravel

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

If you're not in the mood to read, Laracasts contains over 1100 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.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for helping fund on-going 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.

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.