https://github.com/tomatophp/circlexo
Social Network To manage your profile on the web
https://github.com/tomatophp/circlexo
circlexo laravel profile social-media social-network
Last synced: 7 months ago
JSON representation
Social Network To manage your profile on the web
- Host: GitHub
- URL: https://github.com/tomatophp/circlexo
- Owner: tomatophp
- License: mit
- Created: 2024-03-24T12:51:02.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-05T20:37:44.000Z (about 1 year ago)
- Last Synced: 2024-04-06T20:23:08.930Z (about 1 year ago)
- Topics: circlexo, laravel, profile, social-media, social-network
- Language: JavaScript
- Homepage: https://circlexo.com
- Size: 3.89 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README

# CircleXO
Social Network To manage your profile on the web
## Installation
```bash
git clone [email protected]:tomatophp/circlexo.git
cd circlexo
cp .env.example .env
```
create new database `circlexo` and update `.env` file```dotenv
DB_DATABASE=circlexo
DB_USERNAME=root
DB_PASSWORD=12345678
``````bash
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](https://discord.gg/VZc8nBJ3ZU)
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Security
Please see [SECURITY](SECURITY.md) for more information about security.
## Credits
- [Fady Mondy](https://www.github.com/3x1io)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.