This commit is contained in:
joseph le 2023-12-07 13:57:04 +07:00
commit f8a4b9764b
141 changed files with 1069 additions and 50 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

2
.gitconfig Normal file
View File

@ -0,0 +1,2 @@
[safe]
directory = *

0
.gitignore vendored Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
app/Console/Kernel.php Normal file → Executable file
View File

0
app/Events/CustomerGitAction.php Normal file → Executable file
View File

0
app/Exceptions/Handler.php Normal file → Executable file
View File

View File

View File

View File

View File

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

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

View File

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

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

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

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

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

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

0
app/Http/Middleware/Authenticate.php Normal file → Executable file
View File

0
app/Http/Middleware/EncryptCookies.php Normal file → Executable file
View File

View File

0
app/Http/Middleware/RedirectIfAuthenticated.php Normal file → Executable file
View File

0
app/Http/Middleware/TrimStrings.php Normal file → Executable file
View File

0
app/Http/Middleware/TrustHosts.php Normal file → Executable file
View File

0
app/Http/Middleware/TrustProxies.php Normal file → Executable file
View File

0
app/Http/Middleware/ValidateSignature.php Normal file → Executable file
View File

0
app/Http/Middleware/VerifyCsrfToken.php Normal file → Executable file
View File

0
app/Http/Requests/Auth/LoginRequest.php Normal file → Executable file
View File

0
app/Http/Requests/ProfileUpdateRequest.php Normal file → Executable file
View File

0
app/Listeners/PullUpdateRepository.php Normal file → Executable file
View File

0
app/Models/Payment.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
app/Providers/AuthServiceProvider.php Normal file → Executable file
View File

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

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

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

0
app/Rules/ValidRecaptcha.php Normal file → Executable file
View File

0
app/View/Components/AppLayout.php Normal file → Executable file
View File

0
app/View/Components/GuestLayout.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
composer.json Normal file → Executable file
View File

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

