update view mahasiswa dosen upload
Showing
app/Actions/Fortify/CreateNewUser.php
0 → 100644
app/Actions/Fortify/ResetUserPassword.php
0 → 100644
app/Actions/Fortify/UpdateUserPassword.php
0 → 100644
app/Actions/Jetstream/AddTeamMember.php
0 → 100644
app/Actions/Jetstream/CreateTeam.php
0 → 100644
app/Actions/Jetstream/DeleteTeam.php
0 → 100644
app/Actions/Jetstream/DeleteUser.php
0 → 100644
app/Actions/Jetstream/InviteTeamMember.php
0 → 100644
app/Actions/Jetstream/RemoveTeamMember.php
0 → 100644
app/Actions/Jetstream/UpdateTeamName.php
0 → 100644
app/Helpers/Inseo.php
0 → 100644
app/Helpers/InseoHelper.php
0 → 100644
app/Http/Controllers/DashboardController.php
0 → 100644
app/Http/Controllers/SelectController.php
0 → 100644
app/Models/Auth/Biodata.php
0 → 100644
app/Models/Kelompok.php
0 → 100644
app/Models/KelompokDetail.php
0 → 100644
app/Models/Periode.php
0 → 100644
app/Models/Proposal.php
0 → 100644
app/Models/Role.php
0 → 100644
app/Policies/TeamPolicy.php
0 → 100644
app/Providers/FortifyServiceProvider.php
0 → 100644
app/Providers/JetstreamServiceProvider.php
0 → 100644
app/Repositories/Api/ApiRepository.php
0 → 100644
app/Repositories/Auth/BiodataRepository.php
0 → 100644
app/Repositories/Auth/EmailRepository.php
0 → 100644
app/Repositories/Auth/IsdmRepository.php
0 → 100644
app/Repositories/Auth/RoleRepository.php
0 → 100644
app/Repositories/Auth/SsoRepository.php
0 → 100644
app/Repositories/Auth/UserRepository.php
0 → 100644
app/Repositories/Repository.php
0 → 100644
app/Repositories/UserdetailRepository.php
0 → 100644
app/Traits/UuidTrait.php
0 → 100644
app/View/Components/AppLayout.php
0 → 100644
app/View/Components/GuestLayout.php
0 → 100644
... | @@ -8,23 +8,33 @@ | ... | @@ -8,23 +8,33 @@ |
], | ], | ||
"license": "MIT", | "license": "MIT", | ||
"require": { | "require": { | ||
"php": "^7.3", | "php": "^7.3|^8.0", | ||
"fideloper/proxy": "^4.2", | "barryvdh/laravel-dompdf": "^0.8.7", | ||
"dompdf/dompdf": "^0.8.6", | |||
"fideloper/proxy": "^4.4", | |||
"fruitcake/laravel-cors": "^2.0", | "fruitcake/laravel-cors": "^2.0", | ||
"guzzlehttp/guzzle": "^7.4", | "guzzlehttp/guzzle": "^7.0.1", | ||
"laravel/framework": "^8.0", | "laravel/framework": "^8.12", | ||
"laravel/tinker": "^2.0", | "laravel/jetstream": "^2.9", | ||
"laravel/sanctum": "^2.6", | |||
"laravel/tinker": "^2.5", | |||
"laravel/ui": "^3.4", | "laravel/ui": "^3.4", | ||
"laravelcollective/html": "^6.3", | "laravelcollective/html": "^6.2", | ||
"realrashid/sweet-alert": "^5.1", | "livewire/livewire": "^2.5", | ||
"webpatser/laravel-uuid": "4.0" | "maatwebsite/excel": "^3.1", | ||
"realrashid/sweet-alert": "^3.1", | |||
"spatie/laravel-permission": "^3.17", | |||
"uxweb/sweet-alert": "^2.0", | |||
"webpatser/laravel-uuid": "4.0", | |||
"yajra/laravel-datatables-oracle": "~9.0" | |||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"facade/ignition": "^2.3.6", | "barryvdh/laravel-debugbar": "^3.5", | ||
"fzaninotto/faker": "^1.9.1", | "facade/ignition": "^2.5", | ||
"mockery/mockery": "^1.3.1", | "fakerphp/faker": "^1.9.1", | ||
"mockery/mockery": "^1.4.2", | |||
"nunomaduro/collision": "^5.0", | "nunomaduro/collision": "^5.0", | ||
"phpunit/phpunit": "^9.3" | "phpunit/phpunit": "^9.3.3" | ||
}, | }, | ||
"config": { | "config": { | ||
"optimize-autoloader": true, | "optimize-autoloader": true, | ||
... | @@ -41,7 +51,11 @@ | ... | @@ -41,7 +51,11 @@ |
"App\\": "app/", | "App\\": "app/", | ||
"Database\\Factories\\": "database/factories/", | "Database\\Factories\\": "database/factories/", | ||
"Database\\Seeders\\": "database/seeders/" | "Database\\Seeders\\": "database/seeders/" | ||
} | }, | ||
"files": [ | |||
"app/Helpers/InseoHelper.php", | |||
"app/Helpers/Inseo.php" | |||
] | |||
}, | }, | ||
"autoload-dev": { | "autoload-dev": { | ||
"psr-4": { | "psr-4": { | ||
... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
config/fortify.php
0 → 100644
config/jetstream.php
0 → 100644
config/sanctum.php
0 → 100644
database/factories/TeamFactory.php
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | @@ -11,14 +11,22 @@ | ... | @@ -11,14 +11,22 @@ |
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@popperjs/core": "^2.10.2", | "@popperjs/core": "^2.10.2", | ||
"@tailwindcss/forms": "^0.5.2", | |||
"@tailwindcss/typography": "^0.5.0", | |||
"@tailwindcss/ui": "^0.6.0", | |||
"alpinejs": "^3.0.6", | |||
"autoprefixer": "^10.4.7", | |||
"axios": "^0.19", | "axios": "^0.19", | ||
"bootstrap": "^5.1.3", | "bootstrap": "^5.1.3", | ||
"cross-env": "^7.0", | "cross-env": "^7.0", | ||
"laravel-mix": "^5.0.1", | "laravel-mix": "^5.0.1", | ||
"lodash": "^4.17.19", | "lodash": "^4.17.19", | ||
"postcss": "^8.4.14", | |||
"postcss-import": "^12.0.1", | |||
"resolve-url-loader": "^3.1.0", | "resolve-url-loader": "^3.1.0", | ||
"sass": "^1.32.11", | "sass": "^1.32.11", | ||
"sass-loader": "^11.0.1", | "sass-loader": "^11.0.1", | ||
"tailwindcss": "^3.1.0", | |||
"webpack-cli": "^4.10.0" | "webpack-cli": "^4.10.0" | ||
} | } | ||
} | } |
postcss.config.js
0 → 100644
public/css/app.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/person.js
0 → 100644
public/theme/images/logo-dark_old.png
0 → 100644
8.15 KB
public/theme/images/logo-lightold.png
0 → 100644
6.89 KB
resources/markdown/policy.md
0 → 100644
resources/markdown/terms.md
0 → 100644
resources/sass/_variables.scss
deleted
100644 → 0
resources/sass/app.scss
deleted
100644 → 0
resources/views/api/index.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
resources/views/auth/loginold.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
resources/views/auth/verify-email.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
resources/views/backend/index.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
resources/views/dashboard.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
resources/views/layouts/guest.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
resources/views/navigation-menu.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
resources/views/policy.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
resources/views/profile/show.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
resources/views/teams/create.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
resources/views/teams/show.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
resources/views/terms.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
rot.txt
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
rox.txt
0 → 100644
This diff is collapsed.
Click to expand it.
storage/debugbar/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
tailwind.config.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Feature/ApiTokenPermissionsTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Feature/AuthenticationTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Feature/BrowserSessionsTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Feature/CreateApiTokenTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Feature/CreateTeamTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Feature/DeleteAccountTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Feature/DeleteApiTokenTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Feature/DeleteTeamTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Feature/EmailVerificationTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Feature/InviteTeamMemberTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Feature/LeaveTeamTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Feature/PasswordConfirmationTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Feature/PasswordResetTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Feature/ProfileInformationTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Feature/RegistrationTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Feature/RemoveTeamMemberTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
tests/Feature/UpdatePasswordTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Feature/UpdateTeamMemberRoleTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/Feature/UpdateTeamNameTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
vite.config.js
0 → 100644
This diff is collapsed.
Click to expand it.
webpack.config.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.