Skip to content

tomatophp/circlexo

Repository files navigation

Screenshot

CircleXO

Social Network To manage your profile on the web

Installation

git clone git@github.com:tomatophp/circlexo.git
cd circlexo
cp .env.example .env

create new database circlexo and update .env file

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

build assets

yarn
yarn build

Support

you can join our discord server to get support TomatoPHP

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security

Please see SECURITY for more information about security.

Credits

License

The MIT License (MIT). Please see License File for more information.