Where Developers Meet Opportunities.
Laravel Collabs is an open-source collaboration platform built for developers and clients to connect, build, and ship projects together. Whether you're a developer looking for exciting projects to contribute to, or a client searching for talented developers to bring your vision to life — Laravel Collabs is your space.
Built with passion by the community, for the community. 🚀
- 📁 Project Posting — Developers and clients can post projects with details like tech stack, repository, live link, deadline, and more
- 🤝 Collaboration Requests — Developers can request to collaborate on open projects
- 🔔 Notifications — Stay updated when someone requests to collaborate on your project
- 🔐 Authentication — Secure login, registration, two-factor authentication, and password reset powered by Laravel Fortify
- 👤 User Roles — Separate experiences for
developersandclients - 🌍 Public & Private Projects — Control the visibility of your projects
- 🚀 Deploy-ready — Built for modern deployment pipelines
More features coming soon — contributions are welcome!
| Layer | Technology |
|---|---|
| Framework | Laravel 13 |
| Frontend | Livewire 4, Volt, Flux |
| Styling | TailwindCSS |
| Database | PostgreSQL |
| Auth | Laravel Fortify |
| Testing | PestPHP |
- PHP >= 8.4
- Composer
- Node.js & npm
- PostgreSQL
# Clone the repository
git clone https://github.com/jmdev11webdev/laravel-collabs.git
cd laravel-collabs
# Install PHP dependencies
composer install
# Install Node dependencies
npm install
# Copy environment file
cp .env.example .env
# Generate application key
php artisan key:generate
# Configure your database in .env
# DB_CONNECTION=pgsql
# DB_HOST=your_host
# DB_PORT=5432
# DB_DATABASE=your_database
# DB_USERNAME=your_username
# DB_PASSWORD=your_password
# Run migrations
php artisan migrate
# Build assets
npm run build
# Start the development server
php artisan servephp artisan testLaravel Collabs is open source and contributions are what make this project grow! Here's how you can help:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Please make sure your code follows the existing code style and all tests pass before submitting a PR.
Laravel Collabs is open-source software licensed under the MIT License.
This means you are free to use, modify, and distribute this project for collaboration and non-commercial purposes. The project may not be sold or commercially redistributed without permission.
If Laravel (or anyone) wants to acquire this project — let's talk. 😄
Made with ❤️ by @jmdev11webdev
Star ⭐ this repo if you find it useful!