Fix controller case sensitivity, add package-lock, and cleanup gitignore

This commit is contained in:
root 2026-01-07 06:01:14 +00:00
parent 1f6dc5fd1d
commit 3323a3e37e
327 changed files with 2441 additions and 0 deletions

0
.editorconfig Normal file → Executable file
View File

0
.env.example Normal file → Executable file
View File

0
.gitattributes vendored Normal file → Executable file
View File

20
.gitignore vendored Normal file → Executable file
View File

@ -22,3 +22,23 @@
Homestead.json Homestead.json
Homestead.yaml Homestead.yaml
Thumbs.db Thumbs.db
.htaccess
.user.ini
public/.user.ini
php_errors.log
404.html
502.html
index.html
npm-debug.log
yarn-error.log
/storage/logs/*.log
worker.log
*.sql
*.zip
*.tar.gz
*.rar
*~

0
DockerFile Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
app/Http/Controllers/Controller.php Normal file → Executable file
View File

0
app/Models/Additional.php Normal file → Executable file
View File

0
app/Models/BookingFoto.php Normal file → Executable file
View File

0
app/Models/Buket.php Normal file → Executable file
View File

0
app/Models/DetailAdditional.php Normal file → Executable file
View File

0
app/Models/PaketFoto.php Normal file → Executable file
View File

0
app/Models/Pelanggan.php Normal file → Executable file
View File

0
app/Models/TransaksiBuket.php Normal file → Executable file
View File

0
app/Models/User.php Normal file → Executable file
View File

0
app/Providers/AppServiceProvider.php Normal file → Executable file
View File

0
artisan Normal file → Executable file
View File

0
bootstrap/app.php Normal file → Executable file
View File

0
bootstrap/cache/.gitignore vendored Normal file → Executable file
View File

0
bootstrap/providers.php Normal file → Executable file
View File

0
composer.json Normal file → Executable file
View File

0
composer.lock generated Normal file → Executable file
View File

0
config/app.php Normal file → Executable file
View File

0
config/auth.php Normal file → Executable file
View File

0
config/cache.php Normal file → Executable file
View File

0
config/database.php Normal file → Executable file
View File

0
config/filesystems.php Normal file → Executable file
View File

0
config/logging.php Normal file → Executable file
View File

0
config/mail.php Normal file → Executable file
View File

0
config/queue.php Normal file → Executable file
View File

0
config/services.php Normal file → Executable file
View File

0
config/session.php Normal file → Executable file
View File

0
database/.gitignore vendored Normal file → Executable file
View File

0
database/factories/UserFactory.php Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

View File

View File

0
database/seeders/AdditionalSeeder.php Normal file → Executable file
View File

0
database/seeders/BuketSeeder.php Normal file → Executable file
View File

0
database/seeders/DatabaseSeeder.php Normal file → Executable file
View File

0
database/seeders/PaketFotoSeeder.php Normal file → Executable file
View File

0
database/seeders/PelangganSeeder.php Normal file → Executable file
View File

0
database/seeders/TransaksiSeeder.php Normal file → Executable file
View File

0
database/seeders/UserSeeder.php Normal file → Executable file
View File

0
nginx.conf Normal file → Executable file
View File

2421
package-lock.json generated Executable file

File diff suppressed because it is too large Load Diff

0
package.json Normal file → Executable file
View File

0
phpunit.xml Normal file → Executable file
View File

0
public/.htaccess Normal file → Executable file
View File

0
public/css/app-dark.css Normal file → Executable file
View File

0
public/css/app.css Normal file → Executable file
View File

0
public/css/fonts/bootstrap-icons.woff2 Normal file → Executable file
View File

0
public/css/simple-datatables.css Normal file → Executable file
View File

0
public/css/table-datatable.css Normal file → Executable file
View File

0
public/css/user/main.css Normal file → Executable file
View File

0
public/favicon.ico Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 121 KiB

0
public/img/ava.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

0
public/img/beranda/florist1.jpeg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

0
public/img/beranda/florist2.jpeg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

0
public/img/beranda/florist3.jpeg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 101 KiB

0
public/img/beranda/hero-buket.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 81 KiB

0
public/img/beranda/hero-foto.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

0
public/img/buket/1766817409_artificial flowers-1.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 101 KiB

0
public/img/buket/artificial-tulip.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

0
public/img/buket/babybreath.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

0
public/img/buket/buket2.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 91 KiB

0
public/img/buket/buket3.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 102 KiB

0
public/img/buket/garbera.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

0
public/img/buket/gran-buket.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 147 KiB

0
public/img/buket/hidraangea.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 93 KiB

0
public/img/buket/lavender.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 164 KiB

After

Width:  |  Height:  |  Size: 164 KiB

0
public/img/buket/mawar-merah-premium.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 69 KiB

0
public/img/buket/pastel-peony.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

0
public/img/buket/single-sunflower.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

0
public/img/buket/sunflower.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 147 KiB

0
public/img/buket/white-lily.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 75 KiB

0
public/img/foto/1766833654_latar biru 1.jpeg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

0
public/img/foto/1767368465_grup.jpeg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

0
public/img/foto/1767368482_couple.jpeg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

0
public/img/foto/1767368572_pas-foto.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Some files were not shown because too many files have changed in this diff Show More