DEV Community

Cover image for CircleXO Open Source Social Network Build In TomatoPHP
Fady Mondy
Fady Mondy

Posted on

CircleXO Open Source Social Network Build In TomatoPHP

It's Circles

Open Source Social Network built for Businesses, with tons of apps

What is CircleXO?

CircleXO is an open source social media platform build for Businesses

Why i must use CircleXO?

if you like to share your works, games, media to the world with a full custom open source platform, so it's a must

How CircleXO Work?

Our platform built in TomatoPHP a full-stack Laravel framework, built for make development more fast and easy

Features

Feature Highlights

Listing

Generate listings of your interests, skills and links easily.

QR Generator

Have a QR code that you can use to send someone your profile or connect with them instantly, enabling quick networking.

Social Network

Be part of a vibrant community where you can interact and discuss matters, share updates.

Open Source

It's built on open-source platform, ensuring transparency and continuous improvement through community involvement.

Messages

Use private messaging to communicate people.

Sponsoring

Get your projects, events or initiatives sponsored.

Install on your local

git clone git@github.com:tomatophp/circlexo.git
cd circlexo
cp .env.example .env
Enter fullscreen mode Exit fullscreen mode

create new database circlexo and update .env file

DB_DATABASE=circlexo
DB_USERNAME=root
DB_PASSWORD=12345678
Enter fullscreen mode Exit fullscreen mode
composer install
php artisan key:generate
php artisan config:cache
php artisan migrate
Enter fullscreen mode Exit fullscreen mode

build assets

yarn
yarn build
Enter fullscreen mode Exit fullscreen mode

Create New Account

you can create a new account by using this link

Join Open Source

you can join us on GitHub on this link

Top comments (0)