Skip to content

Commit

Permalink
Changed domain
Browse files Browse the repository at this point in the history
  • Loading branch information
eugabrielsilva committed Mar 5, 2024
1 parent 961dfad commit 9f88f60
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://eugabrielsilva.tk/glowie/reactables" target="_blank"><img src="https://i.imgur.com/prpiWac.png" alt="SkeltchGo" width="250"/></a>
<a href="https://gabrielsilva.dev.br/glowie/reactables" target="_blank"><img src="https://i.imgur.com/prpiWac.png" alt="Reactables" width="250"/></a>
</p>

<p align="center">
Expand All @@ -10,7 +10,7 @@
</p>

## Glowie dynamic view components plugin
Reactables is a plugin designed to create dynamic and reactive view components with [Glowie Framework](https://eugabrielsilva.tk/glowie).
Reactables is a plugin designed to create dynamic and reactive view components with [Glowie Framework](https://gabrielsilva.dev.br/glowie).

## Features
- Create reactive components without Javascript or API calls
Expand All @@ -24,6 +24,6 @@ Reactables is a plugin designed to create dynamic and reactive view components w
- Incredibly lightweight and no performance impacts

## Credits
Reactables and Glowie are currently being developed by [Gabriel Silva](https://eugabrielsilva.tk).
Reactables and Glowie are currently being developed by [Gabriel Silva](https://gabrielsilva.dev.br).

Special thanks to the developers of [Livewire](https://github.com/livewire/livewire) and [morphdom](https://github.com/patrick-steele-idem/morphdom) for inspiring this plugin.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"name": "glowieframework/reactables",
"description": "Glowie dynamic view components plugin",
"license": "MIT",
"homepage": "https://eugabrielsilva.tk/glowie/reactables",
"homepage": "https://gabrielsilva.dev.br/glowie/reactables",
"support": {
"issues": "https://github.com/glowieframework/reactables/issues",
"source": "https://github.com/glowieframework/reactables"
},
"authors": [
{
"name": "Gabriel Silva",
"email": "glowie@eugabrielsilva.tk",
"homepage": "https://eugabrielsilva.tk/glowie"
"email": "glowie@gabrielsilva.dev.br",
"homepage": "https://gabrielsilva.dev.br/glowie"
}
],
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/Create.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @author Glowie
* @copyright Copyright (c) Glowie
* @license MIT
* @link https://eugabrielsilva.tk/glowie
* @link https://gabrielsilva.dev.br/glowie
*/
class Create extends Command{

Expand Down
2 changes: 1 addition & 1 deletion src/Commands/DeleteTempUploads.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @author Glowie
* @copyright Copyright (c) Glowie
* @license MIT
* @link https://eugabrielsilva.tk/glowie
* @link https://gabrielsilva.dev.br/glowie
*/
class DeleteTempUploads extends Command{

Expand Down
2 changes: 1 addition & 1 deletion src/Controllers/BaseComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @author Glowie
* @copyright Copyright (c) Glowie
* @license MIT
* @link https://eugabrielsilva.tk/glowie
* @link https://gabrielsilva.dev.br/glowie
*/
abstract class BaseComponent extends Controller{

Expand Down
2 changes: 1 addition & 1 deletion src/Controllers/ExtendedElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @author Glowie
* @copyright Copyright (c) Glowie
* @license MIT
* @link https://eugabrielsilva.tk/glowie
* @link https://gabrielsilva.dev.br/glowie
*/
class ExtendedElement extends Element{

Expand Down
2 changes: 1 addition & 1 deletion src/Controllers/Hasheable.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Glowie
* @copyright Copyright (c) Glowie
* @license MIT
* @link https://eugabrielsilva.tk/glowie
* @link https://gabrielsilva.dev.br/glowie
*/
interface Hasheable{

Expand Down
2 changes: 1 addition & 1 deletion src/Controllers/Reactables.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @author Glowie
* @copyright Copyright (c) Glowie
* @license MIT
* @link https://eugabrielsilva.tk/glowie
* @link https://gabrielsilva.dev.br/glowie
*/
class Reactables extends Controller{

Expand Down
2 changes: 1 addition & 1 deletion src/Exception/ComponentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @author Glowie
* @copyright Copyright (c) Glowie
* @license MIT
* @link https://eugabrielsilva.tk/glowie
* @link https://gabrielsilva.dev.br/glowie
*/
class ComponentException extends Exception{

Expand Down
2 changes: 1 addition & 1 deletion src/Middlewares/DispatchMiddlewares.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @author Glowie
* @copyright Copyright (c) Glowie
* @license MIT
* @link https://eugabrielsilva.tk/glowie
* @link https://gabrielsilva.dev.br/glowie
*/
class DispatchMiddlewares extends Middleware{

Expand Down
2 changes: 1 addition & 1 deletion src/Middlewares/ValidateChecksum.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @author Glowie
* @copyright Copyright (c) Glowie
* @license MIT
* @link https://eugabrielsilva.tk/glowie
* @link https://gabrielsilva.dev.br/glowie
*/
class ValidateChecksum extends Middleware{

Expand Down
2 changes: 1 addition & 1 deletion src/Reactables.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @author Glowie
* @copyright Copyright (c) Glowie
* @license MIT
* @link https://eugabrielsilva.tk/glowie
* @link https://gabrielsilva.dev.br/glowie
*/
class Reactables extends Plugin{

Expand Down
2 changes: 1 addition & 1 deletion src/Templates/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author Glowie
* @copyright Copyright (c) Glowie
* @license MIT
* @link https://eugabrielsilva.tk/glowie
* @link https://gabrielsilva.dev.br/glowie
*/
class __FIREFLY_TEMPLATE_NAME__ extends BaseComponent{

Expand Down

0 comments on commit 9f88f60

Please sign in to comment.