Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 970 Bytes

README.md

File metadata and controls

54 lines (36 loc) · 970 Bytes

Screenshot

CircleXO

Social Network To manage your profile on the web

Installation

git clone [email protected]: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.