Skip to content

Commit a77f548

Browse files
committed
Adjust organisation naming
1 parent d33e3a2 commit a77f548

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

app/Accounts/SendConfirmationEmail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function send(User $user)
3838
['confirmationCode' => $user->confirmation_code],
3939
function (Message $message) use ($user) {
4040
$message->to($user->email);
41-
$message->subject('Verify your email address for your Laravel.IO account');
41+
$message->subject('Verify your email address for your Laravel.io account');
4242
}
4343
);
4444
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laravelio/laravelio",
3-
"description": "The source code for the Laravel.IO community portal.",
3+
"description": "The source code for the Laravel.io community portal.",
44
"license": "MIT",
55
"type": "project",
66
"require": {

config/mail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
|
5555
*/
5656

57-
'from' => ['address' => env('MAIL_FROM_ADDRESS', 'lio@example.com'), 'name' => 'Laravel.IO'],
57+
'from' => ['address' => env('MAIL_FROM_ADDRESS', 'lio@example.com'), 'name' => 'Laravel.io'],
5858

5959
/*
6060
|--------------------------------------------------------------------------

contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing Guide
22

3-
We welcome contributions to the Laravel.IO project. Please read the following guide on how to send in pull requests.
3+
We welcome contributions to the Laravel.io project. Please read the following guide on how to send in pull requests.
44

55
## Pull Requests
66

@@ -13,12 +13,12 @@ We welcome contributions to the Laravel.IO project. Please read the following gu
1313
## Coding Standards
1414

1515
- Follow the [PSR-2 Coding Standard](http://www.php-fig.org/psr/psr-2/)
16-
- Add tests because we generally don't accept pull requests without them
16+
- It's a good practice to write tests for your contribution
1717
- Write the full namespace in DocBlocks for `@param`, `@var` or `@return` tags
1818

1919
## Testing
2020

2121
All tests can be run with the following commands. Make sure to run this inside the Homestead box.
2222

2323
$ vendor/bin/phpspec run
24-
$ vendor/bin/phpunit
24+
$ vendor/bin/phpunit

license.txt

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 © 2013-2015 Laravel.IO
3+
Copyright © 2013-2015 Laravel.io
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Laravel.IO Community Portal
1+
# Laravel.io Community Portal
22

33
<img src="https://travis-ci.org/LaravelIO/laravel.io.svg?branch=master" alt="Build Status">
44
<img src="https://scrutinizer-ci.com/g/LaravelIO/laravel.io/badges/quality-score.png?b=master" alt="Scrutinizer Code Quality">
55
<img src='https://coveralls.io/repos/LaravelIO/laravel.io/badge.png?branch=master' alt='Coverage Status' />
66
<img src="https://insight.sensiolabs.com/projects/50a7431f-66b0-4221-8837-7ccf1924031e/mini.png" alt="SensioLabsInsight">
77

8-
This is the Laravel.IO community portal site. The site is entirely open source and community involvement is not only encouraged, but required in order to ensure the future success of the project.
8+
This is the Laravel.io community portal site. The site is entirely open source and community involvement is not only encouraged, but required in order to ensure the future success of the project.
99

1010
## Table of Contents
1111

@@ -40,7 +40,7 @@ Here are the steps for installation on a local machine.
4040

4141
## Configuration
4242

43-
Laravel.IO relies on some key services to function, namely Github OAuth authentication and the Google ReCaptcha service. Follow the steps below to fill in the credentials in a custom `.env` file.
43+
Laravel.io relies on some key services to function, namely Github OAuth authentication and the Google ReCaptcha service. Follow the steps below to fill in the credentials in a custom `.env` file.
4444

4545
1. Create the configuration file below at the root of your application with the name ***.env***.
4646

@@ -51,7 +51,7 @@ GOOGLE_RECAPTCHA_SITEKEY=
5151
GOOGLE_RECAPTCHA_SECRETKEY=
5252
```
5353

54-
2. [Create an application](https://github.com/settings/applications) in your github account called something like "Laravel IO Development" and add your Github application's client id and secret to the `.env` file. Your GitHub application should be set up as follows.
54+
2. [Create an application](https://github.com/settings/applications) in your github account called something like "Laravel.io Development" and add your Github application's client id and secret to the `.env` file. Your GitHub application should be set up as follows.
5555

5656
a. Full URL: http://lio.loc
5757
b. Callback URL: http://lio.loc/login
@@ -70,15 +70,15 @@ Because we keep the generated / minified css out of the repository, we must have
7070

7171
## Maintainers
7272

73-
The Laravel.IO portal is currently maintained by [Dries Vints](https://github.com/driesvints). If you have any questions please don't hesitate to contact us through the support widget on the [Laravel.IO](http://laravel.io/) website.
73+
The Laravel.io portal is currently maintained by [Dries Vints](https://github.com/driesvints). If you have any questions please don't hesitate to contact us through the support widget on the [Laravel.io](http://laravel.io/) website.
7474

7575
## Contributing
7676

7777
Please see [the contributing guide](contributing.md) for details.
7878

7979
## Security Vulnerabilities
8080

81-
If you discover a security vulnerability within Laravel.IO, please send an email immediately to Dries Vints at dries.vints@gmail.com. **Do not create an issue for the vulnerability.**
81+
If you discover a security vulnerability within Laravel.io, please send an email immediately to Dries Vints at dries.vints@gmail.com. **Do not create an issue for the vulnerability.**
8282

8383
## License
8484

resources/views/auth/signup.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
<p>{!! app('captcha')->display(); !!}</p>
3131

3232
@if ($errors->has('g-recaptcha-response'))
33-
<p>Please fill in the captcha field correctly.</p>
33+
g <p>Please fill in the captcha field correctly.</p>
3434
@endif
3535

36-
{!! Form::submit('Create My Laravel.IO Account', ['class' => 'button']) !!}
36+
{!! Form::submit('Create My Laravel.io Account', ['class' => 'button']) !!}
3737
</div>
3838
{!! Form::close() !!}
3939
</div>

resources/views/emails/confirmation.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
</head>
66
<body>
77

8-
<h2>Verify your email address for your Laravel.IO account</h2>
8+
<h2>Verify your email address for your Laravel.io account</h2>
99

1010
<p>
11-
Thanks for creating an account on Laravel.IO.<br>
11+
Thanks for creating an account on Laravel.io.<br>
1212
Please follow the link below to verify your email address
1313
</p>
1414
<p><a href="{{ route('auth.confirm', $confirmationCode) }}">{{ route('auth.confirm', $confirmationCode) }}</a></p>

resources/views/layouts/bin.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width">
77

8-
<title>{{ ! empty($title) ? $title . ' - ' : '' }}Laravel.IO - The Official Laravel PHP Framework Community Portal</title>
8+
<title>{{ ! empty($title) ? $title . ' - ' : '' }}Laravel.io - The Laravel Community Portal</title>
99

1010
@section('styles')
1111
<link rel="stylesheet" href="{{ asset('stylesheets/app.css') }}">

resources/views/layouts/default.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width">
77

8-
<title>{{ ! empty($title) ? $title . ' - ' : '' }}Laravel.IO - The Official Laravel PHP Framework Community Portal</title>
8+
<title>{{ ! empty($title) ? $title . ' - ' : '' }}Laravel.io - The Laravel Community Portal</title>
99

1010
@section('styles')
1111
<link rel="stylesheet" href="{{ asset('stylesheets/app.css') }}">

0 commit comments

Comments
 (0)