{"id":14975074,"url":"https://github.com/flazefy/mi_fik_dashboard","last_synced_at":"2026-01-21T18:01:53.213Z","repository":{"id":191593014,"uuid":"554335303","full_name":"FlazeFy/mi_fik_dashboard","owner":"FlazeFy","description":"MI-FIK (Web) is an Information Management App for Faculty Of Creative Industries Telkom University that will be used by Staff or Lecturer. This app is campus's final project and created using Laravel 9","archived":false,"fork":false,"pushed_at":"2024-02-03T13:35:04.000Z","size":13083,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T10:41:58.569Z","etag":null,"topics":["ajax","apexchartsjs","api","bootstrap5","cronjob","csv-import","events","firebase-cloud-messaging","firebase-storage","information-management","laravel9","middleware","multi-language","mysql","queue","responsive-design","sanctum","seeding","task-scheduler"],"latest_commit_sha":null,"homepage":"","language":"Blade","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FlazeFy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-19T16:33:14.000Z","updated_at":"2024-02-25T15:22:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"e52532e4-770d-4af1-ad06-f43a189f9d50","html_url":"https://github.com/FlazeFy/mi_fik_dashboard","commit_stats":{"total_commits":427,"total_committers":3,"mean_commits":"142.33333333333334","dds":"0.051522248243559665","last_synced_commit":"3bdbf4b60a930d49c7b01589facc06f68493857c"},"previous_names":["flazefy/mi_fik_dashboard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FlazeFy/mi_fik_dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlazeFy%2Fmi_fik_dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlazeFy%2Fmi_fik_dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlazeFy%2Fmi_fik_dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlazeFy%2Fmi_fik_dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FlazeFy","download_url":"https://codeload.github.com/FlazeFy/mi_fik_dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlazeFy%2Fmi_fik_dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28638492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T17:36:33.271Z","status":"ssl_error","status_checked_at":"2026-01-21T17:36:30.617Z","response_time":86,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ajax","apexchartsjs","api","bootstrap5","cronjob","csv-import","events","firebase-cloud-messaging","firebase-storage","information-management","laravel9","middleware","multi-language","mysql","queue","responsive-design","sanctum","seeding","task-scheduler"],"created_at":"2024-09-24T13:51:28.747Z","updated_at":"2026-01-21T18:01:52.976Z","avatar_url":"https://github.com/FlazeFy.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MI-FIK Dashboard Documentation\nhttps://mifik.id/\n\n========================= Command =========================\n# First Run\n\u003e composer install\n\u003e composer update\n\u003e php artisan key:generate\n\u003e php artisan storage:link\n\u003e php artisan serve\n\n# Run Application\n\u003e php artisan serve\n\n# Run Queue Job\n\u003e php artisan queue:work\n\n# Run Application On Custom Pors\n\u003e php artisan serve # port=****\nex : php artisan serve # port=9000\n\n# Run Migrations\n\u003e php artisan migrate\n\n# Run Migrations On Specific file\n\u003e php artisan migrate --path=database/migrations/migration/file.php\n\n# Run Seeder\n\u003e php artisan db:seed class=DatabaseSeeder \nor\n\u003e php artisan db:seed\n\n# Run Scheduler\n\u003e php artisan schedule:run\n\n# Make Controller\n\u003e php artisan make:controller \u003cNAMA-Controller\u003eController --resource\n\n# Make Model\n\u003e php artisan make:model \u003cNAMA-Model\u003e\n\n# Make Seeder\n\u003e php artisan make:seeder \u003cNAMA-TABEL\u003eSeeder\n\n# Make Factories\n\u003e php artisan make:factory \u003cNAMA-TABEL\u003eFactory\n\n# Make Migrations\n\u003e php artisan make:migration create_\u003cNAMA-TABEL\u003e_table\n\n# Make Migrations on Specific File\n\u003e php artisan migrate # path=/database/migrations/\u003cNAMA-FILE\u003e.php\n\n# Make Middleware\n\u003e php artisan make:middleware \u003cNAMA-MIDDLEWARE\u003e\n\n# Make Mail\n\u003e php artisan make:mail \u003cNAMA-MAILER\u003eEmail\n\n# Make Deploy\n\u003e php artisan route:cache\n\u003e php artisan cache:clear\n\u003e php artisan route:clear\n\n========================= File Directory =========================\n# Assets\nCSS\nDirectory               : public/css\nAccess Local Path       : http://127.0.0.1:8000/css/\u003c\u003c CSS_FILENAME \u003e\u003e.css\nAccess Global Path      : http://mifik.id/css/\u003c\u003c CSS_FILENAME \u003e\u003e.css\n\nJS\nDirectory               : public/js\nAccess Local Path       : http://127.0.0.1:8000/js/\u003c\u003c JS_FILENAME \u003e\u003e.css\nAccess Global Path      : http://mifik.id/js/\u003c\u003c JS_FILENAME \u003e\u003e.css\n\nJSON\nDirectory               : public/json\nAccess Local Path       : http://127.0.0.1:8000/json/\u003c\u003c JSON_FILENAME \u003e\u003e.css\nAccess Global Path      : http://mifik.id/json/\u003c\u003c JSON_FILENAME \u003e\u003e.css\n\nAssets (Image, Video)\nDirectory               : public/assets\nAccess Local Path       : http://127.0.0.1:8000/assets/\u003c\u003c ASSETS_FILENAME_TYPE \u003e\u003e\nAccess Global Path      : http://mifik.id/assets/\u003c\u003c ASSETS_FILENAME_TYPE \u003e\u003e\n\n# API Controller\nDirectory               : app/Http/Controllers/Api\n\n# Normal Controller\nDirectory               : app/Http/Controllers/\u003c\u003c MENU_NAME/SUBMENU_NAME \u003e\u003e\n\n# Model\nDirectory               : app/Http/Models/\u003c\u003c DB_TABLE_NAME \u003e\u003e\n\n# View\nDirectory               : app/Http/Controllers/\u003c\u003c MENU_NAME/SUBMENU_NAME \u003e\u003e\n\n============================ Rules ===============================\n# Penamaan CSS \n\u003e \u003c\u003c CONTEXT_NAME \u003e\u003e_v1.0.css                       \u003c= Iterate \n\n# Penamaan JS\n\u003e \u003c\u003c CONTEXT_NAME \u003e\u003e_v1.0.js                        \u003c= Iterate\n\n# Secret JSON\n\u003e \u003c\u003c RANDOM_STRING \u003e\u003e_v1.0.js                       \u003c= Iterate\n\nNote : \n\u003c\u003c v1 + 1 \u003e\u003e.0  If major change\nv1.\u003c\u003c 1 + 1 \u003e\u003e  If minor change\n\n==================================================================\nLast Updated : 06 Jul 2023","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflazefy%2Fmi_fik_dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflazefy%2Fmi_fik_dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflazefy%2Fmi_fik_dashboard/lists"}