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 Screenshots
Figure 1: Overview of CrewControlPanel Dashboard
Figure 2: Employee Management Interface
Clone the repository: git clone https://github.com/manU4kym/CrewControlPanel.git
Install dependencies: composer install
Copy 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.