Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manu4kym/crewcontrolpanel
Welcome to CrewControlPanel, a sophisticated and intuitive employee management dashboard designed to streamline workforce operations effortlessly. Empower your organization with a centralized hub for seamless personnel tracking, collaboration, and HR operations.
https://github.com/manu4kym/crewcontrolpanel
Last synced: 7 days ago
JSON representation
Welcome to CrewControlPanel, a sophisticated and intuitive employee management dashboard designed to streamline workforce operations effortlessly. Empower your organization with a centralized hub for seamless personnel tracking, collaboration, and HR operations.
- Host: GitHub
- URL: https://github.com/manu4kym/crewcontrolpanel
- Owner: ManU4kym
- License: mit
- Created: 2024-01-23T10:16:20.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-06T10:58:35.000Z (11 months ago)
- Last Synced: 2024-02-07T12:08:08.862Z (11 months ago)
- Language: PHP
- Size: 14.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CrewControlPanel - Laravel Dashboard
CrewControlPanel is a Laravel-based dashboard for managing employees and streamlining various administrative tasks. This project is created and maintained by @versatilekim.Features
Employee Management
Task Assignment
Time Tracking
Reports and Analytics
ScreenshotsFigure 1: Overview of CrewControlPanel Dashboard
![image](https://github.com/ManU4kym/CrewControlPanel/assets/114481062/a27b1ec9-79dc-4f6b-aa6c-876ca6153678)Figure 2: Employee Management Interface
![image](https://github.com/ManU4kym/CrewControlPanel/assets/114481062/e0f6448b-2dbe-4008-9a88-f0e2dd80f630)Clone the repository:
git clone https://github.com/manU4kym/CrewControlPanel.gitInstall dependencies:
composer installCopy the .env.example file to .env and configure your database settings.
cp .env.example .env
Run migrations:php artisan migrate
Serve the application:
php artisan serve
Access the dashboard at http://localhost:8000 in your browser.Usage
Log in with your admin credentials.
Navigate through the intuitive dashboard to manage employees, tasks, and view reports.
Contributing
If you'd like to contribute to CrewControlPanel, please follow these steps:Fork the repository.
Create a new branch (git checkout -b feature/new-feature).
Commit your changes (git commit -m 'Add new feature').
Push to the branch (git push origin feature/new-feature).
Open a Pull Request.
Issues
If you encounter any issues or have suggestions, please create an issue.License
CrewControlPanel is open-source software licensed under the MIT license.