{"id":19361954,"url":"https://github.com/rafi021/employeemanagement","last_synced_at":"2026-05-16T03:45:45.117Z","repository":{"id":116756980,"uuid":"416012321","full_name":"rafi021/employeemanagement","owner":"rafi021","description":"An open-source employee management demo project using Laravel 8. ","archived":false,"fork":false,"pushed_at":"2022-01-22T12:11:14.000Z","size":2241,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T12:44:18.777Z","etag":null,"topics":["bootstrap5-template","laravel-ui-auth-theme","laravel8x","vue-router","vuejs"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/rafi021.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":"2021-10-11T16:50:15.000Z","updated_at":"2024-03-25T08:18:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"10bad6b8-0bef-456b-8270-3d666d96b4db","html_url":"https://github.com/rafi021/employeemanagement","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rafi021/employeemanagement","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafi021%2Femployeemanagement","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafi021%2Femployeemanagement/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafi021%2Femployeemanagement/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafi021%2Femployeemanagement/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafi021","download_url":"https://codeload.github.com/rafi021/employeemanagement/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafi021%2Femployeemanagement/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284993969,"owners_count":27096840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-18T02:00:05.759Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bootstrap5-template","laravel-ui-auth-theme","laravel8x","vue-router","vuejs"],"created_at":"2024-11-10T07:26:00.485Z","updated_at":"2025-11-18T03:03:34.946Z","avatar_url":"https://github.com/rafi021.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://laravel.com\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg\" width=\"400\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://travis-ci.org/laravel/framework\"\u003e\u003cimg src=\"https://travis-ci.org/laravel/framework.svg\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/laravel/framework\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/laravel/framework\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/l/laravel/framework\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## About employeemanagement\nIt is a Laravel 8 \u0026 Vue 3 based SPA demo project (Continue Development). Build with love and open source for developers. \n\n1. Laravel 8 \n2. Bootstrap 4.6\n3. laravel/ui -- Authentication (composer require laravel/ui --\u003e php artisan ui vue --auth)\n4. Vue 3\n5. Vue Router 4\n6. Vue Loader 16.8.1\n7. Vuex\n\n\n## Getting Started Step by Step\n1. In your root folder, clone the project file using git clone https://github.com/rafi021/employeemanagement.git\n2. Open terminal (bash/cmd). Then go to project folder using command\n\n```sh\ncd employeemanagement\n```\n\n3. Then install required files and libraries using \n\n```sh\ncomposer install\n```\n\n4. Then create a .env file and generate key for this project using command \n\n```sh\ncp .env.example .env\n\nphp artisan key:generate\n```\n\n5. Then compile all CSS \u0026 JS files together using this command\n\n```sh\nnpm install \u0026\u0026 npm run dev\n```\n\nor\n\n```sh\nyarn install \u0026\u0026 yarn dev\n```\n6. Create a database in MYSQL and connect it with your project via updating .env file.\n7. After connecting the db with project, then run command \n\n```sh\nphp artisan migrate:fresh --seed\n```\n\nAfter completing the migration and seeding of db, you will have 10 user ready for login in this project. \nA. UserName -\u003e Admin \n    Email -\u003e admin@gmail.com \n    Pass -\u003e 12345678\n\nFinally we are ready to run our project using this command \n\n```sh\nphp artisan serve \n```\n\n************************************ Note *********************************\nIf you find error on migrate:fresh --seed, then try to comment all the observers created method.Such as\n``` \n // Log::info(\"New City\".$city.\"Data Inserted by \".auth()-\u003euser()-\u003eusername);\n ```\n***************************************************************************\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafi021%2Femployeemanagement","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafi021%2Femployeemanagement","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafi021%2Femployeemanagement/lists"}