File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11blank_issues_enabled : false
22contact_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
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c)
finller <
[email protected] >
3+ Copyright (c)
Elegantly Engineering <
[email protected] >
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 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
88This 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.
1212You can install the package via composer:
1313
1414``` bash
15- composer require finller /laravel-conversations
15+ composer require elegantly /laravel-conversations
1616```
1717
1818You can publish and run the migrations with:
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments