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 2365ba1 commit f1591db
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 20 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" target="_blank"><img src="https://i.imgur.com/5tsmOE4.png" alt="Glowie" width="200"/></a>
<a href="https://gabrielsilva.dev.br/glowie" target="_blank"><img src="https://i.imgur.com/5tsmOE4.png" alt="Glowie" width="200"/></a>
</p>

<p align="center">
Expand Down Expand Up @@ -33,7 +33,7 @@ Glowie is a PHP framework designed to be as light, fast and powerful as possible


## Getting started
[Explore the documentation](https://eugabrielsilva.tk/glowie/docs) to know how to start using Glowie to create something awesome.
[Explore the documentation](https://gabrielsilva.dev.br/glowie/docs) to know how to start using Glowie to create something awesome.

## Credits
Glowie is currently being developed by [Gabriel Silva](https://eugabrielsilva.tk).
Glowie is currently being developed by [Gabriel Silva](https://gabrielsilva.dev.br).
2 changes: 1 addition & 1 deletion app/commands/Quote.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 Quote extends Command{

Expand Down
2 changes: 1 addition & 1 deletion app/controllers/BaseController.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 BaseController extends Controller{

Expand Down
2 changes: 1 addition & 1 deletion app/controllers/Error.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 Error extends BaseController{

Expand Down
2 changes: 1 addition & 1 deletion app/controllers/Login.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 Login extends BaseController{

Expand Down
2 changes: 1 addition & 1 deletion app/controllers/Main.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
*/
class Main extends BaseController{

Expand Down
2 changes: 1 addition & 1 deletion app/middlewares/Authenticate.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 Authenticate extends Middleware{

Expand Down
2 changes: 1 addition & 1 deletion app/middlewares/RateLimiter.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 RateLimiter extends Middleware{

Expand Down
2 changes: 1 addition & 1 deletion app/middlewares/ValidateCsrfToken.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 ValidateCsrfToken extends Middleware{

Expand Down
2 changes: 1 addition & 1 deletion app/migrations/m2021_07_05_210000_CreateUsersTable.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 m2021_07_05_210000_CreateUsersTable extends Migration{

Expand Down
2 changes: 1 addition & 1 deletion app/migrations/m2021_07_05_220000_PopulateUsersTable.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 m2021_07_05_220000_PopulateUsersTable extends Migration{

Expand Down
2 changes: 1 addition & 1 deletion app/models/Users.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 Users extends Model{

Expand Down
2 changes: 1 addition & 1 deletion app/views/helpers/Helpers.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
*/
class Helpers{

Expand Down
4 changes: 2 additions & 2 deletions app/views/index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<div class="text">
<h2>You are ready to create something awesome</h2>
<div class="menu">
<a href="https://eugabrielsilva.tk/glowie" target="_blank">Website</a>
<a href="https://eugabrielsilva.tk/glowie/docs" target="_blank">Docs</a>
<a href="https://gabrielsilva.dev.br/glowie" target="_blank">Website</a>
<a href="https://gabrielsilva.dev.br/glowie/docs" target="_blank">Docs</a>
<a href="https://github.com/glowieframework" target="_blank">GitHub</a>
<a href="https://github.com/glowieframework/glowie/discussions" target="_blank">Support</a>
</div>
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"glowie",
"mvc"
],
"homepage": "https://eugabrielsilva.tk/glowie",
"homepage": "https://gabrielsilva.dev.br/glowie",
"support": {
"issues": "https://github.com/glowieframework/glowie/issues",
"source": "https://github.com/glowieframework/glowie"
},
"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": {
Expand Down

0 comments on commit f1591db

Please sign in to comment.