Skip to content

Conversation

@aspsptyd
Copy link
Collaborator

@aspsptyd aspsptyd commented Nov 7, 2023

Konfigurasi Role untuk akses User Khusus Administrator #13

Installasi required Konfigurasi Role

  • Require composer require laravelcollective/html
  • Require composer require laravel/ui
  • Execute php artisan ui bootstrap --auth
  • Execute npm install && npm run build
  • Require composer require laracasts/flash

Persiapan release v1.2

@aspsptyd aspsptyd added the new-feature Fitur baru label Nov 7, 2023
@aspsptyd aspsptyd self-assigned this Nov 7, 2023
@aspsptyd aspsptyd added the need-improvement Improvement lanjutan label Nov 7, 2023
@aspsptyd aspsptyd linked an issue Nov 8, 2023 that may be closed by this pull request
@aspsptyd aspsptyd changed the title Konfigurasi Role untuk akses User Khusus Administrator Develop RecomposeJob v1.2 Nov 9, 2023
@aspsptyd aspsptyd linked an issue Nov 10, 2023 that may be closed by this pull request
@aspsptyd aspsptyd added the pre-release Pre Rilis update label Nov 10, 2023
@aspsptyd
Copy link
Collaborator Author

Tambahkan field dan update jika ada perubahan untuk field

php artisan migrate --path=/database/migrations/2023_11_08_125247_add_project_name_to_reminder_table.php
php artisan migrate:refresh --path=/database/migrations/2023_11_08_125247_add_project_name_to_reminder_table.php

@aspsptyd
Copy link
Collaborator Author

Rollback migration on point file

php artisan migrate:rollback --path=/database/migrations/2014_10_12_000000_create_users_table.php

@aspsptyd
Copy link
Collaborator Author

Make middleware

php artisan make:middleware YourMiddleware, you must setup in Kernel.php, and config middleware

@aspsptyd
Copy link
Collaborator Author

Hak Akses Khusus Staff jika Memaksa Akses dengan Akun Admin

Screenshot 2023-11-10 at 16 13 49

Begitu Sebaliknya

Screenshot 2023-11-10 at 16 14 21

@aspsptyd
Copy link
Collaborator Author

aspsptyd commented Nov 13, 2023

Konfigurasi routing after register by form default

Routing di cek berdasarkan role, dan akan di arahkan ke dashboard user yang melakukan register jika proses berhasil

Screenshot 2023-11-13 at 11 14 54

Setup ada di folder vendor yang tidak di up ke git, di cek di project local masing-masing

Screenshot 2023-11-13 at 11 15 27

CONFIRMED

@aspsptyd aspsptyd changed the title Develop RecomposeJob v1.2 2. Develop RecomposeJob v1.2 Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

need-improvement Improvement lanjutan new-feature Fitur baru pre-release Pre Rilis update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improvement : Tambahkan landing page Need Improvement : Roles User Setup

2 participants