Social Network To manage your profile on the web
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
you can join our discord server to get support TomatoPHP
Please see CHANGELOG for more information on what has changed recently.
Please see SECURITY for more information about security.
The MIT License (MIT). Please see License File for more information.