diff options
| author | Developer | 2026-06-27 03:17:41 +0200 |
|---|---|---|
| committer | Developer | 2026-06-27 03:17:41 +0200 |
| commit | fa17f4c7668feb0e01fb12317c0bfc0b828186cb (patch) | |
| tree | 13412509572071333d21373a8a03ee53cbae25ff /composer.json | |
| parent | 34ee983becfa088d0c39c4f0d9b35f038b351a78 (diff) | |
| download | curious-fa17f4c7668feb0e01fb12317c0bfc0b828186cb.tar.gz | |
fix: rename cinema-show.blade.php to cinema_show.blade.php
Laravel resolves view names with underscores (cinema_show), not hyphens.
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 7599b70..1c2167a 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,10 @@ "config": { "optimize-autoloader": true, "preferred-install": "dist", - "sort-packages": true + "sort-packages": true, + "allow-plugins": { + "php-http/discovery": false + } }, "extra": { "laravel": { |
