diff --git a/public/upload_image/AP NANO-HD 2020-1660879672.png b/public/upload_image/AP NANO-HD 2020-1660879672.png new file mode 100644 index 0000000..9767715 Binary files /dev/null and b/public/upload_image/AP NANO-HD 2020-1660879672.png differ diff --git a/public/upload_image/AP NANO-HD 2020-1660879699.png b/public/upload_image/AP NANO-HD 2020-1660879699.png new file mode 100644 index 0000000..9767715 Binary files /dev/null and b/public/upload_image/AP NANO-HD 2020-1660879699.png differ diff --git a/public/upload_image/ASUS ROG Strix Scar 15-1660879751.png b/public/upload_image/ASUS ROG Strix Scar 15-1660879751.png new file mode 100644 index 0000000..9767715 Binary files /dev/null and b/public/upload_image/ASUS ROG Strix Scar 15-1660879751.png differ diff --git a/public/upload_image/ASUS ROG Strix Scar 15-1660879766.png b/public/upload_image/ASUS ROG Strix Scar 15-1660879766.png new file mode 100644 index 0000000..9767715 Binary files /dev/null and b/public/upload_image/ASUS ROG Strix Scar 15-1660879766.png differ diff --git a/public/upload_image/barang-1660879766.png b/public/upload_image/barang-1660879766.png new file mode 100644 index 0000000..9767715 Binary files /dev/null and b/public/upload_image/barang-1660879766.png differ diff --git a/public/upload_image/barang-1660881740.png b/public/upload_image/barang-1660881740.png new file mode 100644 index 0000000..9767715 Binary files /dev/null and b/public/upload_image/barang-1660881740.png differ diff --git a/public/upload_image/default.png b/public/upload_image/default.png new file mode 100644 index 0000000..a518d29 Binary files /dev/null and b/public/upload_image/default.png differ diff --git a/public/upload_pdf/1-1660112359.pdf b/public/upload_pdf/1-1660112359.pdf new file mode 100644 index 0000000..e1d6e1e Binary files /dev/null and b/public/upload_pdf/1-1660112359.pdf differ diff --git a/public/upload_pdf/1-1660112378.pdf b/public/upload_pdf/1-1660112378.pdf new file mode 100644 index 0000000..e1d6e1e Binary files /dev/null and b/public/upload_pdf/1-1660112378.pdf differ diff --git a/public/upload_pdf/1-1660112393.pdf b/public/upload_pdf/1-1660112393.pdf new file mode 100644 index 0000000..e1d6e1e Binary files /dev/null and b/public/upload_pdf/1-1660112393.pdf differ diff --git a/public/upload_pdf/1-1660112399.pdf b/public/upload_pdf/1-1660112399.pdf new file mode 100644 index 0000000..e1d6e1e Binary files /dev/null and b/public/upload_pdf/1-1660112399.pdf differ diff --git a/public/upload_pdf/1-1660113345.pdf b/public/upload_pdf/1-1660113345.pdf new file mode 100644 index 0000000..e1d6e1e Binary files /dev/null and b/public/upload_pdf/1-1660113345.pdf differ diff --git a/public/upload_pdf/1-1660208349.pdf b/public/upload_pdf/1-1660208349.pdf new file mode 100644 index 0000000..e1d6e1e Binary files /dev/null and b/public/upload_pdf/1-1660208349.pdf differ diff --git a/public/upload_pdf/3-1660617173.pdf b/public/upload_pdf/3-1660617173.pdf new file mode 100644 index 0000000..14deb61 Binary files /dev/null and b/public/upload_pdf/3-1660617173.pdf differ diff --git a/storage/app/.gitignore b/storage/app/.gitignore new file mode 100644 index 0000000..8f4803c --- /dev/null +++ b/storage/app/.gitignore @@ -0,0 +1,3 @@ +* +!public/ +!.gitignore diff --git a/storage/app/public/.gitignore b/storage/app/public/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/storage/app/public/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/storage/framework/.gitignore b/storage/framework/.gitignore new file mode 100644 index 0000000..05c4471 --- /dev/null +++ b/storage/framework/.gitignore @@ -0,0 +1,9 @@ +compiled.php +config.php +down +events.scanned.php +maintenance.php +routes.php +routes.scanned.php +schedule-* +services.json diff --git a/storage/framework/cache/.gitignore b/storage/framework/cache/.gitignore new file mode 100644 index 0000000..01e4a6c --- /dev/null +++ b/storage/framework/cache/.gitignore @@ -0,0 +1,3 @@ +* +!data/ +!.gitignore diff --git a/storage/framework/cache/data/.gitignore b/storage/framework/cache/data/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/storage/framework/cache/data/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/storage/framework/sessions/.gitignore b/storage/framework/sessions/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/storage/framework/sessions/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/storage/framework/testing/.gitignore b/storage/framework/testing/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/storage/framework/testing/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/storage/framework/views/.gitignore b/storage/framework/views/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/storage/framework/views/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/storage/logs/.gitignore b/storage/logs/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/storage/logs/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/tests/CreatesApplication.php b/tests/CreatesApplication.php new file mode 100644 index 0000000..547152f --- /dev/null +++ b/tests/CreatesApplication.php @@ -0,0 +1,22 @@ +make(Kernel::class)->bootstrap(); + + return $app; + } +} diff --git a/tests/Feature/ExampleTest.php b/tests/Feature/ExampleTest.php new file mode 100644 index 0000000..4ae02bc --- /dev/null +++ b/tests/Feature/ExampleTest.php @@ -0,0 +1,21 @@ +get('/'); + + $response->assertStatus(200); + } +} diff --git a/tests/TestCase.php b/tests/TestCase.php new file mode 100644 index 0000000..2932d4a --- /dev/null +++ b/tests/TestCase.php @@ -0,0 +1,10 @@ +assertTrue(true); + } +}