Skip to content

Commit d84afda

Browse files
committed
migrate to elegantly
1 parent fee61ae commit d84afda

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Ask a question
4-
url: https://github.com/finller/laravel-conversations/discussions/new?category=q-a
4+
url: https://github.com/github.com/ElegantEngineeringTech/laravel-conversations/discussions/new?category=q-a
55
about: Ask the community for help
66
- name: Request a feature
7-
url: https://github.com/finller/laravel-conversations/discussions/new?category=ideas
7+
url: https://github.com/github.com/ElegantEngineeringTech/laravel-conversations/discussions/new?category=ideas
88
about: Share ideas for new features
99
- name: Report a security issue
10-
url: https://github.com/finller/laravel-conversations/security/policy
10+
url: https://github.com/github.com/ElegantEngineeringTech/laravel-conversations/security/policy
1111
about: Learn how to notify us for sensitive bugs
1212
- name: Report a bug
13-
url: https://github.com/finller/laravel-conversations/issues/new
13+
url: https://github.com/github.com/ElegantEngineeringTech/laravel-conversations/issues/new
1414
about: Report a reproducable bug

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) finller <[email protected]>
3+
Copyright (c) Elegantly Engineering <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Attach a conversation to any model and easily create a chat
22

3-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/finller/laravel-conversations.svg?style=flat-square)](https://packagist.org/packages/finller/laravel-conversations)
4-
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/finller/laravel-conversations/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/finller/laravel-conversations/actions?query=workflow%3Arun-tests+branch%3Amain)
5-
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/finller/laravel-conversations/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/finller/laravel-conversations/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
6-
[![Total Downloads](https://img.shields.io/packagist/dt/finller/laravel-conversations.svg?style=flat-square)](https://packagist.org/packages/finller/laravel-conversations)
3+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/elegantly/laravel-conversations.svg?style=flat-square)](https://packagist.org/packages/elegantly/laravel-conversations)
4+
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/elegantly/laravel-conversations/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/ElegantEngineeringTech/laravel-conversations/actions?query=workflow%3Arun-tests+branch%3Amain)
5+
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/elegantly/laravel-conversations/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/ElegantEngineeringTech/laravel-conversations/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
6+
[![Total Downloads](https://img.shields.io/packagist/dt/elegantly/laravel-conversations.svg?style=flat-square)](https://packagist.org/packages/elegantly/laravel-conversations)
77

88
This package the basic architecture of a chat between multiple users.
99

@@ -12,7 +12,7 @@ This package the basic architecture of a chat between multiple users.
1212
You can install the package via composer:
1313

1414
```bash
15-
composer require finller/laravel-conversations
15+
composer require elegantly/laravel-conversations
1616
```
1717

1818
You can publish and run the migrations with:

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "finller/laravel-conversations",
2+
"name": "elegantly/laravel-conversations",
33
"description": "Attach chat to any model",
44
"keywords": [
5-
"finller",
5+
"elegantly",
66
"laravel",
77
"chat",
88
"laravel-conversations"
99
],
10-
"homepage": "https://github.com/finller/laravel-conversations",
10+
"homepage": "https://github.com/ElegantEngineeringTech/laravel-conversations",
1111
"license": "MIT",
1212
"authors": [
1313
{

0 commit comments

Comments
 (0)