Workkit is a Laravel 11-based SaaS application designed to provide a comprehensive online workspace for team collaboration. Built with Laravel 11, Vue 3, and Tailwind CSS, it combines essential features like real-time chat, video calls, cloud storage, time tracking, and project management to streamline team collaboration and enhance productivity.
- Real-time Chat: Instant communication for seamless collaboration.
- Video Calls: Conduct virtual meetings and face-to-face discussions.
- Cloud Storage: Securely store and share files within your team.
- Time Tracking: Monitor and manage your time effectively.
- Project Management: Organize and track projects from start to finish.
- Clone the repository:
git clone [repository_url]
- Navigate to the project directory:
cd Workkit
- Install dependencies:
composer install && npm install
- Set up environment variables: Copy
.env.example
to.env
and configure your database settings. - Generate application key:
php artisan key:generate
- Migrate and seed the database:
php artisan migrate --seed
- Run the development server:
php artisan serve
- Run assets dev server :
npm run dev
Contributions are welcome! If you have any suggestions or want to report issues, please open an issue or submit a pull request.
This project is licensed under the MIT License.
- Developed by MOURADI SALAH