Skip to content

jmdev11webdev/laravel-collabs

Repository files navigation

Laravel Collabs

Where Developers Meet Opportunities.


What is Laravel Collabs?

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. 🚀


✨ Features

  • 📁 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 developers and clients
  • 🌍 Public & Private Projects — Control the visibility of your projects
  • 🚀 Deploy-ready — Built for modern deployment pipelines

More features coming soon — contributions are welcome!


🛠️ Tech Stack

Layer Technology
Framework Laravel 13
Frontend Livewire 4, Volt, Flux
Styling TailwindCSS
Database PostgreSQL
Auth Laravel Fortify
Testing PestPHP

🚀 Getting Started

Prerequisites

  • PHP >= 8.4
  • Composer
  • Node.js & npm
  • PostgreSQL

Installation

# 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 serve

🧪 Running Tests

php artisan test

🤝 Contributing

Laravel Collabs is open source and contributions are what make this project grow! Here's how you can help:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Please make sure your code follows the existing code style and all tests pass before submitting a PR.


📄 License

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. 😄


👨‍💻 Author

Made with ❤️ by @jmdev11webdev


Star ⭐ this repo if you find it useful!

About

A deployed open source laravel application and community for laravel developers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages