{"id":20225614,"url":"https://github.com/devboyarif/leave-management-system","last_synced_at":"2025-04-10T17:06:15.727Z","repository":{"id":116775696,"uuid":"496953988","full_name":"devboyarif/leave-management-system","owner":"devboyarif","description":"Leaving - Leave Management System SPA (SAAS)","archived":false,"fork":false,"pushed_at":"2023-12-27T14:22:54.000Z","size":57958,"stargazers_count":3,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-03-24T14:46:28.212Z","etag":null,"topics":["bootstrap4","css","html","inertiajs","laravel","leave-management-system","php","saas","single-page-applications","vuejs","webpack"],"latest_commit_sha":null,"homepage":"https://leaving.devarif.co","language":"Vue","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/devboyarif.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}},"created_at":"2022-05-27T10:26:52.000Z","updated_at":"2024-03-11T08:16:37.000Z","dependencies_parsed_at":"2023-12-27T15:51:32.954Z","dependency_job_id":null,"html_url":"https://github.com/devboyarif/leave-management-system","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devboyarif%2Fleave-management-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devboyarif%2Fleave-management-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devboyarif%2Fleave-management-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devboyarif%2Fleave-management-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devboyarif","download_url":"https://codeload.github.com/devboyarif/leave-management-system/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248260406,"owners_count":21074209,"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","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":["bootstrap4","css","html","inertiajs","laravel","leave-management-system","php","saas","single-page-applications","vuejs","webpack"],"created_at":"2024-11-14T07:13:54.338Z","updated_at":"2025-04-10T17:06:15.706Z","avatar_url":"https://github.com/devboyarif.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Leave Management System\nLeaving is a completely ready-to-use leave management system that companies use to allow employees to request leave and approve requests made by employees. It will save valuable time spent tracking your employee's vacation. Leaving will help you track your employee's leaves in one place in seconds and monitor them from different locations. In the past, this was done manually by using sheets of paper to keep track of how much leave time employees had available.\n\n### Key Features\n\u003cli\u003eLaravel Vuejs SPA (Single Page Application)\u003c/li\u003e\n\u003cli\u003eSubscription Module (SaaS)\u003c/li\u003e\n\u003cli\u003eLeave Management System\u003c/li\u003e\n\u003cli\u003eLeave and Holidays Calendar View\u003c/li\u003e\n\u003cli\u003eGoogle Holidays Integration\u003c/li\u003e\n\u003cli\u003eAdmin, Company, and Employee Panel\u003c/li\u003e\n\u003cli\u003eBeautiful User Interface\u003c/li\u003e\n\u003cli\u003eTemplating system based on Bootstrap 4\u003c/li\u003e\n\u003cli\u003eSimple, Clean, and Informative Dashboard\u003c/li\u003e\n\u003cli\u003eMultiple Companies, Languages \u0026 Currencies\u003c/li\u003e\n\u003cli\u003e8 Payment Gateways ( Paypal, Stripe, Razorpay, Paystack, Flutterwave, Mollie, Midtrans, Instamojo )\u003c/li\u003e\n\u003cli\u003eSMS Integrated ( Twilio, Vonage )\u003c/li\u003e\n\u003cli\u003eContent Management System\u003c/li\u003e\n\u003cli\u003eLight \u0026 Dark Theme Available\u003c/li\u003e\n\u003cli\u003eTheme Customization\u003c/li\u003e\n\u003cli\u003e3 Types of Users Management ( Admin, Owner, Employee )\u003c/li\u003e\n\u003cli\u003eSend Email, Notification and Full page Event Calendar\u003c/li\u003e\n\u003cli\u003eCharts and Report\u003c/li\u003e\n\u003cli\u003eApplication Setting Panel\u003c/li\u003e\n\u003cli\u003eOrganized \u0026 Maintainable Code\u003c/li\u003e\n\u003cli\u003eLightweight speed\u003c/li\u003e \n\u003cli\u003e and many more. \u003c/li\u003e\n\n## Project Live Link\n[Live Link ⇨ ](https://leaving.devarif.co)\n\n## Setup\n```bash\n# Clone the repo\ngit clone https://github.com/devboyarif/leave-management-system.git\n\n# Install composer dependency\ncomposer install\n\n# Install node modules \nnpm install / yarn\n\n# Copy environment file\ncp .env.example .env\n\n# Set the Application key\nphp artisan key:generate\n\n# setup the database credentials and migrate database with seeders\nphp artisan migrate --seed\n\n```\n\n## Development Server\n\nStart the development server on http://localhost:8000\n\n```bash\nphp artisan serve\n```\n```bash\nnpm run watch / yarn watch\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevboyarif%2Fleave-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevboyarif%2Fleave-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevboyarif%2Fleave-management-system/lists"}