Package: php-laravel-framework / 11.44.2+dfsg-1
Metadata
Package | Version | Patches format |
---|---|---|
php-laravel-framework | 11.44.2+dfsg-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Treat replaced internal packages as dependencies.patch | (download) |
composer.json |
4 1 + 3 - 0 ! |
treat replaced internal packages as dependencies |
0002 Remove Composer runtime dependency.patch | (download) |
composer.json |
1 0 + 1 - 0 ! |
remove composer runtime dependency Irrelevant when installed from a Debian package. |
0003 Adjust default config file location.patch | (download) |
src/Illuminate/Foundation/Console/ConfigPublishCommand.php |
4 2 + 2 - 0 ! |
adjust default config file location |
0004 Disable debug mode exception renderer.patch | (download) |
src/Illuminate/Foundation/Providers/FoundationServiceProvider.php |
22 0 + 22 - 0 ! |
disable debug mode exception renderer The view relies on compiled and minified CSS and Javascript that we cannot reproduce from source in Debian due to missing dependencies. We must thus exclude it. |