@ -1111,16 +1111,16 @@
},
{
"name": "laravel/framework",
"version": "v10.34.2",
"version": "v10.35.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "c581caa233e380610b34cc491490bfa147a3b62b"
"reference": "91ec2d92d2f6007e9084fe06438b99c91845da69"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/c581caa233e380610b34cc491490bfa147a3b62b",
"reference": "c581caa233e380610b34cc491490bfa147a3b62b",
"url": "https://api.github.com/repos/laravel/framework/zipball/91ec2d92d2f6007e9084fe06438b99c91845da69",
"reference": "91ec2d92d2f6007e9084fe06438b99c91845da69",
"shasum": ""
},
"require": {
@ -1153,7 +1153,7 @@
"symfony/console": "^6.2",
"symfony/error-handler": "^6.2",
"symfony/finder": "^6.2",
"symfony/http-foundation": "^6.3",
"symfony/http-foundation": "^6.4",
"symfony/http-kernel": "^6.2",
"symfony/mailer": "^6.2",
"symfony/mime": "^6.2",
@ -1309,7 +1309,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2023-11-28T19:06:27+00:00"
"time": "2023-12-05T14:50:33+00:00"
},
{
"name": "laravel/prompts",
@ -1753,16 +1753,16 @@
},
{
"name": "league/flysystem",
"version": "3.22.0",
"version": "3.23.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
"reference": "d18526ee587f265f091f47bb83f1d9a001ef6f36"
"reference": "d4ad81e2b67396e33dc9d7e54ec74ccf73151dcc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/d18526ee587f265f091f47bb83f1d9a001ef6f36",
"reference": "d18526ee587f265f091f47bb83f1d9a001ef6f36",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/d4ad81e2b67396e33dc9d7e54ec74ccf73151dcc",
"reference": "d4ad81e2b67396e33dc9d7e54ec74ccf73151dcc",
"shasum": ""
},
"require": {
@ -1827,7 +1827,7 @@
],
"support": {
"issues": "https://github.com/thephpleague/flysystem/issues",
"source": "https://github.com/thephpleague/flysystem/tree/3.22.0"
"source": "https://github.com/thephpleague/flysystem/tree/3.23.0"
},
"funding": [
{
@ -1839,20 +1839,20 @@
"type": "github"
}
],
"time": "2023-12-03T18:35:53+00:00"
"time": "2023-12-04T10:16:17+00:00"
},
{
"name": "league/flysystem-local",
"version": "3.22.0",
"version": "3.23.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem-local.git",
"reference": "42dfb4eaafc4accd248180f0dd66f17073b40c4c"
"reference": "5cf046ba5f059460e86a997c504dd781a39a109b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/42dfb4eaafc4accd248180f0dd66f17073b40c4c",
"reference": "42dfb4eaafc4accd248180f0dd66f17073b40c4c",
"url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/5cf046ba5f059460e86a997c504dd781a39a109b",
"reference": "5cf046ba5f059460e86a997c504dd781a39a109b",
"shasum": ""
},
"require": {
@ -1887,7 +1887,7 @@
],
"support": {
"issues": "https://github.com/thephpleague/flysystem-local/issues",
"source": "https://github.com/thephpleague/flysystem-local/tree/3.22.0"
"source": "https://github.com/thephpleague/flysystem-local/tree/3.23.0"
},
"funding": [
{
@ -1899,7 +1899,7 @@
"type": "github"
}
],
"time": "2023-11-18T20:52:53+00:00"
"time": "2023-12-04T10:14:46+00:00"
},
{
"name": "league/mime-type-detection",
@ -6148,16 +6148,16 @@
},
{
"name": "laravel/pint",
"version": "v1.13.6",
"version": "v1.13.7",
"source": {
"type": "git",
"url": "https://github.com/laravel/pint.git",
"reference": "3e3d2ab01c7d8b484c18e6100ecf53639c744fa7"
"reference": "4157768980dbd977f1c4b4cc94997416d8b30ece"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/pint/zipball/3e3d2ab01c7d8b484c18e6100ecf53639c744fa7",
"reference": "3e3d2ab01c7d8b484c18e6100ecf53639c744fa7",
"url": "https://api.github.com/repos/laravel/pint/zipball/4157768980dbd977f1c4b4cc94997416d8b30ece",
"reference": "4157768980dbd977f1c4b4cc94997416d8b30ece",
"shasum": ""
},
"require": {
@ -6210,20 +6210,20 @@
"issues": "https://github.com/laravel/pint/issues",
"source": "https://github.com/laravel/pint"
},
"time": "2023-11-07T17:59:57+00:00"
"time": "2023-12-05T19:43:12+00:00"
},
{
"name": "laravel/sail",
"version": "v1.26.2",
"version": "v1.26.3",
"source": {
"type": "git",
"url": "https://github.com/laravel/sail.git",
"reference": "c0177786b1cd05b687b0fa11364aeeecb42cd3d8"
"reference": "fa1ad5fbb03686dfc752bfd1861d86091cc1c32d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/sail/zipball/c0177786b1cd05b687b0fa11364aeeecb42cd3d8",
"reference": "c0177786b1cd05b687b0fa11364aeeecb42cd3d8",
"url": "https://api.github.com/repos/laravel/sail/zipball/fa1ad5fbb03686dfc752bfd1861d86091cc1c32d",
"reference": "fa1ad5fbb03686dfc752bfd1861d86091cc1c32d",
"shasum": ""
},
"require": {
@ -6275,7 +6275,7 @@
"issues": "https://github.com/laravel/sail/issues",
"source": "https://github.com/laravel/sail"
},
"time": "2023-11-27T14:46:06+00:00"
"time": "2023-12-02T18:26:39+00:00"
},
{
"name": "mockery/mockery",
@ -6951,16 +6951,16 @@
},
{
"name": "phpunit/phpunit",
"version": "10.5.1",
"version": "10.5.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "d5d9dca6a902d05b34c4bcbc7c1636ce1dc25408"
"reference": "5aedff46afba98dddecaa12349ec044d9103d4fe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d5d9dca6a902d05b34c4bcbc7c1636ce1dc25408",
"reference": "d5d9dca6a902d05b34c4bcbc7c1636ce1dc25408",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5aedff46afba98dddecaa12349ec044d9103d4fe",
"reference": "5aedff46afba98dddecaa12349ec044d9103d4fe",
"shasum": ""
},
"require": {
@ -7032,7 +7032,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.1"
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.2"
},
"funding": [
{
@ -7048,7 +7048,7 @@
"type": "tidelift"
}
],
"time": "2023-12-01T16:57:05+00:00"
"time": "2023-12-05T14:54:33+00:00"
},
{
"name": "sebastian/cli-parser",
@ -8403,5 +8403,5 @@
"php": "^8.1"
},
"platform-dev": [],
"plugin-api-version": "2.6.0"
"plugin-api-version": "2.2.0"
}

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

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

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

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

0
config/cors.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/hashing.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/paypal.php Normal file → Executable file
View File

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

0
config/sanctum.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
config/view.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

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

0
package-lock.json generated Normal file → Executable file
View File

0
package.json Normal file → Executable file
View File

0
phpunit.xml Normal file → Executable file
View File

1028
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff

0
postcss.config.js Normal file → Executable file
View File

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

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

0
public/index.php Normal file → Executable file
View File

0
public/robots.txt Normal file → Executable file
View File

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

0
resources/js/app.js Normal file → Executable file
View File

0
resources/js/bootstrap.js vendored Normal file → Executable file
View File

0
resources/views/auth/confirm-password.blade.php Normal file → Executable file
View File

0
resources/views/auth/forgot-password.blade.php Normal file → Executable file
View File

0
resources/views/auth/login.blade.php Normal file → Executable file
View File

0
resources/views/auth/register.blade.php Normal file → Executable file
View File

0
resources/views/auth/reset-password.blade.php Normal file → Executable file
View File

0
resources/views/auth/verify-email.blade.php Normal file → Executable file
View File

0
resources/views/components/application-logo.blade.php Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

0
resources/views/components/danger-button.blade.php Normal file → Executable file
View File

0
resources/views/components/dropdown-link.blade.php Normal file → Executable file
View File

0
resources/views/components/dropdown.blade.php Normal file → Executable file
View File

0
resources/views/components/input-error.blade.php Normal file → Executable file
View File

0
resources/views/components/input-label.blade.php Normal file → Executable file
View File

0
resources/views/components/modal.blade.php Normal file → Executable file
View File

0
resources/views/components/nav-link.blade.php Normal file → Executable file
View File

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